Searched refs:task_valid (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | xfrm.h | 704 static inline void xfrm_audit_helper_usrinfo(bool task_valid, in xfrm_audit_helper_usrinfo() argument 707 const unsigned int auid = from_kuid(&init_user_ns, task_valid ? in xfrm_audit_helper_usrinfo() 710 const unsigned int ses = task_valid ? audit_get_sessionid(current) : in xfrm_audit_helper_usrinfo() 719 bool task_valid); 720 void xfrm_audit_state_add(struct xfrm_state *x, int result, bool task_valid); 734 bool task_valid) in xfrm_audit_policy_add() argument 739 bool task_valid) in xfrm_audit_policy_delete() argument 744 bool task_valid) in xfrm_audit_state_add() argument 749 bool task_valid) in xfrm_audit_state_delete() argument 1641 bool task_valid); [all …]
|
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_state.c | 751 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid) in xfrm_state_flush_secctx_check() argument 761 xfrm_audit_state_delete(x, 0, task_valid); in xfrm_state_flush_secctx_check() 784 xfrm_audit_state_delete(x, 0, task_valid); in xfrm_dev_state_flush_secctx_check() 794 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid) in xfrm_state_flush_secctx_check() argument 806 int xfrm_state_flush(struct net *net, u8 proto, bool task_valid, bool sync) in xfrm_state_flush() argument 811 err = xfrm_state_flush_secctx_check(net, proto, task_valid); in xfrm_state_flush() 827 task_valid); in xfrm_state_flush() 854 err = xfrm_dev_state_flush_secctx_check(net, dev, task_valid); in xfrm_dev_state_flush() 872 task_valid); in xfrm_dev_state_flush() 3000 xfrm_audit_helper_usrinfo(task_valid, audit_buf); in xfrm_audit_state_add() [all …]
|
A D | xfrm_policy.c | 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() 1807 bool task_valid) in xfrm_dev_policy_flush_secctx_check() 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 1873 xfrm_audit_policy_delete(pol, 1, task_valid); in xfrm_dev_policy_flush() 4303 xfrm_audit_helper_usrinfo(task_valid, audit_buf); in xfrm_audit_policy_add() 4311 bool task_valid) in xfrm_audit_policy_delete() argument [all …]
|
Completed in 23 milliseconds