Lines Matching refs:task_valid

866 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid)  in xfrm_state_flush_secctx_check()  argument
876 xfrm_audit_state_delete(x, 0, task_valid); in xfrm_state_flush_secctx_check()
886 xfrm_dev_state_flush_secctx_check(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush_secctx_check() argument
899 xfrm_audit_state_delete(x, 0, task_valid); in xfrm_dev_state_flush_secctx_check()
909 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid) in xfrm_state_flush_secctx_check() argument
915 xfrm_dev_state_flush_secctx_check(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush_secctx_check() argument
921 int xfrm_state_flush(struct net *net, u8 proto, bool task_valid) in xfrm_state_flush() argument
926 err = xfrm_state_flush_secctx_check(net, proto, task_valid); in xfrm_state_flush()
942 task_valid); in xfrm_state_flush()
961 int xfrm_dev_state_flush(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush() argument
969 err = xfrm_dev_state_flush_secctx_check(net, dev, task_valid); in xfrm_dev_state_flush()
987 task_valid); in xfrm_dev_state_flush()
3396 void xfrm_audit_state_add(struct xfrm_state *x, int result, bool task_valid) in xfrm_audit_state_add() argument
3403 xfrm_audit_helper_usrinfo(task_valid, audit_buf); in xfrm_audit_state_add()
3410 void xfrm_audit_state_delete(struct xfrm_state *x, int result, bool task_valid) in xfrm_audit_state_delete() argument
3417 xfrm_audit_helper_usrinfo(task_valid, audit_buf); in xfrm_audit_state_delete()