Lines Matching refs:ndtmsg
2165 struct ndtmsg *ndtmsg;
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;
2260 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flags);
2264 ndtmsg = nlmsg_data(nlh);
2267 ndtmsg->ndtm_family = tbl->family;
2268 ndtmsg->ndtm_pad1 = 0;
2269 ndtmsg->ndtm_pad2 = 0;
2316 struct ndtmsg *ndtmsg;
2321 err = nlmsg_parse_deprecated(nlh, sizeof(*ndtmsg), tb, NDTA_MAX,
2331 ndtmsg = nlmsg_data(nlh);
2337 if (ndtmsg->ndtm_family && tbl->family != ndtmsg->ndtm_family)
2480 struct ndtmsg *ndtm;