Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_iprange.h10 IPRANGE_DST = 1 << 1, /* match destination IP address */ enumerator
/openbmc/linux/net/netfilter/
H A Dxt_iprange.c36 if (info->flags & IPRANGE_DST) { in iprange_mt4()
85 if (info->flags & IPRANGE_DST) { in iprange_mt6()