nlcth             419 net/netfilter/nfnetlink_cthelper.c 	struct nfnl_cthelper *nlcth;
nlcth             434 net/netfilter/nfnetlink_cthelper.c 	list_for_each_entry(nlcth, &nfnl_cthelper_list, list) {
nlcth             435 net/netfilter/nfnetlink_cthelper.c 		cur = &nlcth->helper;
nlcth             625 net/netfilter/nfnetlink_cthelper.c 	struct nfnl_cthelper *nlcth;
nlcth             649 net/netfilter/nfnetlink_cthelper.c 	list_for_each_entry(nlcth, &nfnl_cthelper_list, list) {
nlcth             650 net/netfilter/nfnetlink_cthelper.c 		cur = &nlcth->helper;
nlcth             695 net/netfilter/nfnetlink_cthelper.c 	struct nfnl_cthelper *nlcth, *n;
nlcth             713 net/netfilter/nfnetlink_cthelper.c 	list_for_each_entry_safe(nlcth, n, &nfnl_cthelper_list, list) {
nlcth             714 net/netfilter/nfnetlink_cthelper.c 		cur = &nlcth->helper;
nlcth             731 net/netfilter/nfnetlink_cthelper.c 			list_del(&nlcth->list);
nlcth             732 net/netfilter/nfnetlink_cthelper.c 			kfree(nlcth);
nlcth             788 net/netfilter/nfnetlink_cthelper.c 	struct nfnl_cthelper *nlcth, *n;
nlcth             792 net/netfilter/nfnetlink_cthelper.c 	list_for_each_entry_safe(nlcth, n, &nfnl_cthelper_list, list) {
nlcth             793 net/netfilter/nfnetlink_cthelper.c 		cur = &nlcth->helper;
nlcth             797 net/netfilter/nfnetlink_cthelper.c 		kfree(nlcth);