Home
last modified time | relevance | path

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

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