Home
last modified time | relevance | path

Searched refs:IPS_DST_NAT_DONE (Results 1 – 2 of 2) sorted by relevance

/include/uapi/linux/netfilter/
Dnf_conntrack_common.h79 IPS_DST_NAT_DONE = (1 << IPS_DST_NAT_DONE_BIT), enumerator
82 IPS_NAT_DONE_MASK = (IPS_DST_NAT_DONE | IPS_SRC_NAT_DONE),
/include/net/netfilter/
Dnf_nat.h113 return ct->status & IPS_DST_NAT_DONE; in nf_nat_initialized()