Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnfnetlink_cthelper.c222 struct nfnl_cthelper *nfcth; in nfnl_cthelper_create() local
229 nfcth = kzalloc(sizeof(*nfcth), GFP_KERNEL); in nfnl_cthelper_create()
230 if (nfcth == NULL) in nfnl_cthelper_create()
232 helper = &nfcth->helper; in nfnl_cthelper_create()
275 list_add_tail(&nfcth->list, &nfnl_cthelper_list); in nfnl_cthelper_create()
280 kfree(nfcth); in nfnl_cthelper_create()