Home
last modified time | relevance | path

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

/external/strace/tests-mx32/
Dnlattr_tcamsg.c44 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()
Dnetlink_route.c360 struct tcamsg msg = { in test_rtnl_tca()
/external/strace/tests-m32/
Dnlattr_tcamsg.c44 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()
Dnetlink_route.c360 struct tcamsg msg = { in test_rtnl_tca()
/external/strace/tests/
Dnlattr_tcamsg.c44 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()
Dnetlink_route.c360 struct tcamsg msg = { in test_rtnl_tca()
/external/iproute2/tc/
Dm_action.c386 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/
Drtnetlink.h593 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/
Dact.c130 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/
Drtnetlink.h680 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/
Drtnl_tc_action.c51 struct tcamsg tca = { .tca_family = family }; in DECL_NETLINK_ROUTE_DECODER()
DChangeLog11544 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/
Drtnetlink.h712 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/
Dsocket_netlink_route_sched.txt46 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] {