/linux/net/bridge/ |
H A D | br_nf_core.c | 57 .neigh_lookup = fake_neigh_lookup,
|
/linux/include/net/ |
H A D | dst_ops.h | 35 struct neighbour * (*neigh_lookup)(const struct dst_entry *dst, member
|
/linux/drivers/net/ethernet/sfc/ |
H A D | tc_counters.c | 111 n = neigh_lookup(&arp_tbl, &encap->neigh->dst_ip, in efx_tc_counter_work() 115 n = neigh_lookup(ipv6_stub->nd_tbl, in efx_tc_counter_work()
|
/linux/net/ieee802154/6lowpan/ |
H A D | tx.c | 62 n = neigh_lookup(&nd_tbl, &hdr->daddr, ldev); in lowpan_header_create()
|
/linux/net/core/ |
H A D | dst.c | 264 .neigh_lookup = dst_blackhole_neigh_lookup,
|
H A D | neighbour.c | 577 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey, in neigh_lookup() function 595 EXPORT_SYMBOL(neigh_lookup); 1898 neigh = neigh_lookup(tbl, nla_data(dst_attr), dev); in neigh_delete() 2010 neigh = neigh_lookup(tbl, dst, dev); in neigh_add() 3023 neigh = neigh_lookup(tbl, dst, dev); in neigh_get()
|
/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_router.c | 686 n = neigh_lookup(&arp_tbl, &nc->key.addr.u.ipv4, in __prestera_k_arb_n_offload_set() 793 n = neigh_lookup(&arp_tbl, &nc->key.addr.u.ipv4, nc->key.dev); in __prestera_k_arb_nc_kern_n_fetch() 1055 n = neigh_lookup(&arp_tbl, &nc->key.addr.u.ipv4, in __prestera_k_arb_hw_state_upd()
|
/linux/net/ipv4/ |
H A D | arp.c | 1179 neigh = neigh_lookup(&arp_tbl, &ip, dev); in arp_req_get() 1204 struct neighbour *neigh = neigh_lookup(&arp_tbl, &ip, dev); in arp_invalidate()
|
H A D | fib_semantics.c | 537 n = neigh_lookup(&arp_tbl, &nhc->nhc_gw.ipv4, nhc->nhc_dev); in fib_detect_death() 539 n = neigh_lookup(ipv6_stub->nd_tbl, &nhc->nhc_gw.ipv6, in fib_detect_death()
|
H A D | route.c | 165 .neigh_lookup = ipv4_neigh_lookup, 2863 .neigh_lookup = ipv4_neigh_lookup,
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | tunnel_conf.c | 238 n = neigh_lookup(&arp_tbl, &ipv4_addr, netdev); in nfp_tunnel_keep_alive() 280 n = neigh_lookup(&nd_tbl, ipv6_add, netdev); in nfp_tunnel_keep_alive_v6()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec.c | 292 n = neigh_lookup(&arp_tbl, pkey, netdev); in mlx5e_ipsec_init_macs()
|
/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 1903 n = neigh_lookup(&arp_tbl, &tip, dev); in arp_reduce() 2067 n = neigh_lookup(ipv6_stub->nd_tbl, &msg->target, dev); in neigh_reduce() 2131 n = neigh_lookup(&arp_tbl, &pip->daddr, dev); in route_shortcircuit() 2152 n = neigh_lookup(ipv6_stub->nd_tbl, &pip6->daddr, dev); in route_shortcircuit()
|
/linux/net/xfrm/ |
H A D | xfrm_policy.c | 4090 return path->ops->neigh_lookup(path, skb, daddr); in xfrm_neigh_lookup() 4125 if (likely(dst_ops->neigh_lookup == NULL)) in xfrm_policy_register_afinfo() 4126 dst_ops->neigh_lookup = xfrm_neigh_lookup; in xfrm_policy_register_afinfo()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_span.c | 232 struct neighbour *neigh = neigh_lookup(tbl, pkey, dev); in mlxsw_sp_span_dmac()
|
H A D | spectrum_router.c | 2433 n = neigh_lookup(&arp_tbl, &dipn, dev); in mlxsw_sp_router_neigh_ent_ipv4_process() 2461 n = neigh_lookup(&nd_tbl, &dip, dev); in mlxsw_sp_router_neigh_ent_ipv6_process() 4306 n = neigh_lookup(nh->neigh_tbl, &nh->gw_addr, dev); in mlxsw_sp_nexthop_dead_neigh_replace() 4412 n = neigh_lookup(nh->neigh_tbl, &nh->gw_addr, dev); in mlxsw_sp_nexthop_neigh_init()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun_encap.c | 456 n = neigh_lookup(tbl, &m_neigh->dst_ip, READ_ONCE(nhe->neigh_dev)); in mlx5e_tc_update_neigh_used_value()
|
/linux/net/ipv6/ |
H A D | ndisc.c | 1070 neigh = neigh_lookup(&nd_tbl, &msg->target, dev); in ndisc_recv_na()
|
H A D | route.c | 264 .neigh_lookup = ip6_dst_neigh_lookup, 271 .neigh_lookup = ip6_dst_neigh_lookup,
|