Searched refs:ndtmsg (Results 1 – 3 of 3) sorted by relevance
| /linux/net/core/ |
| H A D | neighbour.c | 2244 struct ndtmsg *ndtmsg; in neightbl_fill_info() local 2246 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flags); in neightbl_fill_info() 2250 ndtmsg = nlmsg_data(nlh); in neightbl_fill_info() 2251 ndtmsg->ndtm_family = tbl->family; in neightbl_fill_info() 2252 ndtmsg->ndtm_pad1 = 0; in neightbl_fill_info() 2253 ndtmsg->ndtm_pad2 = 0; in neightbl_fill_info() 2330 struct ndtmsg *ndtmsg; in neightbl_fill_param_info() local 2333 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flags); in neightbl_fill_param_info() 2337 ndtmsg = nlmsg_data(nlh); in neightbl_fill_param_info() 2338 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
|