Searched refs:tpkt (Results 1 – 3 of 3) sorted by relevance
65 struct sk_buff *tpkt; member278 if (ap->tpkt != 0) in ppp_sync_close()279 kfree_skb(ap->tpkt); in ppp_sync_close()602 ap->tpkt = skb; in ppp_sync_send()626 if (!tty_stuffed && ap->tpkt != 0) { in ppp_sync_push()628 sent = tty->driver.write(tty, 0, ap->tpkt->data, ap->tpkt->len); in ppp_sync_push()631 if (sent < ap->tpkt->len) { in ppp_sync_push()634 kfree_skb(ap->tpkt); in ppp_sync_push()635 ap->tpkt = 0; in ppp_sync_push()644 || (!tty_stuffed && ap->tpkt != 0))) in ppp_sync_push()[all …]
55 struct sk_buff *tpkt; member227 if (ap->tpkt != 0) in ppp_asynctty_close()228 kfree_skb(ap->tpkt); in ppp_asynctty_close()555 data = ap->tpkt->data; in ppp_async_encode()556 count = ap->tpkt->len; in ppp_async_encode()627 dev_kfree_skb_any(ap->tpkt); in ppp_async_encode()628 ap->tpkt = 0; in ppp_async_encode()651 ap->tpkt = skb; in ppp_async_send()695 if (ap->optr >= ap->olim && ap->tpkt != 0) { in ppp_async_push()715 || (!tty_stuffed && ap->tpkt != 0))) in ppp_async_push()[all …]
101 struct sk_buff *tpkt; /* frame currently being sent */ member