Home
last modified time | relevance | path

Searched refs:decode_nla_ifindex (Results 1 – 7 of 7) sorted by relevance

/external/strace/
Drtnl_neigh.c87 [NDA_IFINDEX] = decode_nla_ifindex,
88 [NDA_MASTER] = decode_nla_ifindex,
Drtnl_netconf.c44 [NETCONFA_IFINDEX] = decode_nla_ifindex,
Drtnl_route.c228 [RTA_IIF] = decode_nla_ifindex,
229 [RTA_OIF] = decode_nla_ifindex,
Drtnl_neightbl.c75 [NDTPA_IFINDEX] = decode_nla_ifindex,
Drtnl_link.c175 [IFLA_BRPORT_BACKUP_PORT] = decode_nla_ifindex,
889 [IFLA_NEW_IFINDEX] = decode_nla_ifindex,
Dnlattr.c269 decode_nla_ifindex(struct tcb *const tcp, in decode_nla_ifindex() function
DChangeLog3634 rtnl_link: print IFLA_NEW_IFINDEX using decode_nla_ifindex.
3638 the value from decode_nla_s32 to decode_nla_ifindex.
12156 * nlattr.c (decode_nla_ifindex): New function.
12157 * nlattr.h (decode_nla_ifindex): New prototype.