Searched refs:ip6_netmask (Results 1 – 8 of 8) sorted by relevance
| /Linux-v4.19/net/netfilter/ipset/ |
| D | ip_set_hash_netnet.c | 327 ip6_netmask(&elem->ip[1], cidr); in hash_netnet6_data_netmask() 330 ip6_netmask(&elem->ip[0], cidr); in hash_netnet6_data_netmask() 392 ip6_netmask(&e.ip[0], e.cidr[0]); in hash_netnet6_kadt() 393 ip6_netmask(&e.ip[1], e.cidr[1]); in hash_netnet6_kadt() 441 ip6_netmask(&e.ip[0], e.cidr[0]); in hash_netnet6_uadt() 442 ip6_netmask(&e.ip[1], e.cidr[1]); in hash_netnet6_uadt()
|
| D | ip_set_hash_netportnet.c | 380 ip6_netmask(&elem->ip[1], cidr); in hash_netportnet6_data_netmask() 383 ip6_netmask(&elem->ip[0], cidr); in hash_netportnet6_data_netmask() 452 ip6_netmask(&e.ip[0], e.cidr[0]); in hash_netportnet6_kadt() 453 ip6_netmask(&e.ip[1], e.cidr[1]); in hash_netportnet6_kadt() 506 ip6_netmask(&e.ip[0], e.cidr[0]); in hash_netportnet6_uadt() 507 ip6_netmask(&e.ip[1], e.cidr[1]); in hash_netportnet6_uadt()
|
| D | ip_set_hash_net.c | 249 ip6_netmask(&elem->ip, cidr); in hash_net6_data_netmask() 301 ip6_netmask(&e.ip, e.cidr); in hash_net6_kadt() 338 ip6_netmask(&e.ip, e.cidr); in hash_net6_uadt()
|
| D | ip_set_hash_netiface.c | 325 ip6_netmask(&elem->ip, cidr); in hash_netiface6_data_netmask() 381 ip6_netmask(&e.ip, e.cidr); in hash_netiface6_kadt() 436 ip6_netmask(&e.ip, e.cidr); in hash_netiface6_uadt()
|
| D | ip_set_hash_netport.c | 309 ip6_netmask(&elem->ip, cidr); in hash_netport6_data_netmask() 367 ip6_netmask(&e.ip, e.cidr + 1); in hash_netport6_kadt() 410 ip6_netmask(&e.ip, e.cidr + 1); in hash_netport6_uadt()
|
| D | ip_set_hash_ipportnet.c | 348 ip6_netmask(&elem->ip2, cidr); in hash_ipportnet6_data_netmask() 408 ip6_netmask(&e.ip2, e.cidr + 1); in hash_ipportnet6_kadt() 462 ip6_netmask(&e.ip2, e.cidr + 1); in hash_ipportnet6_uadt()
|
| D | ip_set_hash_ip.c | 189 ip6_netmask(ip, prefix); in hash_ip6_netmask()
|
| /Linux-v4.19/include/linux/netfilter/ipset/ |
| D | pfxlen.h | 46 ip6_netmask(union nf_inet_addr *ip, u8 prefix) in ip6_netmask() function
|