Searched defs:nfct_handle (Results 1 – 1 of 1) sorted by relevance
15 struct nfct_handle { struct16 struct nfnl_handle *nfnlh;17 struct nfnl_subsys_handle *nfnlssh_ct;18 struct nfnl_subsys_handle *nfnlssh_exp;21 struct nfnl_callback nfnl_cb_ct;22 struct nfnl_callback nfnl_cb_exp;24 int (*cb)(enum nf_conntrack_msg_type type, 50 struct nfct_handle *h; argument