Searched refs:NEIGH_ND_TABLE (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/net/mpls/ |
A D | mpls_iptunnel.c | 137 err = neigh_xmit(NEIGH_ND_TABLE, out_dev, &rt->rt_gw6, in mpls_xmit() 148 err = neigh_xmit(NEIGH_ND_TABLE, out_dev, &rt6->rt6i_gateway, in mpls_xmit()
|
A D | af_mpls.c | 657 case NEIGH_ND_TABLE: in find_outdev() 750 *via_table = NEIGH_ND_TABLE; in nla_get_via()
|
/linux-6.3-rc2/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 | 681 neigh_xmit(NEIGH_ND_TABLE, outdev, nexthop, skb); in nf_flow_offload_ipv6_hook()
|
/linux-6.3-rc2/include/net/ |
A D | neighbour.h | 241 NEIGH_ND_TABLE = 1, enumerator
|
/linux-6.3-rc2/net/ipv6/ |
A D | ndisc.c | 2018 neigh_table_init(NEIGH_ND_TABLE, &nd_tbl); in ndisc_init() 2051 neigh_table_clear(NEIGH_ND_TABLE, &nd_tbl); in ndisc_cleanup()
|
/linux-6.3-rc2/net/core/ |
A D | neighbour.c | 1890 tbl = neigh_tables[NEIGH_ND_TABLE]; in neigh_find_table()
|
Completed in 36 milliseconds