Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnfnetlink_cthelper.c423 struct nfnl_cthelper *nlcth; in nfnl_cthelper_new() local
438 list_for_each_entry(nlcth, &nfnl_cthelper_list, list) { in nfnl_cthelper_new()
439 cur = &nlcth->helper; in nfnl_cthelper_new()
622 struct nfnl_cthelper *nlcth; in nfnl_cthelper_get() local
646 list_for_each_entry(nlcth, &nfnl_cthelper_list, list) { in nfnl_cthelper_get()
647 cur = &nlcth->helper; in nfnl_cthelper_get()
686 struct nfnl_cthelper *nlcth, *n; in nfnl_cthelper_del() local
704 list_for_each_entry_safe(nlcth, n, &nfnl_cthelper_list, list) { in nfnl_cthelper_del()
705 cur = &nlcth->helper; in nfnl_cthelper_del()
722 list_del(&nlcth->list); in nfnl_cthelper_del()
[all …]