Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_flow_table_offload.c357 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v4.s_addr; in flow_offload_ipv4_snat()
360 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_ipv4_snat()
388 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_v4.s_addr; in flow_offload_ipv4_dnat()
391 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_ipv4_dnat()
434 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v6.s6_addr32; in flow_offload_ipv6_snat()
437 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_ipv6_snat()
459 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_v6.s6_addr32; in flow_offload_ipv6_dnat()
462 case FLOW_OFFLOAD_DIR_REPLY: in flow_offload_ipv6_dnat()
506 port = ntohs(flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_port); in flow_offload_port_snat()
511 case FLOW_OFFLOAD_DIR_REPLY in flow_offload_port_snat()
[all...]
H A Dnf_flow_table_core.c68 flow_offload_fill_dir(flow, FLOW_OFFLOAD_DIR_REPLY); in flow_offload_alloc()
163 flow_offload_fill_route(flow, route, FLOW_OFFLOAD_DIR_REPLY); in flow_offload_route_init()
253 nft_flow_dst_release(flow, FLOW_OFFLOAD_DIR_REPLY); in flow_offload_route_release()
382 &flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].node, in flow_offload_del()
652 new_port = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_port; in nf_flow_snat_port()
655 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_snat_port()
678 new_port = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_port; in nf_flow_dnat_port()
681 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_dnat_port()
H A Dnf_flow_table_ip.c92 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v4.s_addr; in nf_flow_snat_ip()
95 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_snat_ip()
115 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_v4.s_addr; in nf_flow_dnat_ip()
118 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_dnat_ip()
888 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v6; in nf_flow_snat_ipv6()
891 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_snat_ipv6()
911 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_v6; in nf_flow_dnat_ipv6()
914 case FLOW_OFFLOAD_DIR_REPLY: in nf_flow_dnat_ipv6()
/linux/net/sched/
H A Dact_ct.c264 case FLOW_OFFLOAD_DIR_REPLY: in tcf_ct_flow_table_fill_actions()
420 tcf_ct_flow_tc_ifidx(entry, act_ct_ext, FLOW_OFFLOAD_DIR_REPLY); in tcf_ct_flow_table_add()
451 tcf_ct_flow_tc_ifidx(entry, act_ct_ext, FLOW_OFFLOAD_DIR_REPLY); in tcf_ct_flow_table_add()
693 if (dir == FLOW_OFFLOAD_DIR_REPLY && in tcf_ct_flow_table_lookup()
/linux/include/net/netfilter/
H A Dnf_flow_table.h96 FLOW_OFFLOAD_DIR_REPLY = IP_CT_DIR_REPLY, enumerator