Lines Matching defs:size
171 for (i = 0; i < bat_priv->dat.hash->size; i++) {
228 * @hdr_size: size of the possible header before the ARP packet
245 * @hdr_size: size of the possible header before the ARP packet
257 * @hdr_size: size of the possible header before the ARP packet
269 * @hdr_size: size of the possible header before the ARP packet
283 * @size: size of the hash table
287 static u32 batadv_hash_dat(const void *data, u32 size)
314 return hash % size;
341 index = batadv_hash_dat(&to_find, hash->size);
422 * @hdr_size: size of the possible header before the ARP packet
581 for (i = 0; i < hash->size; i++) {
628 * Return: the candidate array of size BATADV_DAT_CANDIDATE_NUM.
876 for (i = 0; i < hash->size; i++) {
1027 while (bucket < hash->size) {
1055 * @hdr_size: size of the possible header before the ARP packet in the skb
1128 * @hdr_size: the size of the batman-adv header encapsulating the packet
1289 * @hdr_size: size of the encapsulation header
1401 * @hdr_size: size of the encapsulation header
1801 * @hdr_size: header size, up to the tail of the batman-adv header