Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mpls/
H A 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()
H A Daf_mpls.c455 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 Dnf_flowtable.rst19 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 Dnf_flow_table_ip.c308 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 Dnft_fwd_netdev.c147 neigh_xmit(neigh_table, dev, addr, skb); in nft_fwd_neigh_eval()
/OK3568_Linux_fs/kernel/include/net/
H A Dneighbour.h383 int neigh_xmit(int fam, struct net_device *, const void *, struct sk_buff *);
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_qcom1492 neigh_xmit
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c3014 int neigh_xmit(int index, struct net_device *dev, in neigh_xmit() function
3056 EXPORT_SYMBOL(neigh_xmit);