Home
last modified time | relevance | path

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

/external/libnetfilter_conntrack/src/
Dmain.c95 struct nfct_handle *nfcth; in nfct_open() local
100 nfcth = nfct_open_nfnl(nfnlh, subsys_id, subscriptions); in nfct_open()
101 if (!nfcth) in nfct_open()
103 return nfcth; in nfct_open()
127 struct nfct_handle *nfcth; in nfct_open2() local
132 nfcth = nfct_open_nfnl2(nfnlh, subsys_id, subscriptions, false); in nfct_open2()
133 if (!nfcth) { in nfct_open2()
136 return nfcth; in nfct_open2()