Home
last modified time | relevance | path

Searched defs:tcmsg (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Drtnetlink.h420 struct tcmsg { struct
421 unsigned char tcm_family;
422 unsigned char tcm__pad1;
423 unsigned short tcm__pad2;
424 int tcm_ifindex;
425 __u32 tcm_handle;
426 __u32 tcm_parent;
450 #define TCA_RTA(r) ((struct rtattr *) (((char *) (r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) argument