Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnfnetlink_cthelper.c224 struct nfnl_cthelper *nfcth; in nfnl_cthelper_create() local
231 nfcth = kzalloc(sizeof(*nfcth), GFP_KERNEL); in nfnl_cthelper_create()
232 if (nfcth == NULL) in nfnl_cthelper_create()
234 helper = &nfcth->helper; in nfnl_cthelper_create()
278 list_add_tail(&nfcth->list, &nfnl_cthelper_list); in nfnl_cthelper_create()
283 kfree(nfcth); in nfnl_cthelper_create()