Home
last modified time | relevance | path

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

/aosp_15_r20/external/strace/
H A Dnetlink_route.c108 [RTM_DELNETCONF - RTM_BASE] = decode_netconfmsg,
109 [RTM_GETNETCONF - RTM_BASE] = decode_netconfmsg,
110 [RTM_NEWNETCONF - RTM_BASE] = decode_netconfmsg,
H A Dnetlink_route.h50 extern DECL_NETLINK_ROUTE_DECODER(decode_netconfmsg);
H A Drtnl_netconf.c54 DECL_NETLINK_ROUTE_DECODER(decode_netconfmsg) in DECL_NETLINK_ROUTE_DECODER() argument
H A DChangeLog11842 (decode_netconfmsg): Use it.
12468 (decode_netconfmsg): Call decode_nlattr.
12760 * netlink_route.h (decode_netconfmsg): New prototype.