ndmsg            1523 net/core/neighbour.c 	struct ndmsg *ndm;
ndmsg            1589 net/core/neighbour.c 	struct ndmsg *ndm;
ndmsg            2033 net/core/neighbour.c 	struct ndmsg *ndm;
ndmsg            2520 net/core/neighbour.c 	return NLMSG_ALIGN(sizeof(struct ndmsg))
ndmsg            1027 net/ipv6/ndisc.c 	struct nduseroptmsg *ndmsg;
ndmsg            1045 net/ipv6/ndisc.c 	ndmsg = nlmsg_data(nlh);
ndmsg            1046 net/ipv6/ndisc.c 	ndmsg->nduseropt_family = AF_INET6;
ndmsg            1047 net/ipv6/ndisc.c 	ndmsg->nduseropt_ifindex = ra->dev->ifindex;
ndmsg            1048 net/ipv6/ndisc.c 	ndmsg->nduseropt_icmp_type = icmp6h->icmp6_type;
ndmsg            1049 net/ipv6/ndisc.c 	ndmsg->nduseropt_icmp_code = icmp6h->icmp6_code;
ndmsg            1050 net/ipv6/ndisc.c 	ndmsg->nduseropt_opts_len = opt->nd_opt_len << 3;
ndmsg            1052 net/ipv6/ndisc.c 	memcpy(ndmsg + 1, opt, opt->nd_opt_len << 3);