Searched refs:ip_set_range_to_cidr (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/net/netfilter/ipset/ |
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);
|
D | ip_set_hash_netnet.c | 260 ip = ip_set_range_to_cidr(ip, ip_to, &e.cidr[0]); in hash_netnet4_uadt() 268 ip2 = ip_set_range_to_cidr(ip2, ip2_to, &e.cidr[1]); in hash_netnet4_uadt()
|
D | ip_set_hash_net.c | 201 ip = ip_set_range_to_cidr(ip, ip_to, &e.cidr); in hash_net4_uadt()
|
D | ip_set_hash_netport.c | 247 ip = ip_set_range_to_cidr(ip, ip_to, &cidr); in hash_netport4_uadt()
|
D | ip_set_hash_netiface.c | 269 ip = ip_set_range_to_cidr(ip, ip_to, &e.cidr); in hash_netiface4_uadt()
|
D | ip_set_hash_ipportnet.c | 284 ip2 = ip_set_range_to_cidr(ip2, ip2_to, &cidr); in hash_ipportnet4_uadt()
|
D | ip_set_hash_netportnet.c | 184 return ip_set_range_to_cidr(from, to, cidr); in hash_netportnet4_range_to_cidr()
|
/linux-6.12.1/include/linux/netfilter/ipset/ |
D | pfxlen.h | 37 extern u32 ip_set_range_to_cidr(u32 from, u32 to, u8 *cidr);
|