Home
last modified time | relevance | path

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

/linux-6.6.21/net/mpls/
Dmpls_iptunnel.c137 err = neigh_xmit(NEIGH_ND_TABLE, out_dev, &rt->rt_gw6, in mpls_xmit()
140 err = neigh_xmit(NEIGH_ARP_TABLE, out_dev, &rt->rt_gw4, in mpls_xmit()
145 err = neigh_xmit(NEIGH_ARP_TABLE, out_dev, &rt6->rt6i_gateway.s6_addr32[3], in mpls_xmit()
148 err = neigh_xmit(NEIGH_ND_TABLE, out_dev, &rt6->rt6i_gateway, in mpls_xmit()
Daf_mpls.c458 err = neigh_xmit(NEIGH_LINK_TABLE, out_dev, in mpls_forward()
461 err = neigh_xmit(nh->nh_via_table, out_dev, in mpls_forward()
/linux-6.6.21/Documentation/networking/
Dnf_flowtable.rst21 transmitted to the output netdevice via neigh_xmit(), hence, packets bypass the
53 --> ingress ---> prerouting ---> |decision| | postrouting |--> neigh_xmit
74 forwarding path. The TTL is decremented before calling neigh_xmit(). Fragmented
/linux-6.6.21/net/netfilter/
Dnft_fwd_netdev.c150 neigh_xmit(neigh_table, dev, addr, skb); in nft_fwd_neigh_eval()
Dnf_flow_table_ip.c452 neigh_xmit(NEIGH_ARP_TABLE, outdev, &nexthop, skb); in nf_flow_offload_ip_hook()
747 neigh_xmit(NEIGH_ND_TABLE, outdev, nexthop, skb); in nf_flow_offload_ipv6_hook()
/linux-6.6.21/include/net/
Dneighbour.h396 int neigh_xmit(int fam, struct net_device *, const void *, struct sk_buff *);
/linux-6.6.21/net/core/
Dneighbour.c3142 int neigh_xmit(int index, struct net_device *dev, in neigh_xmit() function
3184 EXPORT_SYMBOL(neigh_xmit);