Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dxt_iprange.c23 if (info->flags & IPRANGE_SRC) { in iprange_mt4()
72 if (info->flags & IPRANGE_SRC) { in iprange_mt6()
/linux-6.1.9/include/uapi/linux/netfilter/
Dxt_iprange.h9 IPRANGE_SRC = 1 << 0, /* match source IP address */ enumerator