Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dneighbour.h22 NDA_CACHEINFO, enumerator
/openbmc/linux/net/bridge/
H A Dbr_fdb.c143 if (nla_put(skb, NDA_CACHEINFO, sizeof(ci), &ci)) in fdb_fill_info()
/openbmc/linux/net/core/
H A Dneighbour.c1881 [NDA_CACHEINFO] = { .len = sizeof(struct nda_cacheinfo) },
2608 nla_put(skb, NDA_CACHEINFO, sizeof(ci), &ci)) in neigh_fill_info()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c235 if (nla_put(skb, NDA_CACHEINFO, sizeof(ci), &ci)) in vxlan_fdb_info()