Searched refs:ip_set_range_to_cidr (Results 1 - 8 of 8) sorted by path

/linux-master/include/linux/netfilter/ipset/
H A Dpfxlen.h37 extern u32 ip_set_range_to_cidr(u32 from, u32 to, u8 *cidr);
/linux-master/net/netfilter/ipset/
H A Dpfxlen.c172 ip_set_range_to_cidr(u32 from, u32 to, u8 *cidr) function
189 EXPORT_SYMBOL_GPL(ip_set_range_to_cidr); variable
H A Dip_set_hash_ipportnet.c284 ip2 = ip_set_range_to_cidr(ip2, ip2_to, &cidr);
H A Dip_set_hash_net.c201 ip = ip_set_range_to_cidr(ip, ip_to, &e.cidr);
H A Dip_set_hash_netiface.c269 ip = ip_set_range_to_cidr(ip, ip_to, &e.cidr);
H A Dip_set_hash_netnet.c260 ip = ip_set_range_to_cidr(ip, ip_to, &e.cidr[0]);
268 ip2 = ip_set_range_to_cidr(ip2, ip2_to, &e.cidr[1]);
H A Dip_set_hash_netport.c247 ip = ip_set_range_to_cidr(ip, ip_to, &cidr);
H A Dip_set_hash_netportnet.c184 return ip_set_range_to_cidr(from, to, cidr);

Completed in 389 milliseconds