Home
last modified time | relevance | path

Searched refs:NEIGH_ND_TABLE (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/net/netfilter/
Dnft_fwd_netdev.c119 neigh_table = NEIGH_ND_TABLE; in nft_fwd_neigh_eval()
Dnf_flow_table_ip.c485 neigh_xmit(NEIGH_ND_TABLE, outdev, nexthop, skb); in nf_flow_offload_ipv6_hook()
/Linux-v4.19/net/mpls/
Dmpls_iptunnel.c144 err = neigh_xmit(NEIGH_ND_TABLE, out_dev, &rt6->rt6i_gateway, in mpls_xmit()
Daf_mpls.c657 case NEIGH_ND_TABLE: in find_outdev()
750 *via_table = NEIGH_ND_TABLE; in nla_get_via()
/Linux-v4.19/include/net/
Dneighbour.h226 NEIGH_ND_TABLE = 1, enumerator
/Linux-v4.19/net/ipv6/
Dndisc.c1906 neigh_table_init(NEIGH_ND_TABLE, &nd_tbl); in ndisc_init()
1939 neigh_table_clear(NEIGH_ND_TABLE, &nd_tbl); in ndisc_cleanup()
/Linux-v4.19/net/core/
Dneighbour.c1639 tbl = neigh_tables[NEIGH_ND_TABLE]; in neigh_find_table()