Home
last modified time | relevance | path

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

/linux-6.6.21/net/bridge/
Dbr_arp_nd_proxy.c232 struct nd_msg *br_is_nd_neigh_msg(struct sk_buff *skb, struct nd_msg *msg) in br_is_nd_neigh_msg()
234 struct nd_msg *m; in br_is_nd_neigh_msg()
251 __be16 vlan_proto, u16 vlan_tci, struct nd_msg *ns) in br_nd_send()
256 struct nd_msg *na; in br_nd_send()
319 na = (struct nd_msg *)skb_put(reply, sizeof(*na) + na_olen); in br_nd_send()
400 u16 vid, struct net_bridge_port *p, struct nd_msg *msg) in br_do_suppress_nd()
Dbr_input.c167 sizeof(struct nd_msg)) && in br_handle_frame_finish()
169 struct nd_msg *msg, _msg; in br_handle_frame_finish()
Dbr_device.c73 sizeof(struct nd_msg)) && in br_dev_xmit()
75 struct nd_msg *msg, _msg; in br_dev_xmit()
Dbr_private.h2266 u16 vid, struct net_bridge_port *p, struct nd_msg *msg);
2267 struct nd_msg *br_is_nd_neigh_msg(struct sk_buff *skb, struct nd_msg *m);
/linux-6.6.21/net/ipv6/
Dndisc.c529 struct nd_msg *msg; in ndisc_send_na()
559 *msg = (struct nd_msg) { in ndisc_send_na()
608 struct nd_msg *msg; in ndisc_ns_create()
627 *msg = (struct nd_msg) { in ndisc_ns_create()
789 struct nd_msg *msg = (struct nd_msg *)skb_transport_header(skb); in ndisc_recv_ns()
794 offsetof(struct nd_msg, opt)); in ndisc_recv_ns()
806 if (skb->len < sizeof(struct nd_msg)) in ndisc_recv_ns()
993 struct nd_msg *msg = (struct nd_msg *)skb_transport_header(skb); in ndisc_recv_na()
998 offsetof(struct nd_msg, opt)); in ndisc_recv_na()
1007 if (skb->len < sizeof(struct nd_msg)) in ndisc_recv_na()
[all …]
/linux-6.6.21/drivers/net/usb/
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-6.6.21/drivers/net/ipvlan/
Dipvlan_core.c370 struct nd_msg *ndmh; in ipvlan_addr_lookup()
376 ndmh = (struct nd_msg *)lyr3h; in ipvlan_addr_lookup()
/linux-6.6.21/include/net/
Dndisc.h81 struct nd_msg { struct
/linux-6.6.21/net/openvswitch/
Dflow.c570 struct nd_msg *nd; in parse_icmpv6()
582 nd = (struct nd_msg *)skb_transport_header(skb); in parse_icmpv6()
/linux-6.6.21/drivers/net/vxlan/
Dvxlan_core.c1916 struct nd_msg *ns, *na; in vxlan_na_create()
1938 ns = (struct nd_msg *)(ipv6_hdr(request) + 1); in vxlan_na_create()
2009 struct nd_msg *msg; in neigh_reduce()
2018 msg = (struct nd_msg *)(iphdr + 1); in neigh_reduce()
2795 sizeof(struct nd_msg)) && in vxlan_xmit()
2797 struct nd_msg *m = (struct nd_msg *)(ipv6_hdr(skb) + 1); in vxlan_xmit()