Searched refs:ip6_netmask (Results 1 – 8 of 8) sorted by relevance
/linux/net/netfilter/ipset/ |
H A D | ip_set_hash_netnet.c | 333 ip6_netmask(&elem->ip[1], cidr); in hash_netnet6_data_netmask() 336 ip6_netmask(&elem->ip[0], cidr); in hash_netnet6_data_netmask() 398 ip6_netmask(&e.ip[0], e.cidr[0]); in hash_netnet6_kadt() 399 ip6_netmask(&e.ip[1], e.cidr[1]); in hash_netnet6_kadt() 453 ip6_netmask(&e.ip[0], e.cidr[0]); in hash_netnet6_uadt() 454 ip6_netmask(&e.ip[1], e.cidr[1]); in hash_netnet6_uadt()
|
H A D | ip_set_hash_netportnet.c | 394 ip6_netmask(&elem->ip[1], cidr); in hash_netportnet6_data_netmask() 397 ip6_netmask(&elem->ip[0], cidr); in hash_netportnet6_data_netmask() 466 ip6_netmask(&e.ip[0], e.cidr[0]); in hash_netportnet6_kadt() 467 ip6_netmask(&e.ip[1], e.cidr[1]); in hash_netportnet6_kadt() 520 ip6_netmask(&e.ip[0], e.cidr[0]); in hash_netportnet6_uadt() 521 ip6_netmask(&e.ip[1], e.cidr[1]); in hash_netportnet6_uadt()
|
H A D | ip_set_hash_net.c | 252 ip6_netmask(&elem->ip, cidr); in hash_net6_data_netmask() 304 ip6_netmask(&e.ip, e.cidr); in hash_net6_kadt() 341 ip6_netmask(&e.ip, e.cidr); in hash_net6_uadt()
|
H A D | ip_set_hash_netiface.c | 337 ip6_netmask(&elem->ip, cidr); in hash_netiface6_data_netmask() 394 ip6_netmask(&e.ip, e.cidr); in hash_netiface6_kadt() 449 ip6_netmask(&e.ip, e.cidr); in hash_netiface6_uadt()
|
H A D | ip_set_hash_netport.c | 310 ip6_netmask(&elem->ip, cidr); in hash_netport6_data_netmask() 368 ip6_netmask(&e.ip, e.cidr + 1); in hash_netport6_kadt() 411 ip6_netmask(&e.ip, e.cidr + 1); in hash_netport6_uadt()
|
H A D | ip_set_hash_ipportnet.c | 351 ip6_netmask(&elem->ip2, cidr); in hash_ipportnet6_data_netmask() 411 ip6_netmask(&e.ip2, e.cidr + 1); in hash_ipportnet6_kadt() 465 ip6_netmask(&e.ip2, e.cidr + 1); in hash_ipportnet6_uadt()
|
H A D | ip_set_hash_gen.h | 1519 ip6_netmask(&bitmask, netmask); in IPSET_TOKEN()
|
/linux/include/linux/netfilter/ipset/ |
H A D | pfxlen.h | 46 ip6_netmask(union nf_inet_addr *ip, u8 prefix) in ip6_netmask() function
|