Searched refs:NEIGH_ND_TABLE (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/net/mpls/ |
H 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()
|
H A D | af_mpls.c | 655 case NEIGH_ND_TABLE: in find_outdev() 748 *via_table = NEIGH_ND_TABLE; in nla_get_via()
|
/kernel/linux/linux-6.6/net/mpls/ |
H 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()
|
H A D | af_mpls.c | 658 case NEIGH_ND_TABLE: in find_outdev() 751 *via_table = NEIGH_ND_TABLE; in nla_get_via()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_fwd_netdev.c | 133 neigh_table = NEIGH_ND_TABLE; in nft_fwd_neigh_eval()
|
H A D | nf_flow_table_ip.c | 549 neigh_xmit(NEIGH_ND_TABLE, outdev, nexthop, skb); in nf_flow_offload_ipv6_hook()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_fwd_netdev.c | 136 neigh_table = NEIGH_ND_TABLE; in nft_fwd_neigh_eval()
|
H A D | nf_flow_table_ip.c | 747 neigh_xmit(NEIGH_ND_TABLE, outdev, nexthop, skb); in nf_flow_offload_ipv6_hook()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | neighbour.h | 233 NEIGH_ND_TABLE = 1, enumerator
|
/kernel/linux/linux-6.6/include/net/ |
H A D | neighbour.h | 241 NEIGH_ND_TABLE = 1, enumerator
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ndisc.c | 1939 neigh_table_init(NEIGH_ND_TABLE, &nd_tbl); in ndisc_init() 1972 neigh_table_clear(NEIGH_ND_TABLE, &nd_tbl); in ndisc_cleanup()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ndisc.c | 2024 neigh_table_init(NEIGH_ND_TABLE, &nd_tbl); in ndisc_init() 2057 neigh_table_clear(NEIGH_ND_TABLE, &nd_tbl); in ndisc_cleanup()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | neighbour.c | 1783 tbl = neigh_tables[NEIGH_ND_TABLE]; in neigh_find_table()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | neighbour.c | 1870 tbl = neigh_tables[NEIGH_ND_TABLE]; in neigh_find_table()
|
Completed in 32 milliseconds