Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/
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()
Dnf_flow_table_ip.c306 struct flow_offload_tuple_rhash *tuplehash) in nf_flow_encap_pop()
333 const struct flow_offload_tuple_rhash *tuplehash, in nf_flow_queue_xmit()
350 static struct flow_offload_tuple_rhash *
368 struct flow_offload_tuple_rhash *tuplehash, in nf_flow_offload_forward()
417 struct flow_offload_tuple_rhash *tuplehash; in nf_flow_offload_ip_hook()
647 struct flow_offload_tuple_rhash *tuplehash, in nf_flow_offload_ipv6_forward()
691 static struct flow_offload_tuple_rhash *
712 struct flow_offload_tuple_rhash *tuplehash; in nf_flow_offload_ipv6_hook()
Dnf_flow_table_core.c231 const struct flow_offload_tuple_rhash *tuplehash = data; in flow_offload_hash_obj()
240 const struct flow_offload_tuple_rhash *x = ptr; in flow_offload_hash_cmp()
249 .head_offset = offsetof(struct flow_offload_tuple_rhash, node),
351 struct flow_offload_tuple_rhash *
355 struct flow_offload_tuple_rhash *tuplehash; in flow_offload_lookup()
382 struct flow_offload_tuple_rhash *tuplehash; in nf_flow_table_iterate()
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dxdp_flowtable.c18 struct flow_offload_tuple_rhash *
70 struct flow_offload_tuple_rhash *tuplehash; in xdp_flowtable_do_lookup()
/linux-6.12.1/include/net/netfilter/
Dnf_flow_table.h158 struct flow_offload_tuple_rhash { struct
181 struct flow_offload_tuple_rhash tuplehash[FLOW_OFFLOAD_DIR_MAX]; argument
285 struct flow_offload_tuple_rhash *flow_offload_lookup(struct nf_flowtable *flow_table,
/linux-6.12.1/net/sched/
Dact_ct.c657 struct flow_offload_tuple_rhash *tuplehash; in tcf_ct_flow_table_lookup()