Searched refs:__xfrm_dst_hash (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_hash.h | 84 static inline unsigned int __xfrm_dst_hash(const xfrm_address_t *daddr, in __xfrm_dst_hash() function
|
H A D | xfrm_state.c | 63 return __xfrm_dst_hash(daddr, saddr, reqid, family, net->xfrm.state_hmask); in xfrm_dst_hash() 93 h = __xfrm_dst_hash(&x->id.daddr, &x->props.saddr, in xfrm_hash_transfer()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_hash.h | 84 static inline unsigned int __xfrm_dst_hash(const xfrm_address_t *daddr, in __xfrm_dst_hash() function
|
H A D | xfrm_state.c | 64 return __xfrm_dst_hash(daddr, saddr, reqid, family, net->xfrm.state_hmask); in xfrm_dst_hash() 119 h = __xfrm_dst_hash(&x->id.daddr, &x->props.saddr, in xfrm_hash_transfer()
|
Completed in 9 milliseconds