Searched refs:nd_msg (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/net/bridge/ |
D | br_arp_nd_proxy.c | 226 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()
|
D | br_input.c | 127 sizeof(struct nd_msg)) && in br_handle_frame_finish() 129 struct nd_msg *msg, _msg; in br_handle_frame_finish()
|
D | br_device.c | 76 sizeof(struct nd_msg)) && in br_dev_xmit() 78 struct nd_msg *msg, _msg; in br_dev_xmit()
|
D | br_private.h | 1204 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/ |
D | ndisc.c | 510 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/ |
D | cdc_mbim.c | 312 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/ |
D | ipvlan_core.c | 376 struct nd_msg *ndmh; in ipvlan_addr_lookup() 382 ndmh = (struct nd_msg *)lyr3h; in ipvlan_addr_lookup()
|
/Linux-v4.19/include/net/ |
D | ndisc.h | 77 struct nd_msg { struct
|
/Linux-v4.19/net/openvswitch/ |
D | flow.c | 436 struct nd_msg *nd; in parse_icmpv6() 448 nd = (struct nd_msg *)skb_transport_header(skb); in parse_icmpv6()
|
/Linux-v4.19/drivers/net/ |
D | vxlan.c | 1575 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()
|