Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
H A Dinet_frag.h32 * @INET_FRAG_HASH_DEAD: inet_frag_kill() has not removed fq from rhashtable
38 INET_FRAG_HASH_DEAD = BIT(3), enumerator
/kernel/linux/linux-6.6/include/net/
H A Dinet_frag.h37 * @INET_FRAG_HASH_DEAD: inet_frag_kill() has not removed fq from rhashtable
44 INET_FRAG_HASH_DEAD = BIT(3), enumerator
/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_fragment.c139 } else if (fq->flags & INET_FRAG_HASH_DEAD) { in inet_frags_free_cb()
214 fq->flags |= INET_FRAG_HASH_DEAD; in inet_frag_kill()
/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_fragment.c140 } else if (fq->flags & INET_FRAG_HASH_DEAD) { in inet_frags_free_cb()
246 fq->flags |= INET_FRAG_HASH_DEAD; in inet_frag_kill()

Completed in 3 milliseconds