Home
last modified time | relevance | path

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

/Linux-v4.19/net/bridge/
Dbr_arp_nd_proxy.c226 struct nd_msg *br_is_nd_neigh_msg(struct sk_buff *skb, struct nd_msg *msg) in br_is_nd_neigh_msg()
228 struct nd_msg *m; in br_is_nd_neigh_msg()
245 __be16 vlan_proto, u16 vlan_tci, struct nd_msg *ns) in br_nd_send()
250 struct nd_msg *na; in br_nd_send()
309 na = (struct nd_msg *)skb_put(reply, sizeof(*na) + na_olen); in br_nd_send()
385 u16 vid, struct net_bridge_port *p, struct nd_msg *msg) in br_do_suppress_nd()
Dbr_input.c127 sizeof(struct nd_msg)) && in br_handle_frame_finish()
129 struct nd_msg *msg, _msg; in br_handle_frame_finish()
Dbr_device.c76 sizeof(struct nd_msg)) && in br_dev_xmit()
78 struct nd_msg *msg, _msg; in br_dev_xmit()
Dbr_private.h1204 u16 vid, struct net_bridge_port *p, struct nd_msg *msg);
1205 struct nd_msg *br_is_nd_neigh_msg(struct sk_buff *skb, struct nd_msg *m);
/Linux-v4.19/net/ipv6/
Dndisc.c510 struct nd_msg *msg; in ndisc_send_na()
540 *msg = (struct nd_msg) { in ndisc_send_na()
592 struct nd_msg *msg; in ndisc_send_ns()
614 *msg = (struct nd_msg) { in ndisc_send_ns()
755 struct nd_msg *msg = (struct nd_msg *)skb_transport_header(skb); in ndisc_recv_ns()
760 offsetof(struct nd_msg, opt)); in ndisc_recv_ns()
771 if (skb->len < sizeof(struct nd_msg)) { in ndisc_recv_ns()
939 struct nd_msg *msg = (struct nd_msg *)skb_transport_header(skb); in ndisc_recv_na()
944 offsetof(struct nd_msg, opt)); in ndisc_recv_na()
951 if (skb->len < sizeof(struct nd_msg)) { in ndisc_recv_na()
[all …]
/Linux-v4.19/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-v4.19/drivers/net/ipvlan/
Dipvlan_core.c376 struct nd_msg *ndmh; in ipvlan_addr_lookup()
382 ndmh = (struct nd_msg *)lyr3h; in ipvlan_addr_lookup()
/Linux-v4.19/include/net/
Dndisc.h77 struct nd_msg { struct
/Linux-v4.19/net/openvswitch/
Dflow.c436 struct nd_msg *nd; in parse_icmpv6()
448 nd = (struct nd_msg *)skb_transport_header(skb); in parse_icmpv6()
/Linux-v4.19/drivers/net/
Dvxlan.c1575 struct nd_msg *ns, *na; in vxlan_na_create()
1597 ns = (struct nd_msg *)(ipv6_hdr(request) + 1); in vxlan_na_create()
1664 struct nd_msg *msg; in neigh_reduce()
1672 msg = (struct nd_msg *)(iphdr + 1); in neigh_reduce()
2310 sizeof(struct nd_msg)) && in vxlan_xmit()
2312 struct nd_msg *m = (struct nd_msg *)(ipv6_hdr(skb) + 1); in vxlan_xmit()