nfcth             220 net/netfilter/nfnetlink_cthelper.c 	struct nfnl_cthelper *nfcth;
nfcth             227 net/netfilter/nfnetlink_cthelper.c 	nfcth = kzalloc(sizeof(*nfcth), GFP_KERNEL);
nfcth             228 net/netfilter/nfnetlink_cthelper.c 	if (nfcth == NULL)
nfcth             230 net/netfilter/nfnetlink_cthelper.c 	helper = &nfcth->helper;
nfcth             274 net/netfilter/nfnetlink_cthelper.c 	list_add_tail(&nfcth->list, &nfnl_cthelper_list);
nfcth             279 net/netfilter/nfnetlink_cthelper.c 	kfree(nfcth);