Lines Matching refs:nd_msg
531 struct nd_msg *msg; in ndisc_send_na()
561 *msg = (struct nd_msg) { in ndisc_send_na()
610 struct nd_msg *msg; in ndisc_ns_create()
629 *msg = (struct nd_msg) { in ndisc_ns_create()
791 struct nd_msg *msg = (struct nd_msg *)skb_transport_header(skb); in ndisc_recv_ns()
796 offsetof(struct nd_msg, opt)); in ndisc_recv_ns()
808 if (skb->len < sizeof(struct nd_msg)) in ndisc_recv_ns()
996 struct nd_msg *msg = (struct nd_msg *)skb_transport_header(skb); in ndisc_recv_na()
1001 offsetof(struct nd_msg, opt)); in ndisc_recv_na()
1010 if (skb->len < sizeof(struct nd_msg)) in ndisc_recv_na()
1832 struct nd_msg *msg; in ndisc_rcv()
1841 msg = (struct nd_msg *)skb_transport_header(skb); in ndisc_rcv()