Home
last modified time | relevance | path

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

/Linux-v5.15/net/netfilter/
Dnfnetlink_cthelper.c421 struct nfnl_cthelper *nlcth; in nfnl_cthelper_new() local
436 list_for_each_entry(nlcth, &nfnl_cthelper_list, list) { in nfnl_cthelper_new()
437 cur = &nlcth->helper; in nfnl_cthelper_new()
620 struct nfnl_cthelper *nlcth; in nfnl_cthelper_get() local
644 list_for_each_entry(nlcth, &nfnl_cthelper_list, list) { in nfnl_cthelper_get()
645 cur = &nlcth->helper; in nfnl_cthelper_get()
684 struct nfnl_cthelper *nlcth, *n; in nfnl_cthelper_del() local
702 list_for_each_entry_safe(nlcth, n, &nfnl_cthelper_list, list) { in nfnl_cthelper_del()
703 cur = &nlcth->helper; in nfnl_cthelper_del()
720 list_del(&nlcth->list); in nfnl_cthelper_del()
[all …]