Searched refs:use_spi (Results 1 - 1 of 1) sorted by relevance

/net/xfrm/
H A Dxfrm_state.c703 __xfrm_state_locate(struct xfrm_state *x, int use_spi, int family) argument
708 if (use_spi)
1087 int use_spi = xfrm_id_proto_match(x->id.proto, IPSEC_PROTO_ANY); local
1095 x1 = __xfrm_state_locate(x, use_spi, family);
1103 if (use_spi && x->km.seq) {
1112 if (use_spi && !x1)
1301 int use_spi = xfrm_id_proto_match(x->id.proto, IPSEC_PROTO_ANY); local
1307 x1 = __xfrm_state_locate(x, use_spi, x->props.family);
1348 if (!use_spi && memcmp(&x1->sel, &x->sel, sizeof(x1->sel)))

Completed in 50 milliseconds