Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/netfilter/
Dnf_flow_table_offload.c261 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v4.s_addr; in flow_offload_ipv4_snat()
264 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_ipv4_snat()
288 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_v4.s_addr; in flow_offload_ipv4_dnat()
291 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_ipv4_dnat()
328 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v6.s6_addr32; in flow_offload_ipv6_snat()
331 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_ipv6_snat()
353 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_v6.s6_addr32; in flow_offload_ipv6_dnat()
356 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_ipv6_dnat()
397 port = ntohs(flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_port); in flow_offload_port_snat()
402 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_port_snat()
[all …]
Dnf_flow_table_ip.c97 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v4.s_addr; in nf_flow_snat_ip()
100 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_snat_ip()
122 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_v4.s_addr; in nf_flow_dnat_ip()
125 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_dnat_ip()
378 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v6; in nf_flow_snat_ipv6()
381 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_snat_ipv6()
403 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_v6; in nf_flow_dnat_ipv6()
406 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_dnat_ipv6()
Dnf_flow_table_core.c61 flow_offload_fill_dir(flow, FLOW_OFFLOAD_DIR_REPLY); in flow_offload_alloc()
112 err = flow_offload_fill_route(flow, route, FLOW_OFFLOAD_DIR_REPLY); in flow_offload_route_init()
173 dst_release(flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_cache); in flow_offload_route_release()
281 &flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].node, in flow_offload_del()
457 new_port = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_port; in nf_flow_snat_port()
460 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_snat_port()
488 new_port = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_port; in nf_flow_dnat_port()
491 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_dnat_port()
/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_flow_table.h88 FLOW_OFFLOAD_DIR_REPLY = IP_CT_DIR_REPLY, enumerator
/kernel/linux/linux-5.10/net/sched/
Dact_ct.c250 case FLOW_OFFLOAD_DIR_REPLY: in tcf_ct_flow_table_fill_actions()