Home
last modified time | relevance | path

Searched refs:flow_offload_tuple_rhash (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/net/netfilter/
Dnf_flow_table_core.c239 const struct flow_offload_tuple_rhash *tuplehash = data; in flow_offload_hash_obj()
248 const struct flow_offload_tuple_rhash *x = ptr; in flow_offload_hash_cmp()
257 .head_offset = offsetof(struct flow_offload_tuple_rhash, node),
359 struct flow_offload_tuple_rhash *
363 struct flow_offload_tuple_rhash *tuplehash; in flow_offload_lookup()
390 struct flow_offload_tuple_rhash *tuplehash; in nf_flow_table_iterate()
Dnf_flow_table_ip.c295 struct flow_offload_tuple_rhash *tuplehash) in nf_flow_encap_pop()
322 const struct flow_offload_tuple_rhash *tuplehash, in nf_flow_queue_xmit()
343 struct flow_offload_tuple_rhash *tuplehash; in nf_flow_offload_ip_hook()
605 struct flow_offload_tuple_rhash *tuplehash; in nf_flow_offload_ipv6_hook()
/Linux-v6.1/include/net/netfilter/
Dnf_flow_table.h154 struct flow_offload_tuple_rhash { struct
175 struct flow_offload_tuple_rhash tuplehash[FLOW_OFFLOAD_DIR_MAX]; argument
271 struct flow_offload_tuple_rhash *flow_offload_lookup(struct nf_flowtable *flow_table,
/Linux-v6.1/net/sched/
Dact_ct.c595 struct flow_offload_tuple_rhash *tuplehash; in tcf_ct_flow_table_lookup()