Lines Matching defs:size
35 /* Maximium size of the calipso option including
45 /* Maximium size of the calipso option including
51 /* Maximium size of u32 aligned buffer required to hold calipso
69 u32 size;
144 calipso_cache[iter].size = 0;
172 calipso_cache[iter].size = 0;
293 if (calipso_cache[bkt].size < calipso_cache_bucketsize) {
295 calipso_cache[bkt].size += 1;
605 * size in bytes of the network bitmap on success, negative values otherwise.
713 * @buf_len: the size of opt_buf
1374 u32 old_hop_len, start = 0, end = 0, delta, size, pad;
1396 size = sizeof(*ip6_hdr);
1403 size = sizeof(*ip6_hdr) + start + pad;
1409 memmove((char *)ip6_hdr + delta, ip6_hdr, size);