Home
last modified time | relevance | path

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

/net/xfrm/
Dxfrm_state.c1050 struct xfrm_state *x, *x0, *to_put; in xfrm_state_find() local
1059 to_put = NULL; in xfrm_state_find()
1102 to_put = x0; in xfrm_state_find()
1131 to_put = x; in xfrm_state_find()
1156 to_put = x; in xfrm_state_find()
1171 if (to_put) in xfrm_state_find()
1172 xfrm_state_put(to_put); in xfrm_state_find()
1390 struct xfrm_state *x1, *to_put; in xfrm_state_add() local
1398 to_put = NULL; in xfrm_state_add()
1404 to_put = x1; in xfrm_state_add()
[all …]