Searched refs:neigh_xmit (Results 1 – 6 of 6) sorted by relevance
| /linux/net/mpls/ |
| H A D | mpls_iptunnel.c | 135 err = neigh_xmit(NEIGH_ND_TABLE, out_dev, &rt->rt_gw6, in mpls_xmit() 138 err = neigh_xmit(NEIGH_ARP_TABLE, out_dev, &rt->rt_gw4, in mpls_xmit() 143 err = neigh_xmit(NEIGH_ARP_TABLE, out_dev, &rt6->rt6i_gateway.s6_addr32[3], in mpls_xmit() 146 err = neigh_xmit(NEIGH_ND_TABLE, out_dev, &rt6->rt6i_gateway, in mpls_xmit()
|
| H A D | af_mpls.c | 482 err = neigh_xmit(NEIGH_LINK_TABLE, out_dev, in mpls_forward() 485 err = neigh_xmit(nh->nh_via_table, out_dev, in mpls_forward()
|
| /linux/Documentation/networking/ |
| H A D | nf_flowtable.rst | 21 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/net/netfilter/ |
| H A D | nft_fwd_netdev.c | 150 neigh_xmit(neigh_table, dev, addr, skb); in nft_fwd_neigh_eval()
|
| /linux/include/net/ |
| H A D | neighbour.h | 410 int neigh_xmit(int fam, struct net_device *, const void *, struct sk_buff *);
|
| /linux/net/core/ |
| H A D | neighbour.c | 3203 int neigh_xmit(int index, struct net_device *dev, in neigh_xmit() function 3247 EXPORT_SYMBOL(neigh_xmit);
|