Lines Matching refs:task_valid
1757 xfrm_policy_flush_secctx_check(struct net *net, u8 type, bool task_valid) in xfrm_policy_flush_secctx_check() argument
1770 xfrm_audit_policy_delete(pol, 0, task_valid); in xfrm_policy_flush_secctx_check()
1779 bool task_valid) in xfrm_dev_policy_flush_secctx_check() argument
1792 xfrm_audit_policy_delete(pol, 0, task_valid); in xfrm_dev_policy_flush_secctx_check()
1800 xfrm_policy_flush_secctx_check(struct net *net, u8 type, bool task_valid) in xfrm_policy_flush_secctx_check() argument
1807 bool task_valid) in xfrm_dev_policy_flush_secctx_check() argument
1813 int xfrm_policy_flush(struct net *net, u8 type, bool task_valid) in xfrm_policy_flush() argument
1820 err = xfrm_policy_flush_secctx_check(net, type, task_valid); in xfrm_policy_flush()
1835 xfrm_audit_policy_delete(pol, 1, task_valid); in xfrm_policy_flush()
1851 bool task_valid) in xfrm_dev_policy_flush() argument
1858 err = xfrm_dev_policy_flush_secctx_check(net, dev, task_valid); in xfrm_dev_policy_flush()
1873 xfrm_audit_policy_delete(pol, 1, task_valid); in xfrm_dev_policy_flush()
4296 void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, bool task_valid) in xfrm_audit_policy_add() argument
4303 xfrm_audit_helper_usrinfo(task_valid, audit_buf); in xfrm_audit_policy_add()
4311 bool task_valid) in xfrm_audit_policy_delete() argument
4318 xfrm_audit_helper_usrinfo(task_valid, audit_buf); in xfrm_audit_policy_delete()