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

/linux-master/include/uapi/linux/
H A Dneighbour.h31 NDA_PROTOCOL, /* Originator of entry */ enumerator in enum:__anon4429
/linux-master/net/core/
H A Dneighbour.c1888 [NDA_PROTOCOL] = { .type = NLA_U8 },
2022 if (tb[NDA_PROTOCOL])
2023 protocol = nla_get_u8(tb[NDA_PROTOCOL]);
2611 if (neigh->protocol && nla_put_u8(skb, NDA_PROTOCOL, neigh->protocol))
2651 if (pn->protocol && nla_put_u8(skb, NDA_PROTOCOL, pn->protocol))
2971 + nla_total_size(1); /* NDA_PROTOCOL */
3000 + nla_total_size(1); /* NDA_PROTOCOL */

Completed in 141 milliseconds