Searched refs:neigh_key_eq32 (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | arp.h | 27 return ___neigh_lookup_noref(&arp_tbl, neigh_key_eq32, arp_hashfn, &key, dev); in __ipv4_neigh_lookup_noref()
|
H A D | neighbour.h | 266 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 D | arp.h | 27 return ___neigh_lookup_noref(&arp_tbl, neigh_key_eq32, arp_hashfn, &key, dev); in __ipv4_neigh_lookup_noref()
|
H A D | neighbour.h | 279 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 D | ipsec.c | 851 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 D | arp.c | 219 return neigh_key_eq32(neigh, pkey); in arp_key_eq()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | arp.c | 220 return neigh_key_eq32(neigh, pkey); in arp_key_eq()
|
Completed in 9 milliseconds