Home
last modified time | relevance | path

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

/Linux-v5.15/net/netfilter/
Dnf_flow_table_offload.c328 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v4.s_addr; in flow_offload_ipv4_snat()
331 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_ipv4_snat()
355 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_v4.s_addr; in flow_offload_ipv4_dnat()
358 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_ipv4_dnat()
395 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v6.s6_addr32; in flow_offload_ipv6_snat()
398 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_ipv6_snat()
420 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_v6.s6_addr32; in flow_offload_ipv6_dnat()
423 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_ipv6_dnat()
464 port = ntohs(flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_port); in flow_offload_port_snat()
469 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_port_snat()
[all …]
Dnf_flow_table_core.c61 flow_offload_fill_dir(flow, FLOW_OFFLOAD_DIR_REPLY); in flow_offload_alloc()
159 err = flow_offload_fill_route(flow, route, FLOW_OFFLOAD_DIR_REPLY); in flow_offload_route_init()
223 nft_flow_dst_release(flow, FLOW_OFFLOAD_DIR_REPLY); in flow_offload_route_release()
354 &flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].node, in flow_offload_del()
451 flow_offload_stale_dst(&flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple); in nf_flow_has_stale_dst()
534 new_port = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_port; in nf_flow_snat_port()
537 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_snat_port()
560 new_port = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_port; in nf_flow_dnat_port()
563 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_dnat_port()
Dnf_flow_table_ip.c86 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v4.s_addr; in nf_flow_snat_ip()
89 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_snat_ip()
109 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_v4.s_addr; in nf_flow_dnat_ip()
112 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_dnat_ip()
464 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v6; in nf_flow_snat_ipv6()
467 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_snat_ipv6()
487 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_v6; in nf_flow_dnat_ipv6()
490 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_dnat_ipv6()
/Linux-v5.15/include/net/netfilter/
Dnf_flow_table.h90 FLOW_OFFLOAD_DIR_REPLY = IP_CT_DIR_REPLY, enumerator
/Linux-v5.15/net/sched/
Dact_ct.c251 case FLOW_OFFLOAD_DIR_REPLY: in tcf_ct_flow_table_fill_actions()