Searched refs:flow_offload_tuple (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/net/netfilter/ |
D | nf_flow_table_core.c | 24 struct flow_offload_tuple *ft = &flow->tuplehash[dir].tuple; in flow_offload_fill_dir() 78 static u32 flow_offload_dst_cookie(struct flow_offload_tuple *flow_tuple) in flow_offload_dst_cookie() 94 struct flow_offload_tuple *flow_tuple = &flow->tuplehash[dir].tuple; in flow_offload_fill_route() 232 const struct flow_offload_tuple *tuple = data; in flow_offload_hash() 234 return jhash(tuple, offsetof(struct flow_offload_tuple, __hash), seed); in flow_offload_hash() 241 return jhash(&tuplehash->tuple, offsetof(struct flow_offload_tuple, __hash), seed); in flow_offload_hash_obj() 247 const struct flow_offload_tuple *tuple = arg->key; in flow_offload_hash_cmp() 250 if (memcmp(&x->tuple, tuple, offsetof(struct flow_offload_tuple, __hash))) in flow_offload_hash_cmp() 361 struct flow_offload_tuple *tuple) in flow_offload_lookup()
|
D | nf_flow_table_ip.c | 141 struct flow_offload_tuple *tuple) in nf_flow_tuple_encap() 167 struct flow_offload_tuple *tuple, u32 *hdrsize, in nf_flow_tuple_ip() 251 static inline bool nf_flow_dst_check(struct flow_offload_tuple *tuple) in nf_flow_dst_check() 345 struct flow_offload_tuple tuple = {}; in nf_flow_offload_ip_hook() 535 struct flow_offload_tuple *tuple, u32 *hdrsize, in nf_flow_tuple_ipv6() 607 struct flow_offload_tuple tuple = {}; in nf_flow_offload_ipv6_hook()
|
D | nf_flow_table_offload.c | 91 const struct flow_offload_tuple *tuple, in nf_flow_rule_match() 230 const struct flow_offload_tuple *other_tuple, *this_tuple; in flow_offload_eth_src() 277 const struct flow_offload_tuple *other_tuple, *this_tuple; in flow_offload_eth_dst() 549 const struct flow_offload_tuple *this_tuple, *other_tuple; in flow_offload_redirect() 581 const struct flow_offload_tuple *this_tuple; in flow_offload_encap_tunnel() 606 const struct flow_offload_tuple *other_tuple; in flow_offload_decap_tunnel() 631 const struct flow_offload_tuple *other_tuple; in nf_flow_rule_route_common() 632 const struct flow_offload_tuple *tuple; in nf_flow_rule_route_common() 737 const struct flow_offload_tuple *tuple, *other_tuple; in nf_flow_offload_rule_alloc() 825 const struct flow_offload_tuple *tuple, in nf_flow_offload_init()
|
D | nf_flow_table_inet.c | 46 const struct flow_offload_tuple *flow_tuple = &flow->tuplehash[dir].tuple; in nf_flow_rule_route_inet()
|
/linux-6.1.9/include/net/netfilter/ |
D | nf_flow_table.h | 106 struct flow_offload_tuple { struct 156 struct flow_offload_tuple tuple; argument 272 struct flow_offload_tuple *tuple);
|
/linux-6.1.9/net/sched/ |
D | act_ct.c | 450 struct flow_offload_tuple *tuple, in tcf_ct_flow_table_fill_tuple_ipv4() 523 struct flow_offload_tuple *tuple, in tcf_ct_flow_table_fill_tuple_ipv6() 596 struct flow_offload_tuple tuple = {}; in tcf_ct_flow_table_lookup()
|