Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dneighbour.h31 NDA_PROTOCOL, /* Originator of entry */ enumerator
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c1812 [NDA_PROTOCOL] = { .type = NLA_U8 },
1935 if (tb[NDA_PROTOCOL]) in neigh_add()
1936 protocol = nla_get_u8(tb[NDA_PROTOCOL]); in neigh_add()
2500 if (neigh->protocol && nla_put_u8(skb, NDA_PROTOCOL, neigh->protocol)) in neigh_fill_info()
2534 if (pn->protocol && nla_put_u8(skb, NDA_PROTOCOL, pn->protocol)) in pneigh_fill_info()