Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Drtnetlink.h412 struct tcmsg { struct
413 unsigned char tcm_family;
414 unsigned char tcm__pad1;
415 unsigned short tcm__pad2;
416 int tcm_ifindex;
417 __u32 tcm_handle;
418 __u32 tcm_parent;
442 #define TCA_RTA(r) ((struct rtattr *) (((char *) (r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) argument