Searched refs:ndtmsg (Results 1 – 3 of 3) sorted by relevance
| /linux/net/core/ |
| H A D | neighbour.c | 2251 struct ndtmsg *ndtmsg; in neightbl_fill_info() local 2253 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flags); in neightbl_fill_info() 2257 ndtmsg = nlmsg_data(nlh); in neightbl_fill_info() 2258 ndtmsg->ndtm_family = tbl->family; in neightbl_fill_info() 2259 ndtmsg->ndtm_pad1 = 0; in neightbl_fill_info() 2260 ndtmsg->ndtm_pad2 = 0; in neightbl_fill_info() 2337 struct ndtmsg *ndtmsg; in neightbl_fill_param_info() local 2340 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flags); in neightbl_fill_param_info() 2344 ndtmsg = nlmsg_data(nlh); in neightbl_fill_param_info() 2345 ndtmsg->ndtm_family = tbl->family; in neightbl_fill_param_info() [all …]
|
| /linux/include/uapi/linux/ |
| H A D | neighbour.h | 173 struct ndtmsg { struct
|
| /linux/tools/include/uapi/linux/ |
| H A D | neighbour.h | 173 struct ndtmsg { struct
|