Home
last modified time | relevance | path

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

/Linux-v6.6/net/netfilter/
Dnf_flow_table_ip.c301 struct flow_offload_tuple_rhash *tuplehash) in nf_flow_encap_pop()
328 const struct flow_offload_tuple_rhash *tuplehash, in nf_flow_queue_xmit()
345 static struct flow_offload_tuple_rhash *
363 struct flow_offload_tuple_rhash *tuplehash, in nf_flow_offload_forward()
412 struct flow_offload_tuple_rhash *tuplehash; in nf_flow_offload_ip_hook()
642 struct flow_offload_tuple_rhash *tuplehash, in nf_flow_offload_ipv6_forward()
686 static struct flow_offload_tuple_rhash *
707 struct flow_offload_tuple_rhash *tuplehash; in nf_flow_offload_ipv6_hook()
Dnf_flow_table_core.c224 const struct flow_offload_tuple_rhash *tuplehash = data; in flow_offload_hash_obj()
233 const struct flow_offload_tuple_rhash *x = ptr; in flow_offload_hash_cmp()
242 .head_offset = offsetof(struct flow_offload_tuple_rhash, node),
344 struct flow_offload_tuple_rhash *
348 struct flow_offload_tuple_rhash *tuplehash; in flow_offload_lookup()
375 struct flow_offload_tuple_rhash *tuplehash; in nf_flow_table_iterate()
/Linux-v6.6/include/net/netfilter/
Dnf_flow_table.h155 struct flow_offload_tuple_rhash { struct
178 struct flow_offload_tuple_rhash tuplehash[FLOW_OFFLOAD_DIR_MAX]; argument
274 struct flow_offload_tuple_rhash *flow_offload_lookup(struct nf_flowtable *flow_table,
/Linux-v6.6/net/sched/
Dact_ct.c618 struct flow_offload_tuple_rhash *tuplehash; in tcf_ct_flow_table_lookup()