Home
last modified time | relevance | path

Searched refs:tcamsg (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/tc/
Dm_action.c357 struct tcamsg *t = NLMSG_DATA(n); in print_action()
408 struct tcamsg t; in tc_action_gd()
419 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcamsg)); in tc_action_gd()
513 struct tcamsg t; in tc_action_modify()
521 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcamsg)); in tc_action_modify()
552 struct tcamsg t; in tc_act_list_or_flush()
560 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcamsg)); in tc_act_list_or_flush()
/external/libnl/include/linux/
Drtnetlink.h589 struct tcamsg struct
595 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) argument
596 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h656 struct tcamsg { struct
661 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) argument
662 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
/external/iproute2/include/linux/
Drtnetlink.h656 struct tcamsg { struct
661 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) argument
662 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))