Searched refs:ndtmsg (Results 1 – 2 of 2) sorted by relevance
/linux/net/core/ |
H A D | neighbour.c | 2227 struct ndtmsg *ndtmsg; in neightbl_fill_info() local 2229 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flags); in neightbl_fill_info() 2233 ndtmsg = nlmsg_data(nlh); in neightbl_fill_info() 2236 ndtmsg->ndtm_family = tbl->family; in neightbl_fill_info() 2237 ndtmsg->ndtm_pad1 = 0; in neightbl_fill_info() 2238 ndtmsg->ndtm_pad2 = 0; in neightbl_fill_info() 2319 struct ndtmsg *ndtmsg; in neightbl_fill_param_info() local 2322 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flag in neightbl_fill_param_info() 2379 struct ndtmsg *ndtmsg; neightbl_set() local [all...] |
/linux/include/uapi/linux/ |
H A D | neighbour.h | 173 struct ndtmsg { struct 174 ndtm_familyndtmsg global() argument 175 ndtm_pad1ndtmsg global() argument 176 ndtm_pad2ndtmsg global() argument
|