Lines Matching refs:task_valid

704 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid)  in xfrm_state_flush_secctx_check()  argument
714 xfrm_audit_state_delete(x, 0, task_valid); in xfrm_state_flush_secctx_check()
724 xfrm_dev_state_flush_secctx_check(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush_secctx_check() argument
737 xfrm_audit_state_delete(x, 0, task_valid); in xfrm_dev_state_flush_secctx_check()
747 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid) in xfrm_state_flush_secctx_check() argument
753 xfrm_dev_state_flush_secctx_check(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush_secctx_check() argument
759 int xfrm_state_flush(struct net *net, u8 proto, bool task_valid, bool sync) in xfrm_state_flush() argument
764 err = xfrm_state_flush_secctx_check(net, proto, task_valid); in xfrm_state_flush()
780 task_valid); in xfrm_state_flush()
802 int xfrm_dev_state_flush(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush() argument
807 err = xfrm_dev_state_flush_secctx_check(net, dev, task_valid); in xfrm_dev_state_flush()
825 task_valid); in xfrm_dev_state_flush()
2745 void xfrm_audit_state_add(struct xfrm_state *x, int result, bool task_valid) in xfrm_audit_state_add() argument
2752 xfrm_audit_helper_usrinfo(task_valid, audit_buf); in xfrm_audit_state_add()
2759 void xfrm_audit_state_delete(struct xfrm_state *x, int result, bool task_valid) in xfrm_audit_state_delete() argument
2766 xfrm_audit_helper_usrinfo(task_valid, audit_buf); in xfrm_audit_state_delete()