Home
last modified time | relevance | path

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

/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/net/netfilter/
H A Dnf_flow_table_core.c280 const struct flow_offload_tuple_rhash *tuplehash = data; in flow_offload_hash_obj()
289 const struct flow_offload_tuple_rhash *x = ptr; in flow_offload_hash_cmp()
298 .head_offset = offsetof(struct flow_offload_tuple_rhash, node),
396 struct flow_offload_tuple_rhash *
400 struct flow_offload_tuple_rhash *tuplehash; in flow_offload_lookup()
427 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()
465 static struct flow_offload_tuple_rhash *
482 struct flow_offload_tuple_rhash *tuplehash, in nf_flow_offload_forward()
843 struct flow_offload_tuple_rhash *tuplehash; in nf_flow_offload_ip_hook()
1091 struct flow_offload_tuple_rhash *tuplehash, in nf_flow_offload_ipv6_forward()
1141 static struct flow_offload_tuple_rhash *
1162 struct flow_offload_tuple_rhash *tuplehash; in nf_flow_offload_ipv6_hook()
/linux/include/net/netfilter/
H A Dnf_flow_table.h175 struct flow_offload_tuple_rhash { struct
199 struct flow_offload_tuple_rhash tuplehash[FLOW_OFFLOAD_DIR_MAX]; argument
312 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()