Lines Matching defs:frame
113 * zero then we are not allowed to do fragmentation, even if the frame
209 * the rest of the control part of the frame and then writes it out.
213 unsigned char *frame;
221 frame = skb_push(skb, 1);
223 *frame = AX25_I;
224 *frame |= (poll_bit) ? AX25_PF : 0;
225 *frame |= (ax25->vr << 5);
226 *frame |= (ax25->vs << 1);
228 frame = skb_push(skb, 2);
230 frame[0] = AX25_I;
231 frame[0] |= (ax25->vs << 1);
232 frame[1] = (poll_bit) ? AX25_EPF : 0;
233 frame[1] |= (ax25->vr << 1);
264 * the window is full. Send a poll on the final I frame if
269 * Dequeue the frame and copy it.
291 * Transmit the frame copy.
292 * bke 960114: do not set the Poll bit on the last frame
311 * Requeue the original data frame.