Searched refs:FLOW_OFFLOAD_DIR_REPLY (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/net/netfilter/ |
| H A D | nf_flow_table_offload.c | 342 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_ipv4_snat() 369 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_ipv4_dnat() 409 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_ipv6_snat() 434 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_ipv6_dnat() 480 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_port_snat() 510 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_port_dnat() 813 FLOW_OFFLOAD_DIR_REPLY); in nf_flow_offload_alloc() 900 FLOW_OFFLOAD_DIR_REPLY); in flow_offload_rule_add() 931 flow_offload_tuple_del(offload, FLOW_OFFLOAD_DIR_REPLY); in flow_offload_work_del() 952 flow_offload_tuple_stats(offload, FLOW_OFFLOAD_DIR_REPLY, in flow_offload_work_stats() [all …]
|
| H A D | nf_flow_table_core.c | 67 flow_offload_fill_dir(flow, FLOW_OFFLOAD_DIR_REPLY); in flow_offload_alloc() 159 flow_offload_fill_route(flow, route, FLOW_OFFLOAD_DIR_REPLY); in flow_offload_route_init() 249 nft_flow_dst_release(flow, FLOW_OFFLOAD_DIR_REPLY); in flow_offload_route_release() 378 &flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].node, in flow_offload_del() 648 new_port = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_port; in nf_flow_snat_port() 651 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_snat_port() 674 new_port = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_port; in nf_flow_dnat_port() 677 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_dnat_port()
|
| H A D | nf_flow_table_ip.c | 89 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v4.s_addr; in nf_flow_snat_ip() 92 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_snat_ip() 112 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_v4.s_addr; in nf_flow_dnat_ip() 115 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_dnat_ip() 530 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v6; in nf_flow_snat_ipv6() 533 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_snat_ipv6() 553 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_v6; in nf_flow_dnat_ipv6() 556 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_dnat_ipv6()
|
| /linux-6.15/include/net/netfilter/ |
| H A D | nf_flow_table.h | 96 FLOW_OFFLOAD_DIR_REPLY = IP_CT_DIR_REPLY, enumerator
|
| /linux-6.15/net/sched/ |
| H A D | act_ct.c | 262 case FLOW_OFFLOAD_DIR_REPLY: in tcf_ct_flow_table_fill_actions() 414 tcf_ct_flow_tc_ifidx(entry, act_ct_ext, FLOW_OFFLOAD_DIR_REPLY); in tcf_ct_flow_ct_ext_ifidx_update() 445 tcf_ct_flow_tc_ifidx(entry, act_ct_ext, FLOW_OFFLOAD_DIR_REPLY); in tcf_ct_flow_table_add() 687 if (dir == FLOW_OFFLOAD_DIR_REPLY && in tcf_ct_flow_table_lookup()
|