Home
last modified time | relevance | path

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

/net/netfilter/
A Dnfnetlink_cttimeout.c48 struct list_head nfct_timeout_list; member
120 list_for_each_entry(timeout, &pernet->nfct_timeout_list, head) { in cttimeout_new_timeout()
174 list_add_tail_rcu(&timeout->head, &pernet->nfct_timeout_list); in cttimeout_new_timeout()
242 list_for_each_entry_rcu(cur, &pernet->nfct_timeout_list, head) { in ctnl_timeout_dump()
283 list_for_each_entry(cur, &pernet->nfct_timeout_list, head) { in cttimeout_get_timeout()
340 list_for_each_entry_safe(cur, tmp, &pernet->nfct_timeout_list, in cttimeout_del_timeout()
348 list_for_each_entry(cur, &pernet->nfct_timeout_list, head) { in cttimeout_del_timeout()
512 list_for_each_entry_rcu(timeout, &pernet->nfct_timeout_list, head) { in ctnl_timeout_find_get()
582 INIT_LIST_HEAD(&pernet->nfct_timeout_list); in cttimeout_net_init()
593 list_for_each_entry_safe(cur, tmp, &pernet->nfct_timeout_list, head) { in cttimeout_net_pre_exit()

Completed in 4 milliseconds