Home
last modified time | relevance | path

Searched refs:ip6_netmask (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/net/netfilter/ipset/
H A Dip_set_hash_netnet.c338 ip6_netmask(&elem->ip[1], cidr); in hash_netnet6_data_netmask()
341 ip6_netmask(&elem->ip[0], cidr); in hash_netnet6_data_netmask()
403 ip6_netmask(&e.ip[0], e.cidr[0]); in hash_netnet6_kadt()
404 ip6_netmask(&e.ip[1], e.cidr[1]); in hash_netnet6_kadt()
452 ip6_netmask(&e.ip[0], e.cidr[0]); in hash_netnet6_uadt()
453 ip6_netmask(&e.ip[1], e.cidr[1]); in hash_netnet6_uadt()
H A Dip_set_hash_netportnet.c390 ip6_netmask(&elem->ip[1], cidr); in hash_netportnet6_data_netmask()
393 ip6_netmask(&elem->ip[0], cidr); in hash_netportnet6_data_netmask()
462 ip6_netmask(&e.ip[0], e.cidr[0]); in hash_netportnet6_kadt()
463 ip6_netmask(&e.ip[1], e.cidr[1]); in hash_netportnet6_kadt()
516 ip6_netmask(&e.ip[0], e.cidr[0]); in hash_netportnet6_uadt()
517 ip6_netmask(&e.ip[1], e.cidr[1]); in hash_netportnet6_uadt()
H A Dip_set_hash_net.c254 ip6_netmask(&elem->ip, cidr); in hash_net6_data_netmask()
306 ip6_netmask(&e.ip, e.cidr); in hash_net6_kadt()
343 ip6_netmask(&e.ip, e.cidr); in hash_net6_uadt()
H A Dip_set_hash_netiface.c339 ip6_netmask(&elem->ip, cidr); in hash_netiface6_data_netmask()
396 ip6_netmask(&e.ip, e.cidr); in hash_netiface6_kadt()
451 ip6_netmask(&e.ip, e.cidr); in hash_netiface6_uadt()
H A Dip_set_hash_netport.c314 ip6_netmask(&elem->ip, cidr); in hash_netport6_data_netmask()
372 ip6_netmask(&e.ip, e.cidr + 1); in hash_netport6_kadt()
415 ip6_netmask(&e.ip, e.cidr + 1); in hash_netport6_uadt()
H A Dip_set_hash_ipportnet.c347 ip6_netmask(&elem->ip2, cidr); in hash_ipportnet6_data_netmask()
407 ip6_netmask(&e.ip2, e.cidr + 1); in hash_ipportnet6_kadt()
461 ip6_netmask(&e.ip2, e.cidr + 1); in hash_ipportnet6_uadt()
H A Dip_set_hash_ip.c190 ip6_netmask(ip, prefix); in hash_ip6_netmask()
/OK3568_Linux_fs/kernel/include/linux/netfilter/ipset/
H A Dpfxlen.h46 ip6_netmask(union nf_inet_addr *ip, u8 prefix) in ip6_netmask() function