Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dneighbour.h31 NDA_PROTOCOL, /* Originator of entry */ enumerator
/openbmc/linux/net/core/
H A Dneighbour.c1888 [NDA_PROTOCOL] = { .type = NLA_U8 },
2022 if (tb[NDA_PROTOCOL]) in neigh_add()
2023 protocol = nla_get_u8(tb[NDA_PROTOCOL]); in neigh_add()
2611 if (neigh->protocol && nla_put_u8(skb, NDA_PROTOCOL, neigh->protocol)) in neigh_fill_info()
2651 if (pn->protocol && nla_put_u8(skb, NDA_PROTOCOL, pn->protocol)) in pneigh_fill_info()