Home
last modified time | relevance | path

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

/external/strace/
Dnetlink_route.c82 [RTM_DELQDISC - RTM_BASE] = decode_tcmsg,
83 [RTM_GETQDISC - RTM_BASE] = decode_tcmsg,
84 [RTM_NEWQDISC - RTM_BASE] = decode_tcmsg,
85 [RTM_DELTCLASS - RTM_BASE] = decode_tcmsg,
86 [RTM_GETTCLASS - RTM_BASE] = decode_tcmsg,
87 [RTM_NEWTCLASS - RTM_BASE] = decode_tcmsg,
88 [RTM_DELTFILTER - RTM_BASE] = decode_tcmsg,
89 [RTM_GETTFILTER - RTM_BASE] = decode_tcmsg,
90 [RTM_NEWTFILTER - RTM_BASE] = decode_tcmsg,
Dnetlink_route.h55 extern DECL_NETLINK_ROUTE_DECODER(decode_tcmsg);
Drtnl_tc.c302 DECL_NETLINK_ROUTE_DECODER(decode_tcmsg) in DECL_NETLINK_ROUTE_DECODER() argument
DChangeLog8535 * rtnl_tc.c (decode_tcmsg): Likewise.
11580 (decode_tcmsg): Use tcmsg_nla_decoders.
12534 (decode_tcmsg): Call decode_nlattr.
12812 * netlink_route.h (decode_tcmsg): New prototype.