Home
last modified time | relevance | path

Searched refs:nl_cache (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/ofed/libibverbs/
H A Dneigh.h23 struct nl_cache *link_cache;
24 struct nl_cache *neigh_cache;
25 struct nl_cache *route_cache;
/freebsd-12.1/contrib/libpcap/
H A Dpcap-linux.c652 __genl_ctrl_alloc_cache(struct nl_handle *h, struct nl_cache **cache) in __genl_ctrl_alloc_cache()
654 struct nl_cache *tmp = genl_ctrl_alloc_cache(h); in __genl_ctrl_alloc_cache()
665 struct nl_cache *nl_cache; member
687 err = genl_ctrl_alloc_cache(state->nl_sock, &state->nl_cache); in nl80211_init()
695 state->nl80211 = genl_ctrl_search_by_name(state->nl_cache, "nl80211"); in nl80211_init()
705 nl_cache_free(state->nl_cache); in nl80211_init()
715 nl_cache_free(state->nl_cache); in nl80211_cleanup()
/freebsd-12.1/contrib/wpa/src/drivers/
H A Ddriver_macsec_linux.c53 struct nl_cache *link_cache;
1065 static struct rtnl_link * lookup_sc(struct nl_cache *cache, int parent, u64 sci) in lookup_sc()