Searched defs:nf_expect (Results 1 – 1 of 1) sorted by relevance
294 struct nf_expect { struct295 struct nfct_tuple_head master;296 struct nfct_tuple_head expected;297 struct nfct_tuple_head mask;298 struct nfct_tuple_head nat;300 uint32_t timeout;301 uint32_t id;302 uint16_t zone;303 uint32_t flags;304 uint32_t class;[all …]