Home
last modified time | relevance | path

Searched refs:IPS_SRC_NAT_DONE (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/uapi/linux/netfilter/
Dnf_conntrack_common.h76 IPS_SRC_NAT_DONE = (1 << IPS_SRC_NAT_DONE_BIT), enumerator
82 IPS_NAT_DONE_MASK = (IPS_DST_NAT_DONE | IPS_SRC_NAT_DONE),
/Linux-v4.19/include/net/netfilter/
Dnf_nat_core.h24 return ct->status & IPS_SRC_NAT_DONE; in nf_nat_initialized()
/Linux-v4.19/net/ipv4/netfilter/
Dnf_socket_ipv4.c149 (ct->status & IPS_SRC_NAT_DONE)) { in nf_sk_lookup_slow_v4()
/Linux-v4.19/net/netfilter/
Dnf_nat_core.c467 ct->status |= IPS_SRC_NAT_DONE; in nf_nat_setup_info()
783 if (ct->status & IPS_SRC_NAT_DONE) in nf_nat_cleanup_conntrack()