Lines Matching refs:tpkt
69 struct sk_buff *tpkt; member
242 kfree_skb(ap->tpkt); in ppp_sync_close()
580 ap->tpkt = skb; in ppp_sync_send()
603 if (!tty_stuffed && ap->tpkt) { in ppp_sync_push()
605 sent = tty->ops->write(tty, ap->tpkt->data, ap->tpkt->len); in ppp_sync_push()
608 if (sent < ap->tpkt->len) { in ppp_sync_push()
611 consume_skb(ap->tpkt); in ppp_sync_push()
612 ap->tpkt = NULL; in ppp_sync_push()
621 (!tty_stuffed && ap->tpkt))) in ppp_sync_push()
629 if (ap->tpkt) { in ppp_sync_push()
630 kfree_skb(ap->tpkt); in ppp_sync_push()
631 ap->tpkt = NULL; in ppp_sync_push()
649 if (ap->tpkt != NULL) { in ppp_sync_flush_output()
650 kfree_skb(ap->tpkt); in ppp_sync_flush_output()
651 ap->tpkt = NULL; in ppp_sync_flush_output()