Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnf_flow_table_core.c234 return jhash(tuple, offsetof(struct flow_offload_tuple, __hash), seed); in flow_offload_hash()
241 return jhash(&tuplehash->tuple, offsetof(struct flow_offload_tuple, __hash), seed); in flow_offload_hash_obj()
250 if (memcmp(&x->tuple, tuple, offsetof(struct flow_offload_tuple, __hash))) in flow_offload_hash_cmp()
/linux-6.1.9/include/net/netfilter/
Dnf_flow_table.h130 struct { } __hash; member