Searched refs:neigh_xmit (Results 1 – 4 of 4) sorted by relevance
| /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/include/net/ |
| H A D | neighbour.h | 410 int neigh_xmit(int fam, struct net_device *, const void *, struct sk_buff *);
|
| /linux/net/mpls/ |
| H A D | af_mpls.c | 483 err = neigh_xmit(NEIGH_LINK_TABLE, out_dev, in mpls_forward() 486 err = neigh_xmit(nh->nh_via_table, out_dev, in mpls_forward()
|
| /linux/net/core/ |
| H A D | neighbour.c | 3211 int neigh_xmit(int index, struct net_device *dev, in neigh_xmit() function 3255 EXPORT_SYMBOL(neigh_xmit);
|