Lines Matching full:chunks
43 INIT_LIST_HEAD(&msg->chunks);
65 list_for_each_entry(chunk, &msg->chunks, frag_list)
81 list_for_each_safe(pos, temp, &msg->chunks) {
140 * down any such message into smaller chunks. Opportunistically, fragment
141 * the chunks down to the current MTU constraints. We may get refragmented
182 /* If the peer requested that we authenticate DATA chunks
183 * we need to account for bundling of the AUTH chunks along with
236 /* Create chunks for all DATA chunks. */
281 list_add_tail(&chunk->frag_list, &msg->chunks);
290 list_for_each_safe(pos, temp, &msg->chunks) {