Searched refs:tcamsg (Results 1 – 14 of 14) sorted by relevance
/external/strace/tests/ |
D | nlattr_tcamsg.c | 44 struct tcamsg *const msg = NLMSG_DATA(nlh); in init_tcamsg() 45 SET_STRUCT(struct tcamsg, msg, in init_tcamsg() 64 const unsigned int hdrlen = sizeof(struct tcamsg); in main()
|
D | netlink_route.c | 360 struct tcamsg msg = { in test_rtnl_tca()
|
/external/strace/tests-m32/ |
D | nlattr_tcamsg.c | 44 struct tcamsg *const msg = NLMSG_DATA(nlh); in init_tcamsg() 45 SET_STRUCT(struct tcamsg, msg, in init_tcamsg() 64 const unsigned int hdrlen = sizeof(struct tcamsg); in main()
|
D | netlink_route.c | 360 struct tcamsg msg = { in test_rtnl_tca()
|
/external/strace/tests-mx32/ |
D | nlattr_tcamsg.c | 44 struct tcamsg *const msg = NLMSG_DATA(nlh); in init_tcamsg() 45 SET_STRUCT(struct tcamsg, msg, in init_tcamsg() 64 const unsigned int hdrlen = sizeof(struct tcamsg); in main()
|
D | netlink_route.c | 360 struct tcamsg msg = { in test_rtnl_tca()
|
/external/iproute2/tc/ |
D | m_action.c | 386 struct tcamsg *t = NLMSG_DATA(n); in print_action() 449 struct tcamsg t; in tc_action_gd() 452 .n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcamsg)), in tc_action_gd() 548 struct tcamsg t; in tc_action_modify() 551 .n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcamsg)), in tc_action_modify() 589 struct tcamsg t; in tc_act_list_or_flush() 592 .n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcamsg)), in tc_act_list_or_flush()
|
/external/libnl/include/linux-private/linux/ |
D | rtnetlink.h | 593 struct tcamsg { struct 598 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) argument 599 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
|
/external/libnl/lib/route/ |
D | act.c | 130 struct tcamsg tcahdr = { in rtnl_act_msg_build() 464 struct tcamsg *tm; in rtnl_act_msg_parse() 523 struct tcamsg tcahdr = { in act_request_update()
|
/external/iproute2/include/uapi/linux/ |
D | rtnetlink.h | 680 struct tcamsg { struct 698 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) argument 699 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
|
/external/strace/ |
D | rtnl_tc_action.c | 51 struct tcamsg tca = { .tca_family = family }; in DECL_NETLINK_ROUTE_DECODER()
|
D | ChangeLog | 11544 rtnl_tc_action: decode tcamsg netlink attributes. 12507 tests: check decoding of NETLINK_ROUTE tcamsg attributes. 12516 netlink: add basic decoding of NETLINK_ROUTE tcamsg attributes.
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 712 struct tcamsg { struct 730 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) argument 731 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
|
/external/syzkaller/sys/linux/ |
D | socket_netlink_route_sched.txt | 46 newtaction netlink_msg[RTM_NEWACTION, tcamsg[AF_UNSPEC], nlattr[TCA_ACT_TAB, tca_actions]] 47 deltaction netlink_msg[RTM_DELACTION, tcamsg[AF_UNSPEC], action_gd_policy] 48 gettaction netlink_msg[RTM_GETACTION, tcamsg[AF_UNSPEC], action_dump_policy] 64 type tcamsg[FAMILY] {
|