Home
last modified time | relevance | path

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

/linux/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_core.c279 const struct flow_offload_tuple_rhash *tuplehash = data; in flow_offload_hash_obj()
288 const struct flow_offload_tuple_rhash *x = ptr; in flow_offload_hash_cmp()
297 .head_offset = offsetof(struct flow_offload_tuple_rhash, node),
395 struct flow_offload_tuple_rhash *
399 struct flow_offload_tuple_rhash *tuplehash; in flow_offload_lookup()
426 struct flow_offload_tuple_rhash *tuplehash; in nf_flow_table_iterate()
H A Dnf_flow_table_ip.c435 struct flow_offload_tuple_rhash *tuplehash) in nf_flow_encap_pop()
482 static struct flow_offload_tuple_rhash *
499 struct flow_offload_tuple_rhash *tuplehash, in nf_flow_offload_forward()
760 struct flow_offload_tuple_rhash *tuplehash; in nf_flow_offload_ip_hook()
1009 struct flow_offload_tuple_rhash *tuplehash, in nf_flow_offload_ipv6_forward()
1059 static struct flow_offload_tuple_rhash *
1080 struct flow_offload_tuple_rhash *tuplehash; in nf_flow_offload_ipv6_hook()
/linux/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/include/net/netfilter/
H A Dnf_flow_table.h174 struct flow_offload_tuple_rhash { struct
198 struct flow_offload_tuple_rhash tuplehash[FLOW_OFFLOAD_DIR_MAX]; argument
310 struct flow_offload_tuple_rhash *flow_offload_lookup(struct nf_flowtable *flow_table,
/linux/net/sched/
H A Dact_ct.c663 struct flow_offload_tuple_rhash *tuplehash; in tcf_ct_flow_table_lookup()