Home
last modified time | relevance | path

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

/linux-6.15/net/netfilter/
H A Dnfnetlink_cttimeout.c49 struct list_head nfct_timeout_freelist; member
588 INIT_LIST_HEAD(&pernet->nfct_timeout_freelist); in cttimeout_net_init()
600 list_add(&cur->free_head, &pernet->nfct_timeout_freelist); in cttimeout_net_pre_exit()
611 if (list_empty(&pernet->nfct_timeout_freelist)) in cttimeout_net_exit()
616 list_for_each_entry_safe(cur, tmp, &pernet->nfct_timeout_freelist, free_head) { in cttimeout_net_exit()