Searched refs:ipts (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_ppp.c | 1249 struct ippp_struct *ipt, *ipts; in isdn_ppp_xmit() local 1262 ipts = ippp_table[slot]; in isdn_ppp_xmit() 1264 if (!(ipts->pppcfg & SC_ENABLE_IP)) { /* PPP connected ? */ in isdn_ppp_xmit() 1265 if (ipts->debug & 0x1) in isdn_ppp_xmit() 1344 if (ipts->debug & 0x40) in isdn_ppp_xmit() 1345 isdn_ppp_frame_log("xmit0", skb->data, skb->len, 32, ipts->unit, lp->ppp_slot); in isdn_ppp_xmit() 1348 …if (proto == PPP_IP && ipts->pppcfg & SC_COMP_TCP) { /* ipts here? probably yes, but check this ag… in isdn_ppp_xmit() 1373 pktlen = slhc_compress(ipts->slcomp, skb->data, skb->len, new_skb->data, in isdn_ppp_xmit() 1374 &buf, !(ipts->pppcfg & SC_NO_TCP_CCID)); in isdn_ppp_xmit() 1401 if (ipts->compflags & SC_COMP_ON) { in isdn_ppp_xmit() [all …]
|