Searched refs:neigh_xmit (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/net/mpls/ |
| H A D | mpls_iptunnel.c | 137 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()
|
| H A D | af_mpls.c | 455 err = neigh_xmit(NEIGH_LINK_TABLE, out_dev, in mpls_forward() 458 err = neigh_xmit(nh->nh_via_table, out_dev, in mpls_forward()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | nf_flowtable.rst | 19 output netdevice via neigh_xmit(), hence, they bypass the classic forwarding 50 --> ingress ---> prerouting ---> |decision| | postrouting |--> neigh_xmit 72 neigh_xmit(). Fragmented traffic is passed up to follow the classic forwarding
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_flow_table_ip.c | 308 neigh_xmit(NEIGH_ARP_TABLE, outdev, &nexthop, skb); in nf_flow_offload_ip_hook() 549 neigh_xmit(NEIGH_ND_TABLE, outdev, nexthop, skb); in nf_flow_offload_ipv6_hook()
|
| H A D | nft_fwd_netdev.c | 147 neigh_xmit(neigh_table, dev, addr, skb); in nft_fwd_neigh_eval()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | neighbour.h | 383 int neigh_xmit(int fam, struct net_device *, const void *, struct sk_buff *);
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_qcom | 1492 neigh_xmit
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | neighbour.c | 3014 int neigh_xmit(int index, struct net_device *dev, in neigh_xmit() function 3056 EXPORT_SYMBOL(neigh_xmit);
|