Home
last modified time | relevance | path

Searched refs:IPS_DST_NAT (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/
H A Dnf_conntrack_common.h61 IPS_DST_NAT = (1 << IPS_DST_NAT_BIT), enumerator
64 IPS_NAT_MASK = (IPS_DST_NAT | IPS_SRC_NAT),
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/
H A Dnf_conntrack_common.h61 IPS_DST_NAT = (1 << IPS_DST_NAT_BIT), enumerator
64 IPS_NAT_MASK = (IPS_DST_NAT | IPS_SRC_NAT),
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/
H A Dnf_conntrack_common.h65 IPS_DST_NAT = (1 << IPS_DST_NAT_BIT), enumerator
68 IPS_NAT_MASK = (IPS_DST_NAT | IPS_SRC_NAT),
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_nat_core.c136 statusbit = IPS_DST_NAT; in __nf_nat_decode_session()
638 ct->status |= IPS_DST_NAT; in nf_nat_setup_info()
708 statusbit = IPS_DST_NAT; in nf_nat_packet()
H A Dnf_nat_proto.c592 statusbit = IPS_DST_NAT; in nf_nat_icmp_reply_translation()
831 statusbit = IPS_DST_NAT; in nf_nat_icmpv6_reply_translation()
H A Dnf_flow_table_core.c65 if (ct->status & IPS_DST_NAT) in flow_offload_alloc()
H A Dnf_conntrack_core.c2026 if (ct->status & IPS_DST_NAT) { in __nf_conntrack_update()
2056 if (status & IPS_DST_NAT && in __nf_conntrack_update()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dconntrack.c259 if (ct->status & IPS_DST_NAT) in ovs_ct_update_key()
912 if (err == NF_ACCEPT && ct->status & IPS_DST_NAT) { in ovs_ct_nat()
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_ct.c909 if (err == NF_ACCEPT && ct->status & IPS_DST_NAT) { in tcf_ct_act_nat()