Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dxfrm.h757 static inline void xfrm_audit_helper_usrinfo(bool task_valid, in xfrm_audit_helper_usrinfo() argument
760 const unsigned int auid = from_kuid(&init_user_ns, task_valid ? in xfrm_audit_helper_usrinfo()
763 const unsigned int ses = task_valid ? audit_get_sessionid(current) : in xfrm_audit_helper_usrinfo()
770 void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, bool task_valid);
772 bool task_valid);
773 void xfrm_audit_state_add(struct xfrm_state *x, int result, bool task_valid);
774 void xfrm_audit_state_delete(struct xfrm_state *x, int result, bool task_valid);
787 bool task_valid) in xfrm_audit_policy_add() argument
792 bool task_valid) in xfrm_audit_policy_delete() argument
797 bool task_valid) in xfrm_audit_state_add() argument
[all …]
/Linux-v4.19/net/xfrm/
Dxfrm_state.c650 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid) in xfrm_state_flush_secctx_check() argument
660 xfrm_audit_state_delete(x, 0, task_valid); in xfrm_state_flush_secctx_check()
670 xfrm_dev_state_flush_secctx_check(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush_secctx_check() argument
683 xfrm_audit_state_delete(x, 0, task_valid); in xfrm_dev_state_flush_secctx_check()
693 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid) in xfrm_state_flush_secctx_check() argument
699 xfrm_dev_state_flush_secctx_check(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush_secctx_check() argument
705 int xfrm_state_flush(struct net *net, u8 proto, bool task_valid) in xfrm_state_flush() argument
710 err = xfrm_state_flush_secctx_check(net, proto, task_valid); in xfrm_state_flush()
726 task_valid); in xfrm_state_flush()
745 int xfrm_dev_state_flush(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush() argument
[all …]
Dxfrm_policy.c893 xfrm_policy_flush_secctx_check(struct net *net, u8 type, bool task_valid) in xfrm_policy_flush_secctx_check() argument
907 xfrm_audit_policy_delete(pol, 0, task_valid); in xfrm_policy_flush_secctx_check()
921 task_valid); in xfrm_policy_flush_secctx_check()
931 xfrm_policy_flush_secctx_check(struct net *net, u8 type, bool task_valid) in xfrm_policy_flush_secctx_check() argument
937 int xfrm_policy_flush(struct net *net, u8 type, bool task_valid) in xfrm_policy_flush() argument
943 err = xfrm_policy_flush_secctx_check(net, type, task_valid); in xfrm_policy_flush()
960 xfrm_audit_policy_delete(pol, 1, task_valid); in xfrm_policy_flush()
979 xfrm_audit_policy_delete(pol, 1, task_valid); in xfrm_policy_flush()
2998 void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, bool task_valid) in xfrm_audit_policy_add() argument
3005 xfrm_audit_helper_usrinfo(task_valid, audit_buf); in xfrm_audit_policy_add()
[all …]