Lines Matching refs:ndtmsg
2058 struct ndtmsg *ndtmsg;
2060 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flags);
2064 ndtmsg = nlmsg_data(nlh);
2067 ndtmsg->ndtm_family = tbl->family;
2068 ndtmsg->ndtm_pad1 = 0;
2069 ndtmsg->ndtm_pad2 = 0;
2150 struct ndtmsg *ndtmsg;
2153 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flags);
2157 ndtmsg = nlmsg_data(nlh);
2160 ndtmsg->ndtm_family = tbl->family;
2161 ndtmsg->ndtm_pad1 = 0;
2162 ndtmsg->ndtm_pad2 = 0;
2208 struct ndtmsg *ndtmsg;
2213 err = nlmsg_parse_deprecated(nlh, sizeof(*ndtmsg), tb, NDTA_MAX,
2223 ndtmsg = nlmsg_data(nlh);
2229 if (ndtmsg->ndtm_family && tbl->family != ndtmsg->ndtm_family)
2368 struct ndtmsg *ndtm;