Searched refs:NEIGH_ND_TABLE (Results 1 – 7 of 7) sorted by relevance
| /linux/net/mpls/ |
| A D | mpls_iptunnel.c | 135 err = neigh_xmit(NEIGH_ND_TABLE, out_dev, &rt->rt_gw6, in mpls_xmit() 146 err = neigh_xmit(NEIGH_ND_TABLE, out_dev, &rt6->rt6i_gateway, in mpls_xmit()
|
| A D | af_mpls.c | 658 case NEIGH_ND_TABLE: in find_outdev() 751 *via_table = NEIGH_ND_TABLE; in nla_get_via()
|
| /linux/net/netfilter/ |
| A D | nft_fwd_netdev.c | 136 neigh_table = NEIGH_ND_TABLE; in nft_fwd_neigh_eval()
|
| A D | nf_flow_table_ip.c | 752 neigh_xmit(NEIGH_ND_TABLE, outdev, nexthop, skb); in nf_flow_offload_ipv6_hook()
|
| /linux/include/net/ |
| A D | neighbour.h | 241 NEIGH_ND_TABLE = 1, enumerator
|
| /linux/net/ipv6/ |
| A D | ndisc.c | 2040 neigh_table_init(NEIGH_ND_TABLE, &nd_tbl); in ndisc_init() 2073 neigh_table_clear(NEIGH_ND_TABLE, &nd_tbl); in ndisc_cleanup()
|
| /linux/net/core/ |
| A D | neighbour.c | 1878 tbl = rcu_dereference_rtnl(neigh_tables[NEIGH_ND_TABLE]); in neigh_find_table()
|
Completed in 43 milliseconds