Home
last modified time | relevance | path

Searched refs:inet_frag_destroy_rcu (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_fragment.c155 /* We need to make sure all ongoing call_rcu(..., inet_frag_destroy_rcu) in fqdir_work_fn()
221 static void inet_frag_destroy_rcu(struct rcu_head *head) in inet_frag_destroy_rcu() function
269 call_rcu(&q->rcu, inet_frag_destroy_rcu); in inet_frag_destroy()
/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_fragment.c160 /* We need to make sure all ongoing call_rcu(..., inet_frag_destroy_rcu) in fqdir_free_fn()
253 static void inet_frag_destroy_rcu(struct rcu_head *head) in inet_frag_destroy_rcu() function
306 call_rcu(&q->rcu, inet_frag_destroy_rcu); in inet_frag_destroy()

Completed in 2 milliseconds