Searched refs:flow_offload_tuple (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/net/netfilter/ |
| H A 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() 100 struct flow_offload_tuple *flow_tuple = &flow->tuplehash[dir].tuple; in flow_offload_fill_route() 268 const struct flow_offload_tuple *tuple = data; in flow_offload_hash() 270 return jhash(tuple, offsetof(struct flow_offload_tuple, __hash), seed); in flow_offload_hash() 277 return jhash(&tuplehash->tuple, offsetof(struct flow_offload_tuple, __hash), seed); in flow_offload_hash_obj() 283 const struct flow_offload_tuple *tuple = arg->key; in flow_offload_hash_cmp() 286 if (memcmp(&x->tuple, tuple, offsetof(struct flow_offload_tuple, __hash))) in flow_offload_hash_cmp() 393 struct flow_offload_tuple *tuple) in flow_offload_lookup()
|
| H A D | nf_flow_table_bpf.c | 37 struct flow_offload_tuple *tuple, __be16 proto) in bpf_xdp_flow_tuple_lookup() 63 struct flow_offload_tuple tuple = { in bpf_xdp_flow_lookup()
|
| H A 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()
|
| H A D | nf_flow_table_ip.c | 146 struct flow_offload_tuple *tuple) in nf_flow_tuple_encap() 178 struct flow_offload_tuple *tuple) in nf_flow_tuple_ip() 261 static inline bool nf_flow_dst_check(struct flow_offload_tuple *tuple) in nf_flow_dst_check() 358 struct flow_offload_tuple tuple = {}; in nf_flow_offload_lookup() 584 struct flow_offload_tuple *tuple) in nf_flow_tuple_ipv6() 700 struct flow_offload_tuple tuple = {}; in nf_flow_offload_ipv6_lookup()
|
| H A D | nf_flow_table_inet.c | 50 const struct flow_offload_tuple *flow_tuple = &flow->tuplehash[dir].tuple; in nf_flow_rule_route_inet()
|
| /linux-6.15/include/net/netfilter/ |
| H A D | nf_flow_table.h | 110 struct flow_offload_tuple { struct 160 struct flow_offload_tuple tuple; argument 287 struct flow_offload_tuple *tuple);
|
| /linux-6.15/net/sched/ |
| H A D | act_ct.c | 512 struct flow_offload_tuple *tuple, in tcf_ct_flow_table_fill_tuple_ipv4() 585 struct flow_offload_tuple *tuple, in tcf_ct_flow_table_fill_tuple_ipv6() 658 struct flow_offload_tuple tuple = {}; in tcf_ct_flow_table_lookup()
|