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

/linux-master/include/uapi/linux/
H A Dneighbour.h168 struct ndtmsg { struct
/linux-master/net/core/
H A Dneighbour.c2165 struct ndtmsg *ndtmsg; local
2167 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flags);
2171 ndtmsg = nlmsg_data(nlh);
2174 ndtmsg->ndtm_family = tbl->family;
2175 ndtmsg->ndtm_pad1 = 0;
2176 ndtmsg->ndtm_pad2 = 0;
2257 struct ndtmsg *ndtmsg; local
2260 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flag
2316 struct ndtmsg *ndtmsg; local
[all...]

Completed in 110 milliseconds