xfrm_spi_hash     932 net/xfrm/xfrm_state.c 	unsigned int h = xfrm_spi_hash(net, daddr, spi, proto, family);
xfrm_spi_hash    1141 net/xfrm/xfrm_state.c 				h = xfrm_spi_hash(net, &x->id.daddr, x->id.spi, x->id.proto, encap_family);
xfrm_spi_hash    1253 net/xfrm/xfrm_state.c 		h = xfrm_spi_hash(net, &x->id.daddr, x->id.spi, x->id.proto,
xfrm_spi_hash    2005 net/xfrm/xfrm_state.c 		h = xfrm_spi_hash(net, &x->id.daddr, x->id.spi, x->id.proto, x->props.family);