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

/linux-4.4.14/include/net/
H A Dxfrm.h708 static inline void xfrm_audit_helper_usrinfo(bool task_valid, xfrm_audit_helper_usrinfo() argument
711 const unsigned int auid = from_kuid(&init_user_ns, task_valid ? xfrm_audit_helper_usrinfo()
714 const unsigned int ses = task_valid ? audit_get_sessionid(current) : xfrm_audit_helper_usrinfo()
721 void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, bool task_valid);
723 bool task_valid);
724 void xfrm_audit_state_add(struct xfrm_state *x, int result, bool task_valid);
725 void xfrm_audit_state_delete(struct xfrm_state *x, int result, bool task_valid);
738 bool task_valid) xfrm_audit_policy_add()
743 bool task_valid) xfrm_audit_policy_delete()
748 bool task_valid) xfrm_audit_state_add()
753 bool task_valid) xfrm_audit_state_delete()
1505 int xfrm_state_flush(struct net *net, u8 proto, bool task_valid);
1600 int xfrm_policy_flush(struct net *net, u8 type, bool task_valid);
737 xfrm_audit_policy_add(struct xfrm_policy *xp, int result, bool task_valid) xfrm_audit_policy_add() argument
742 xfrm_audit_policy_delete(struct xfrm_policy *xp, int result, bool task_valid) xfrm_audit_policy_delete() argument
747 xfrm_audit_state_add(struct xfrm_state *x, int result, bool task_valid) xfrm_audit_state_add() argument
752 xfrm_audit_state_delete(struct xfrm_state *x, int result, bool task_valid) xfrm_audit_state_delete() argument
/linux-4.4.14/net/xfrm/
H A Dxfrm_state.c556 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid) xfrm_state_flush_secctx_check() argument
566 xfrm_audit_state_delete(x, 0, task_valid); xfrm_state_flush_secctx_check()
576 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid) xfrm_state_flush_secctx_check() argument
582 int xfrm_state_flush(struct net *net, u8 proto, bool task_valid) xfrm_state_flush() argument
587 err = xfrm_state_flush_secctx_check(net, proto, task_valid); xfrm_state_flush()
603 task_valid); xfrm_state_flush()
2183 void xfrm_audit_state_add(struct xfrm_state *x, int result, bool task_valid) xfrm_audit_state_add() argument
2190 xfrm_audit_helper_usrinfo(task_valid, audit_buf); xfrm_audit_state_add()
2197 void xfrm_audit_state_delete(struct xfrm_state *x, int result, bool task_valid) xfrm_audit_state_delete() argument
2204 xfrm_audit_helper_usrinfo(task_valid, audit_buf); xfrm_audit_state_delete()
H A Dxfrm_policy.c894 xfrm_policy_flush_secctx_check(struct net *net, u8 type, bool task_valid) xfrm_policy_flush_secctx_check() argument
908 xfrm_audit_policy_delete(pol, 0, task_valid); xfrm_policy_flush_secctx_check()
922 task_valid); xfrm_policy_flush_secctx_check()
932 xfrm_policy_flush_secctx_check(struct net *net, u8 type, bool task_valid) xfrm_policy_flush_secctx_check() argument
938 int xfrm_policy_flush(struct net *net, u8 type, bool task_valid) xfrm_policy_flush() argument
944 err = xfrm_policy_flush_secctx_check(net, type, task_valid); xfrm_policy_flush()
961 xfrm_audit_policy_delete(pol, 1, task_valid); xfrm_policy_flush()
980 xfrm_audit_policy_delete(pol, 1, task_valid); xfrm_policy_flush()
3123 void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, bool task_valid) xfrm_audit_policy_add() argument
3130 xfrm_audit_helper_usrinfo(task_valid, audit_buf); xfrm_audit_policy_add()
3138 bool task_valid) xfrm_audit_policy_delete()
3145 xfrm_audit_helper_usrinfo(task_valid, audit_buf); xfrm_audit_policy_delete()
3137 xfrm_audit_policy_delete(struct xfrm_policy *xp, int result, bool task_valid) xfrm_audit_policy_delete() argument

Completed in 172 milliseconds