Home
last modified time | relevance | path

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

/linux-6.15/net/netfilter/
H A Dnf_flow_table_core.c270 return jhash(tuple, offsetof(struct flow_offload_tuple, __hash), seed); in flow_offload_hash()
277 return jhash(&tuplehash->tuple, offsetof(struct flow_offload_tuple, __hash), seed); in flow_offload_hash_obj()
286 if (memcmp(&x->tuple, tuple, offsetof(struct flow_offload_tuple, __hash))) in flow_offload_hash_cmp()
/linux-6.15/include/net/netfilter/
H A Dnf_flow_table.h134 struct { } __hash; member