Searched refs:ndtmsg (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/core/ |
H A D | neighbour.c | 2165 struct ndtmsg *ndtmsg; in neightbl_fill_info() local 2167 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flags); in neightbl_fill_info() 2171 ndtmsg = nlmsg_data(nlh); in neightbl_fill_info() 2174 ndtmsg->ndtm_family = tbl->family; in neightbl_fill_info() 2175 ndtmsg->ndtm_pad1 = 0; in neightbl_fill_info() 2176 ndtmsg->ndtm_pad2 = 0; in neightbl_fill_info() 2257 struct ndtmsg *ndtmsg; in neightbl_fill_param_info() local 2260 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flags); in neightbl_fill_param_info() 2264 ndtmsg = nlmsg_data(nlh); in neightbl_fill_param_info() 2267 ndtmsg->ndtm_family = tbl->family; in neightbl_fill_param_info() [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | neighbour.h | 168 struct ndtmsg { struct
|