Home
last modified time | relevance | path

Searched refs:nda_cacheinfo (Results 1 – 2 of 2) sorted by relevance

/third_party/libnl/include/linux-private/linux/
Dneighbour.h69 struct nda_cacheinfo { struct
/third_party/libnl/lib/route/
Dneigh.c333 [NDA_CACHEINFO] = { .minlen = sizeof(struct nda_cacheinfo) },
406 struct nda_cacheinfo *ci = nla_data(tb[NDA_CACHEINFO]); in rtnl_neigh_parse()