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

/linux-master/include/uapi/linux/
H A Dxfrm.h386 #define XFRM_STATE_NOECN 1 macro
/linux-master/net/xfrm/
H A Dxfrm_output.c303 if (flags & XFRM_STATE_NOECN)
345 if (x->props.flags & XFRM_STATE_NOECN)
H A Dxfrm_input.c249 if (!(x->props.flags & XFRM_STATE_NOECN))
286 if (!(x->props.flags & XFRM_STATE_NOECN))
/linux-master/net/key/
H A Daf_key.c873 if (x->props.flags & XFRM_STATE_NOECN)
1131 x->props.flags |= XFRM_STATE_NOECN;

Completed in 138 milliseconds