Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_conntrack.h161 CTA_NAT_V4_MAXIP, enumerator
162 #define CTA_NAT_MAXIP CTA_NAT_V4_MAXIP
/openbmc/linux/net/netfilter/
H A Dnf_nat_core.c1076 [CTA_NAT_V4_MAXIP] = { .type = NLA_U32 },
1090 if (tb[CTA_NAT_V4_MAXIP]) in nf_nat_ipv4_nlattr_to_range()
1091 range->max_addr.ip = nla_get_be32(tb[CTA_NAT_V4_MAXIP]); in nf_nat_ipv4_nlattr_to_range()