Searched refs:neigh_key_eq128 (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/include/net/ |
| D | ndisc.h | 383 return ___neigh_lookup_noref(&nd_tbl, neigh_key_eq128, ndisc_hashfn, pkey, dev); in __ipv6_neigh_lookup_noref() 390 return ___neigh_lookup_noref(ipv6_stub->nd_tbl, neigh_key_eq128, in __ipv6_neigh_lookup_noref_stub()
|
| D | neighbour.h | 284 static inline bool neigh_key_eq128(const struct neighbour *n, const void *pkey) in neigh_key_eq128() function
|
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| D | ipsec.c | 821 if (!neigh_key_eq128(n, &attrs->saddr.a4) && in mlx5e_ipsec_netevent_event() 822 !neigh_key_eq128(n, &attrs->daddr.a4)) in mlx5e_ipsec_netevent_event()
|
| /Linux-v6.6/net/ipv6/ |
| D | ndisc.c | 324 return neigh_key_eq128(n, pkey); in ndisc_key_eq()
|