Searched refs:xfrm_src_hash (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/xfrm/ | 
| D | xfrm_state.c | 67 static inline unsigned int xfrm_src_hash(struct net *net,  in xfrm_src_hash()  function957 	unsigned int h = xfrm_src_hash(net, daddr, saddr, family);  in __xfrm_state_lookup_byaddr()
 1138 			h = xfrm_src_hash(net, daddr, saddr, encap_family);  in xfrm_state_find()
 1249 	h = xfrm_src_hash(net, &x->id.daddr, &x->props.saddr, x->props.family);  in __xfrm_state_insert()
 1371 		h = xfrm_src_hash(net, daddr, saddr, family);  in __find_acq_core()
 1560 		h = xfrm_src_hash(net, &m->old_daddr, &m->old_saddr,  in xfrm_migrate_state_find()
 
 |