Searched refs:neigh_xmit (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/net/mpls/ |
| D | mpls_iptunnel.c | 109 err = neigh_xmit(NEIGH_ARP_TABLE, out_dev, &rt->rt_gateway, in mpls_output() 112 err = neigh_xmit(NEIGH_ND_TABLE, out_dev, &rt6->rt6i_gateway, in mpls_output()
|
| D | af_mpls.c | 324 err = neigh_xmit(NEIGH_LINK_TABLE, out_dev, in mpls_forward() 327 err = neigh_xmit(nh->nh_via_table, out_dev, in mpls_forward()
|
| /linux-4.4.14/include/net/ |
| D | neighbour.h | 360 int neigh_xmit(int fam, struct net_device *, const void *, struct sk_buff *);
|
| /linux-4.4.14/net/core/ |
| D | neighbour.c | 2459 int neigh_xmit(int index, struct net_device *dev, in neigh_xmit() function 2491 EXPORT_SYMBOL(neigh_xmit);
|