Searched refs:nlcth (Results 1 – 1 of 1) sorted by relevance
418 struct nfnl_cthelper *nlcth; in nfnl_cthelper_new() local433 list_for_each_entry(nlcth, &nfnl_cthelper_list, list) { in nfnl_cthelper_new()434 cur = &nlcth->helper; in nfnl_cthelper_new()624 struct nfnl_cthelper *nlcth; in nfnl_cthelper_get() local648 list_for_each_entry(nlcth, &nfnl_cthelper_list, list) { in nfnl_cthelper_get()649 cur = &nlcth->helper; in nfnl_cthelper_get()694 struct nfnl_cthelper *nlcth, *n; in nfnl_cthelper_del() local712 list_for_each_entry_safe(nlcth, n, &nfnl_cthelper_list, list) { in nfnl_cthelper_del()713 cur = &nlcth->helper; in nfnl_cthelper_del()730 list_del(&nlcth->list); in nfnl_cthelper_del()[all …]