Searched refs:hosts (Results 1 – 7 of 7) sorted by relevance
/net/netfilter/ipset/ |
D | ip_set_bitmap_ip.c | 44 u32 hosts; /* number of hosts in a subnet */ member 61 return ((ip & ip_set_hostmask(m->netmask)) - m->first_ip) / m->hosts; in ip_to_id() 97 htonl(map->first_ip + id * map->hosts)); in bitmap_ip_do_list() 184 for (; !before(ip_to, ip); ip += map->hosts) { in bitmap_ip_uadt() 221 u32 elements, u32 hosts, u8 netmask) in init_map_ip() argument 229 map->hosts = hosts; in init_map_ip() 257 u32 first_ip = 0, last_ip = 0, hosts; in bitmap_ip_create() local 298 hosts = 1; in bitmap_ip_create() 311 hosts = 2U << (32 - netmask - 1); in bitmap_ip_create() 318 hosts, (unsigned long long)elements); in bitmap_ip_create() [all …]
|
D | ip_set_hash_ip.c | 105 u32 ip = 0, ip_to = 0, hosts, i = 0; in hash_ip4_uadt() local 148 hosts = h->netmask == 32 ? 1 : 2 << (32 - h->netmask - 1); in hash_ip4_uadt() 162 ip += hosts; in hash_ip4_uadt()
|
/net/sched/ |
D | sch_cake.c | 154 struct cake_host hosts[CAKE_QUEUES]; /* for triple isolation */ member 789 q->hosts[q->flows[reduced_hash].srchost].srchost_bulk_flow_count--; in cake_hash() 790 q->hosts[q->flows[reduced_hash].dsthost].dsthost_bulk_flow_count--; in cake_hash() 805 if (q->hosts[outer_hash + k].srchost_tag == in cake_hash() 811 if (!q->hosts[outer_hash + k].srchost_bulk_flow_count) in cake_hash() 814 q->hosts[outer_hash + k].srchost_tag = srchost_hash; in cake_hash() 818 q->hosts[srchost_idx].srchost_bulk_flow_count++; in cake_hash() 828 if (q->hosts[outer_hash + k].dsthost_tag == in cake_hash() 834 if (!q->hosts[outer_hash + k].dsthost_bulk_flow_count) in cake_hash() 837 q->hosts[outer_hash + k].dsthost_tag = dsthost_hash; in cake_hash() [all …]
|
/net/atm/ |
D | Kconfig | 27 ATMARP. If you want to communication with other IP hosts on your ATM 55 bridges and ATM attached hosts establish direct ATM VCs across
|
/net/qrtr/ |
D | Kconfig | 29 hosts or testing purposes.
|
/net/ipv6/ |
D | Kconfig | 28 Advertisement message which improves the ability of hosts 29 to pick an appropriate router, especially when the hosts
|
/net/ipv4/ |
D | Kconfig | 635 provide multi-bit feedback to the end hosts. It is designed to provide:
|