Home
last modified time | relevance | path

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

/linux-6.15/net/netfilter/
H A Dnf_flow_table_bpf.c35 static struct flow_offload_tuple_rhash *
39 struct flow_offload_tuple_rhash *tuplehash; in bpf_xdp_flow_tuple_lookup()
58 __bpf_kfunc struct flow_offload_tuple_rhash *
70 struct flow_offload_tuple_rhash *tuplehash; in bpf_xdp_flow_lookup()
H A Dnf_flow_table_ip.c310 struct flow_offload_tuple_rhash *tuplehash) in nf_flow_encap_pop()
337 const struct flow_offload_tuple_rhash *tuplehash, in nf_flow_queue_xmit()
354 static struct flow_offload_tuple_rhash *
372 struct flow_offload_tuple_rhash *tuplehash, in nf_flow_offload_forward()
421 struct flow_offload_tuple_rhash *tuplehash; in nf_flow_offload_ip_hook()
651 struct flow_offload_tuple_rhash *tuplehash, in nf_flow_offload_ipv6_forward()
695 static struct flow_offload_tuple_rhash *
716 struct flow_offload_tuple_rhash *tuplehash; in nf_flow_offload_ipv6_hook()
H A Dnf_flow_table_core.c275 const struct flow_offload_tuple_rhash *tuplehash = data; in flow_offload_hash_obj()
284 const struct flow_offload_tuple_rhash *x = ptr; in flow_offload_hash_cmp()
293 .head_offset = offsetof(struct flow_offload_tuple_rhash, node),
391 struct flow_offload_tuple_rhash *
395 struct flow_offload_tuple_rhash *tuplehash; in flow_offload_lookup()
422 struct flow_offload_tuple_rhash *tuplehash; in nf_flow_table_iterate()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dxdp_flowtable.c18 struct flow_offload_tuple_rhash *
70 struct flow_offload_tuple_rhash *tuplehash; in xdp_flowtable_do_lookup()
/linux-6.15/include/net/netfilter/
H A Dnf_flow_table.h158 struct flow_offload_tuple_rhash { struct
182 struct flow_offload_tuple_rhash tuplehash[FLOW_OFFLOAD_DIR_MAX]; argument
286 struct flow_offload_tuple_rhash *flow_offload_lookup(struct nf_flowtable *flow_table,
/linux-6.15/net/sched/
H A Dact_ct.c657 struct flow_offload_tuple_rhash *tuplehash; in tcf_ct_flow_table_lookup()