Home
last modified time | relevance | path

Searched refs:nd_msg (Results 1 – 7 of 7) sorted by relevance

/linux/net/ipv6/
H A Dndisc.c533 struct nd_msg *msg; in ndisc_send_na()
563 *msg = (struct nd_msg) { in ndisc_send_na()
612 struct nd_msg *msg; in ndisc_ns_create()
631 *msg = (struct nd_msg) { in ndisc_ns_create()
793 struct nd_msg *msg = (struct nd_msg *)skb_transport_header(skb); in ndisc_recv_ns()
798 offsetof(struct nd_msg, opt)); in ndisc_recv_ns()
810 if (skb->len < sizeof(struct nd_msg)) in ndisc_recv_ns()
998 struct nd_msg *msg = (struct nd_msg *)skb_transport_header(skb); in ndisc_recv_na()
1003 offsetof(struct nd_msg, opt)); in ndisc_recv_na()
1012 if (skb->len < sizeof(struct nd_msg)) in ndisc_recv_na()
[all …]
/linux/drivers/net/usb/
H A Dcdc_mbim.c312 struct nd_msg *msg = (void *)(iph + 1); in do_neigh_solicit()
358 struct nd_msg *msg = (void *)(iph + 1); in is_neigh_solicit()
360 return (len >= sizeof(struct ipv6hdr) + sizeof(struct nd_msg) && in is_neigh_solicit()
/linux/net/bridge/
H A Dbr_device.c79 sizeof(struct nd_msg)) && in br_dev_xmit()
81 struct nd_msg *msg, _msg; in br_dev_xmit()
/linux/drivers/net/ipvlan/
H A Dipvlan_core.c373 struct nd_msg *ndmh; in ipvlan_addr_lookup()
379 ndmh = (struct nd_msg *)lyr3h; in ipvlan_addr_lookup()
/linux/include/net/
H A Dndisc.h81 struct nd_msg { struct
/linux/net/openvswitch/
H A Dflow.c569 struct nd_msg *nd; in parse_icmpv6()
583 nd = (struct nd_msg *)skb_transport_header(skb); in parse_icmpv6()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c1959 struct nd_msg *ns, *na; in vxlan_na_create()
1981 ns = (struct nd_msg *)(ipv6_hdr(request) + 1); in vxlan_na_create()
2052 struct nd_msg *msg; in neigh_reduce()
2061 msg = (struct nd_msg *)(iphdr + 1); in neigh_reduce()
2750 sizeof(struct nd_msg)) && in vxlan_xmit()
2752 struct nd_msg *m = (struct nd_msg *)(ipv6_hdr(skb) + 1); in vxlan_xmit()