Home
last modified time | relevance | path

Searched refs:policy_hash_work (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/netns/
H A Dxfrm.h56 struct work_struct policy_hash_work; member
/kernel/linux/linux-6.6/include/net/netns/
H A Dxfrm.h57 struct work_struct policy_hash_work; member
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_policy.c675 struct net *net = container_of(work, struct net, xfrm.policy_hash_work); in xfrm_hash_resize()
1611 schedule_work(&net->xfrm.policy_hash_work); in xfrm_policy_insert()
4110 INIT_WORK(&net->xfrm.policy_hash_work, xfrm_hash_resize); in xfrm_policy_init()
4132 flush_work(&net->xfrm.policy_hash_work); in xfrm_policy_fini()
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_policy.c676 struct net *net = container_of(work, struct net, xfrm.policy_hash_work); in xfrm_hash_resize()
1618 schedule_work(&net->xfrm.policy_hash_work); in xfrm_policy_insert()
4161 INIT_WORK(&net->xfrm.policy_hash_work, xfrm_hash_resize); in xfrm_policy_init()
4183 flush_work(&net->xfrm.policy_hash_work); in xfrm_policy_fini()

Completed in 12 milliseconds