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

/linux-master/include/net/
H A Dxfrm.h712 static inline void xfrm_audit_helper_usrinfo(bool task_valid, argument
715 const unsigned int auid = from_kuid(&init_user_ns, task_valid ?
718 const unsigned int ses = task_valid ? audit_get_sessionid(current) :
725 void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, bool task_valid);
727 bool task_valid);
728 void xfrm_audit_state_add(struct xfrm_state *x, int result, bool task_valid);
729 void xfrm_audit_state_delete(struct xfrm_state *x, int result, bool task_valid);
742 bool task_valid)
747 bool task_valid)
752 bool task_valid)
741 xfrm_audit_policy_add(struct xfrm_policy *xp, int result, bool task_valid) argument
746 xfrm_audit_policy_delete(struct xfrm_policy *xp, int result, bool task_valid) argument
751 xfrm_audit_state_add(struct xfrm_state *x, int result, bool task_valid) argument
756 xfrm_audit_state_delete(struct xfrm_state *x, int result, bool task_valid) argument
[all...]
/linux-master/net/xfrm/
H A Dxfrm_state.c751 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid) argument
761 xfrm_audit_state_delete(x, 0, task_valid);
771 xfrm_dev_state_flush_secctx_check(struct net *net, struct net_device *dev, bool task_valid) argument
784 xfrm_audit_state_delete(x, 0, task_valid);
794 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid) argument
800 xfrm_dev_state_flush_secctx_check(struct net *net, struct net_device *dev, bool task_valid) argument
806 int xfrm_state_flush(struct net *net, u8 proto, bool task_valid, bool sync) argument
811 err = xfrm_state_flush_secctx_check(net, proto, task_valid);
827 task_valid);
849 int xfrm_dev_state_flush(struct net *net, struct net_device *dev, bool task_valid) argument
3006 xfrm_audit_state_add(struct xfrm_state *x, int result, bool task_valid) argument
3020 xfrm_audit_state_delete(struct xfrm_state *x, int result, bool task_valid) argument
[all...]
H A Dxfrm_policy.c1774 xfrm_policy_flush_secctx_check(struct net *net, u8 type, bool task_valid) argument
1787 xfrm_audit_policy_delete(pol, 0, task_valid);
1796 bool task_valid)
1809 xfrm_audit_policy_delete(pol, 0, task_valid);
1817 xfrm_policy_flush_secctx_check(struct net *net, u8 type, bool task_valid) argument
1824 bool task_valid)
1830 int xfrm_policy_flush(struct net *net, u8 type, bool task_valid) argument
1837 err = xfrm_policy_flush_secctx_check(net, type, task_valid);
1855 xfrm_audit_policy_delete(pol, 1, task_valid);
1871 bool task_valid)
1794 xfrm_dev_policy_flush_secctx_check(struct net *net, struct net_device *dev, bool task_valid) argument
1822 xfrm_dev_policy_flush_secctx_check(struct net *net, struct net_device *dev, bool task_valid) argument
1870 xfrm_dev_policy_flush(struct net *net, struct net_device *dev, bool task_valid) argument
4404 xfrm_audit_policy_add(struct xfrm_policy *xp, int result, bool task_valid) argument
4418 xfrm_audit_policy_delete(struct xfrm_policy *xp, int result, bool task_valid) argument
[all...]

Completed in 124 milliseconds