Home
last modified time | relevance | path

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

/net/xfrm/
Dxfrm_state.c701 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid) in xfrm_state_flush_secctx_check() argument
711 xfrm_audit_state_delete(x, 0, task_valid); in xfrm_state_flush_secctx_check()
721 xfrm_dev_state_flush_secctx_check(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush_secctx_check() argument
734 xfrm_audit_state_delete(x, 0, task_valid); in xfrm_dev_state_flush_secctx_check()
744 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid) in xfrm_state_flush_secctx_check() argument
750 xfrm_dev_state_flush_secctx_check(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush_secctx_check() argument
756 int xfrm_state_flush(struct net *net, u8 proto, bool task_valid, bool sync) in xfrm_state_flush() argument
761 err = xfrm_state_flush_secctx_check(net, proto, task_valid); in xfrm_state_flush()
777 task_valid); in xfrm_state_flush()
799 int xfrm_dev_state_flush(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush() argument
[all …]
Dxfrm_policy.c1755 xfrm_policy_flush_secctx_check(struct net *net, u8 type, bool task_valid) in xfrm_policy_flush_secctx_check() argument
1768 xfrm_audit_policy_delete(pol, 0, task_valid); in xfrm_policy_flush_secctx_check()
1776 xfrm_policy_flush_secctx_check(struct net *net, u8 type, bool task_valid) in xfrm_policy_flush_secctx_check() argument
1782 int xfrm_policy_flush(struct net *net, u8 type, bool task_valid) in xfrm_policy_flush() argument
1789 err = xfrm_policy_flush_secctx_check(net, type, task_valid); in xfrm_policy_flush()
1804 xfrm_audit_policy_delete(pol, 1, task_valid); in xfrm_policy_flush()
4230 void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, bool task_valid) in xfrm_audit_policy_add() argument
4237 xfrm_audit_helper_usrinfo(task_valid, audit_buf); in xfrm_audit_policy_add()
4245 bool task_valid) in xfrm_audit_policy_delete() argument
4252 xfrm_audit_helper_usrinfo(task_valid, audit_buf); in xfrm_audit_policy_delete()