Home
last modified time | relevance | path

Searched refs:ipts (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/isdn/i4l/
Disdn_ppp.c1259 struct ippp_struct *ipt, *ipts; in isdn_ppp_xmit() local
1272 ipts = ippp_table[slot]; in isdn_ppp_xmit()
1274 if (!(ipts->pppcfg & SC_ENABLE_IP)) { /* PPP connected ? */ in isdn_ppp_xmit()
1275 if (ipts->debug & 0x1) in isdn_ppp_xmit()
1354 if (ipts->debug & 0x40) in isdn_ppp_xmit()
1355 isdn_ppp_frame_log("xmit0", skb->data, skb->len, 32, ipts->unit, lp->ppp_slot); in isdn_ppp_xmit()
1358 …if (proto == PPP_IP && ipts->pppcfg & SC_COMP_TCP) { /* ipts here? probably yes, but check this ag… in isdn_ppp_xmit()
1383 pktlen = slhc_compress(ipts->slcomp, skb->data, skb->len, new_skb->data, in isdn_ppp_xmit()
1384 &buf, !(ipts->pppcfg & SC_NO_TCP_CCID)); in isdn_ppp_xmit()
1411 if (ipts->compflags & SC_COMP_ON) { in isdn_ppp_xmit()
[all …]