xfrm_spi_hash     686 net/xfrm/xfrm_state.c 	unsigned int h = xfrm_spi_hash(daddr, spi, proto, family);
xfrm_spi_hash     862 net/xfrm/xfrm_state.c 				h = xfrm_spi_hash(&x->id.daddr, x->id.spi, x->id.proto, family);
xfrm_spi_hash     936 net/xfrm/xfrm_state.c 		h = xfrm_spi_hash(&x->id.daddr, x->id.spi, x->id.proto,
xfrm_spi_hash    1534 net/xfrm/xfrm_state.c 		h = xfrm_spi_hash(&x->id.daddr, x->id.spi, x->id.proto, x->props.family);