Home
last modified time | relevance | path

Searched refs:neigh_key_eq32 (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Darp.h27 return ___neigh_lookup_noref(&arp_tbl, neigh_key_eq32, arp_hashfn, &key, dev); in __ipv4_neigh_lookup_noref()
H A Dneighbour.h266 static inline bool neigh_key_eq32(const struct neighbour *n, const void *pkey) in neigh_key_eq32() function
/kernel/linux/linux-6.6/include/net/
H A Darp.h27 return ___neigh_lookup_noref(&arp_tbl, neigh_key_eq32, arp_hashfn, &key, dev); in __ipv4_neigh_lookup_noref()
H A Dneighbour.h279 static inline bool neigh_key_eq32(const struct neighbour *n, const void *pkey) in neigh_key_eq32() function
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c851 if (!neigh_key_eq32(n, &attrs->saddr.a4) && in mlx5e_ipsec_netevent_event()
852 !neigh_key_eq32(n, &attrs->daddr.a4)) in mlx5e_ipsec_netevent_event()
/kernel/linux/linux-5.10/net/ipv4/
H A Darp.c219 return neigh_key_eq32(neigh, pkey); in arp_key_eq()
/kernel/linux/linux-6.6/net/ipv4/
H A Darp.c220 return neigh_key_eq32(neigh, pkey); in arp_key_eq()

Completed in 8 milliseconds