Home
last modified time | relevance | path

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

/include/net/netfilter/
Dnf_conntrack.h99 struct nf_conntrack_tuple_hash tuplehash[IP_CT_DIR_MAX]; member
144 tuplehash[hash->tuple.dst.dir]); in nf_ct_tuplehash_to_ctrack()
149 return ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.l3num; in nf_ct_l3num()
154 return ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.dst.protonum; in nf_ct_protonum()
157 #define nf_ct_tuple(ct, dir) (&(ct)->tuplehash[dir].tuple)
296 ct->tuplehash[IP_CT_DIR_REPLY].tuple = *newreply; in nf_conntrack_alter_reply()
Dnf_flow_table.h181 struct flow_offload_tuple_rhash tuplehash[FLOW_OFFLOAD_DIR_MAX]; member