Lines Matching defs:total_size
178 chain->total_size = ntohs(frag_packet->total_size);
213 chain->total_size != ntohs(frag_packet->total_size) ||
214 chain->total_size > batadv_frag_size_limit()) {
217 * packets to have different total_size.
221 } else if (ntohs(frag_packet->total_size) == chain->size) {
266 size = ntohs(packet->total_size) + hdr_size;
358 u16 total_size;
373 total_size = ntohs(packet->total_size);
374 if (total_size > neigh_node->if_incoming->net_dev->mtu) {
499 frag_header.total_size = htons(skb->len);