Lines Matching refs:tpkt
65 struct sk_buff *tpkt; member
238 kfree_skb(ap->tpkt); in ppp_sync_close()
570 ap->tpkt = skb; in ppp_sync_send()
593 if (!tty_stuffed && ap->tpkt) { in ppp_sync_push()
595 sent = tty->ops->write(tty, ap->tpkt->data, ap->tpkt->len); in ppp_sync_push()
598 if (sent < ap->tpkt->len) { in ppp_sync_push()
601 consume_skb(ap->tpkt); in ppp_sync_push()
602 ap->tpkt = NULL; in ppp_sync_push()
611 (!tty_stuffed && ap->tpkt))) in ppp_sync_push()
619 if (ap->tpkt) { in ppp_sync_push()
620 kfree_skb(ap->tpkt); in ppp_sync_push()
621 ap->tpkt = NULL; in ppp_sync_push()
639 if (ap->tpkt != NULL) { in ppp_sync_flush_output()
640 kfree_skb(ap->tpkt); in ppp_sync_flush_output()
641 ap->tpkt = NULL; in ppp_sync_flush_output()