Home
last modified time | relevance | path

Searched refs:link_lookup (Results 1 – 9 of 9) sorted by relevance

/third_party/libnl/lib/route/link/
Dxfrmi.c146 parent = link_lookup(link->ce_cache, xfrmi->link); in xfrmi_dump_details()
Dipvti.c180 parent = link_lookup(link->ce_cache, ipvti->link); in ipvti_dump_details()
Dipip.c190 parent = link_lookup(link->ce_cache, ipip->link); in ipip_dump_details()
Dip6tnl.c227 parent = link_lookup(link->ce_cache, ip6_tnl->link); in ip6_tnl_dump_details()
Dsit.c258 parent = link_lookup(link->ce_cache, sit->link); in sit_dump_details()
Dipgre.c235 parent = link_lookup(link->ce_cache, ipgre->link); in ipgre_dump_details()
Dvxlan.c341 parent = link_lookup(link->ce_cache, vxi->vxi_link); in vxlan_dump_details()
/third_party/libnl/include/netlink-private/
Dnetlink.h137 extern struct rtnl_link *link_lookup(struct nl_cache *cache, int ifindex);
/third_party/libnl/lib/route/
Dlink.c81 struct rtnl_link *link_lookup(struct nl_cache *cache, int ifindex) in link_lookup() function