Home
last modified time | relevance | path

Searched refs:task_valid (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
A Dxfrm.h677 static inline void xfrm_audit_helper_usrinfo(bool task_valid, in xfrm_audit_helper_usrinfo() argument
680 const unsigned int auid = from_kuid(&init_user_ns, task_valid ? in xfrm_audit_helper_usrinfo()
683 const unsigned int ses = task_valid ? audit_get_sessionid(current) : in xfrm_audit_helper_usrinfo()
692 bool task_valid);
693 void xfrm_audit_state_add(struct xfrm_state *x, int result, bool task_valid);
707 bool task_valid) in xfrm_audit_policy_add() argument
712 bool task_valid) in xfrm_audit_policy_delete() argument
717 bool task_valid) in xfrm_audit_state_add() argument
722 bool task_valid) in xfrm_audit_state_delete() argument
1559 int xfrm_state_flush(struct net *net, u8 proto, bool task_valid, bool sync);
[all …]
/linux/net/xfrm/
A Dxfrm_state.c727 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid) in xfrm_state_flush_secctx_check() argument
737 xfrm_audit_state_delete(x, 0, task_valid); in xfrm_state_flush_secctx_check()
760 xfrm_audit_state_delete(x, 0, task_valid); in xfrm_dev_state_flush_secctx_check()
770 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid) in xfrm_state_flush_secctx_check() argument
782 int xfrm_state_flush(struct net *net, u8 proto, bool task_valid, bool sync) in xfrm_state_flush() argument
787 err = xfrm_state_flush_secctx_check(net, proto, task_valid); in xfrm_state_flush()
803 task_valid); in xfrm_state_flush()
830 err = xfrm_dev_state_flush_secctx_check(net, dev, task_valid); in xfrm_dev_state_flush()
848 task_valid); in xfrm_dev_state_flush()
2804 xfrm_audit_helper_usrinfo(task_valid, audit_buf); in xfrm_audit_state_add()
[all …]
A Dxfrm_policy.c1751 xfrm_policy_flush_secctx_check(struct net *net, u8 type, bool task_valid) in xfrm_policy_flush_secctx_check() argument
1764 xfrm_audit_policy_delete(pol, 0, task_valid); in xfrm_policy_flush_secctx_check()
1772 xfrm_policy_flush_secctx_check(struct net *net, u8 type, bool task_valid) in xfrm_policy_flush_secctx_check() argument
1778 int xfrm_policy_flush(struct net *net, u8 type, bool task_valid) in xfrm_policy_flush() argument
1785 err = xfrm_policy_flush_secctx_check(net, type, task_valid); in xfrm_policy_flush()
1800 xfrm_audit_policy_delete(pol, 1, task_valid); in xfrm_policy_flush()
4185 void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, bool task_valid) in xfrm_audit_policy_add() argument
4192 xfrm_audit_helper_usrinfo(task_valid, audit_buf); in xfrm_audit_policy_add()
4200 bool task_valid) in xfrm_audit_policy_delete() argument
4207 xfrm_audit_helper_usrinfo(task_valid, audit_buf); in xfrm_audit_policy_delete()

Completed in 29 milliseconds