Searched refs:ip_set_range_to_cidr (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | pfxlen.c | 172 ip_set_range_to_cidr(u32 from, u32 to, u8 *cidr) in ip_set_range_to_cidr() function 189 EXPORT_SYMBOL_GPL(ip_set_range_to_cidr);
|
| H A D | ip_set_hash_netnet.c | 249 ipn = ip_set_range_to_cidr(ipn, ip_to, &e.cidr[0]); in hash_netnet4_uadt() 254 ipn = ip_set_range_to_cidr(ipn, ip2_to, &e.cidr[1]); in hash_netnet4_uadt() 270 ip = ip_set_range_to_cidr(ip, ip_to, &e.cidr[0]); in hash_netnet4_uadt() 273 ip2 = ip_set_range_to_cidr(ip2, ip2_to, &e.cidr[1]); in hash_netnet4_uadt()
|
| H A D | ip_set_hash_netportnet.c | 289 ipn = ip_set_range_to_cidr(ipn, ip_to, &e.cidr[0]); in hash_netportnet4_uadt() 294 ipn = ip_set_range_to_cidr(ipn, ip2_to, &e.cidr[1]); in hash_netportnet4_uadt() 312 ip = ip_set_range_to_cidr(ip, ip_to, &e.cidr[0]); in hash_netportnet4_uadt() 317 ip2 = ip_set_range_to_cidr(ip2, ip2_to, in hash_netportnet4_uadt()
|
| H A D | ip_set_hash_net.c | 192 ipn = ip_set_range_to_cidr(ipn, ip_to, &e.cidr); in hash_net4_uadt() 203 ip = ip_set_range_to_cidr(ip, ip_to, &e.cidr); in hash_net4_uadt()
|
| H A D | ip_set_hash_netiface.c | 260 ipn = ip_set_range_to_cidr(ipn, ip_to, &e.cidr); in hash_netiface4_uadt() 271 ip = ip_set_range_to_cidr(ip, ip_to, &e.cidr); in hash_netiface4_uadt()
|
| H A D | ip_set_hash_netport.c | 240 ipn = ip_set_range_to_cidr(ipn, ip_to, &cidr); in hash_netport4_uadt() 255 ip = ip_set_range_to_cidr(ip, ip_to, &cidr); in hash_netport4_uadt()
|
| H A D | ip_set_hash_ipportnet.c | 285 ip2 = ip_set_range_to_cidr(ip2, ip2_to, &cidr); in hash_ipportnet4_uadt()
|
| /OK3568_Linux_fs/kernel/include/linux/netfilter/ipset/ |
| H A D | pfxlen.h | 37 extern u32 ip_set_range_to_cidr(u32 from, u32 to, u8 *cidr);
|