Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A 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()
H A 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()
/openbmc/linux/include/net/netfilter/
H A Dnf_flow_table.h157 struct flow_offload_tuple_rhash { struct
180 struct flow_offload_tuple_rhash tuplehash[FLOW_OFFLOAD_DIR_MAX]; argument
284 struct flow_offload_tuple_rhash *flow_offload_lookup(struct nf_flowtable *flow_table,
/openbmc/linux/net/sched/
H A Dact_ct.c659 struct flow_offload_tuple_rhash *tuplehash; in tcf_ct_flow_table_lookup()