Searched refs:tcamsg (Results 1 – 4 of 4) sorted by relevance
357 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()
589 struct tcamsg struct595 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) argument596 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
656 struct tcamsg { struct661 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) argument662 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))