Lines Matching refs:task_valid
1758 xfrm_policy_flush_secctx_check(struct net *net, u8 type, bool task_valid) in xfrm_policy_flush_secctx_check() argument
1771 xfrm_audit_policy_delete(pol, 0, task_valid); in xfrm_policy_flush_secctx_check()
1780 bool task_valid) in xfrm_dev_policy_flush_secctx_check() argument
1793 xfrm_audit_policy_delete(pol, 0, task_valid); in xfrm_dev_policy_flush_secctx_check()
1801 xfrm_policy_flush_secctx_check(struct net *net, u8 type, bool task_valid) in xfrm_policy_flush_secctx_check() argument
1808 bool task_valid) in xfrm_dev_policy_flush_secctx_check() argument
1814 int xfrm_policy_flush(struct net *net, u8 type, bool task_valid) in xfrm_policy_flush() argument
1821 err = xfrm_policy_flush_secctx_check(net, type, task_valid); in xfrm_policy_flush()
1839 xfrm_audit_policy_delete(pol, 1, task_valid); in xfrm_policy_flush()
1855 bool task_valid) in xfrm_dev_policy_flush() argument
1862 err = xfrm_dev_policy_flush_secctx_check(net, dev, task_valid); in xfrm_dev_policy_flush()
1880 xfrm_audit_policy_delete(pol, 1, task_valid); in xfrm_dev_policy_flush()
4307 void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, bool task_valid) in xfrm_audit_policy_add() argument
4314 xfrm_audit_helper_usrinfo(task_valid, audit_buf); in xfrm_audit_policy_add()
4322 bool task_valid) in xfrm_audit_policy_delete() argument
4329 xfrm_audit_helper_usrinfo(task_valid, audit_buf); in xfrm_audit_policy_delete()