Home
last modified time | relevance | path

Searched refs:to_put (Results 1 – 1 of 1) sorted by relevance

/net/xfrm/
Dxfrm_state.c1078 struct xfrm_state *x, *x0, *to_put; in xfrm_state_find() local
1087 to_put = NULL; in xfrm_state_find()
1130 to_put = x0; in xfrm_state_find()
1159 to_put = x; in xfrm_state_find()
1188 to_put = x; in xfrm_state_find()
1203 if (to_put) in xfrm_state_find()
1204 xfrm_state_put(to_put); in xfrm_state_find()
1428 struct xfrm_state *x1, *to_put; in xfrm_state_add() local
1436 to_put = NULL; in xfrm_state_add()
1442 to_put = x1; in xfrm_state_add()
[all …]