Lines Matching defs:sent
183 struct sk_buff *skb; /* Frame being sent */
938 * The given packet is encoded and sent out. No memory is freed.
1370 bool sent;
1374 for (sent = false, i = 1; i < NUM_DLCI; i++) {
1382 /* count the sent data per adaption */
1392 sent = true;
1398 if (!sent)
2486 int sent = 0;
2491 sent = gsm_dlci_data_sweep(gsm);
2494 if (sent && debug & DBG_DATA)
3490 * frame is sent.
3704 * by userspace. Frames are either sent whole or not at all as this
4309 int sent;
4314 sent = kfifo_in_locked(&dlci->fifo, buf, len, &dlci->lock);
4317 return sent;