Lines Matching refs:tpkt
65 struct sk_buff *tpkt; member
238 kfree_skb(ap->tpkt); in ppp_sync_close()
575 ap->tpkt = skb; in ppp_sync_send()
598 if (!tty_stuffed && ap->tpkt) { in ppp_sync_push()
600 sent = tty->ops->write(tty, ap->tpkt->data, ap->tpkt->len); in ppp_sync_push()
603 if (sent < ap->tpkt->len) { in ppp_sync_push()
606 consume_skb(ap->tpkt); in ppp_sync_push()
607 ap->tpkt = NULL; in ppp_sync_push()
616 (!tty_stuffed && ap->tpkt))) in ppp_sync_push()
624 if (ap->tpkt) { in ppp_sync_push()
625 kfree_skb(ap->tpkt); in ppp_sync_push()
626 ap->tpkt = NULL; in ppp_sync_push()
644 if (ap->tpkt != NULL) { in ppp_sync_flush_output()
645 kfree_skb(ap->tpkt); in ppp_sync_flush_output()
646 ap->tpkt = NULL; in ppp_sync_flush_output()