Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Drtnetlink.h399 struct tcmsg { struct
400 unsigned char tcm_family;
401 unsigned char tcm__pad1;
402 unsigned short tcm__pad2;
403 int tcm_ifindex;
404 __u32 tcm_handle;
405 __u32 tcm_parent;
429 #define TCA_RTA(r) ((struct rtattr *) (((char *) (r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) argument