Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnfnetlink_cthelper.c419 struct nfnl_cthelper *nlcth; in nfnl_cthelper_new() local
434 list_for_each_entry(nlcth, &nfnl_cthelper_list, list) { in nfnl_cthelper_new()
435 cur = &nlcth->helper; in nfnl_cthelper_new()
626 struct nfnl_cthelper *nlcth; in nfnl_cthelper_get() local
650 list_for_each_entry(nlcth, &nfnl_cthelper_list, list) { in nfnl_cthelper_get()
651 cur = &nlcth->helper; in nfnl_cthelper_get()
696 struct nfnl_cthelper *nlcth, *n; in nfnl_cthelper_del() local
714 list_for_each_entry_safe(nlcth, n, &nfnl_cthelper_list, list) { in nfnl_cthelper_del()
715 cur = &nlcth->helper; in nfnl_cthelper_del()
732 list_del(&nlcth->list); in nfnl_cthelper_del()
[all …]