Searched refs:neigh_xmit (Results 1 – 7 of 7) 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 | 458 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/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()
|
H A D | nf_flow_table_ip.c | 457 neigh_xmit(NEIGH_ARP_TABLE, outdev, &nexthop, skb); in nf_flow_offload_ip_hook() 752 neigh_xmit(NEIGH_ND_TABLE, outdev, nexthop, skb); in nf_flow_offload_ipv6_hook()
|
/linux/include/net/ |
H A D | neighbour.h | 396 int neigh_xmit(int fam, struct net_device *, const void *, struct sk_buff *);
|
/linux/net/core/ |
H A D | neighbour.c | 3145 int neigh_xmit(int index, struct net_device *dev, in neigh_xmit() function 3189 EXPORT_SYMBOL(neigh_xmit);
|