Home
last modified time | relevance | path

Searched refs:ip_set_range_to_cidr (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/net/netfilter/ipset/
Dpfxlen.c296 ip_set_range_to_cidr(u32 from, u32 to, u8 *cidr) in ip_set_range_to_cidr() function
313 EXPORT_SYMBOL_GPL(ip_set_range_to_cidr);
Dip_set_hash_netnet.c249 last = ip_set_range_to_cidr(ip, ip_to, &cidr); in hash_netnet4_uadt()
256 last2 = ip_set_range_to_cidr(ip2, ip2_to, &cidr2); in hash_netnet4_uadt()
Dip_set_hash_netportnet.c292 ip_last = ip_set_range_to_cidr(ip, ip_to, &cidr); in hash_netportnet4_uadt()
303 ip2_last = ip_set_range_to_cidr(ip2, ip2_to, in hash_netportnet4_uadt()
Dip_set_hash_net.c201 last = ip_set_range_to_cidr(ip, ip_to, &e.cidr); in hash_net4_uadt()
Dip_set_hash_netport.c250 last = ip_set_range_to_cidr(ip, ip_to, &cidr); in hash_netport4_uadt()
Dip_set_hash_netiface.c363 last = ip_set_range_to_cidr(ip, ip_to, &e.cidr); in hash_netiface4_uadt()
Dip_set_hash_ipportnet.c290 ip2_last = ip_set_range_to_cidr(ip2, ip2_to, in hash_ipportnet4_uadt()
/linux-4.1.27/include/linux/netfilter/ipset/
Dpfxlen.h36 extern u32 ip_set_range_to_cidr(u32 from, u32 to, u8 *cidr);