Searched refs:ipts (Results 1 – 1 of 1) sorted by relevance
/drivers/isdn/i4l/ |
D | isdn_ppp.c | 1225 struct ippp_struct *ipt,*ipts; in isdn_ppp_xmit() local 1238 ipts = ippp_table[slot]; in isdn_ppp_xmit() 1240 if (!(ipts->pppcfg & SC_ENABLE_IP)) { /* PPP connected ? */ in isdn_ppp_xmit() 1241 if (ipts->debug & 0x1) in isdn_ppp_xmit() 1321 if (ipts->debug & 0x40) in isdn_ppp_xmit() 1322 isdn_ppp_frame_log("xmit0", skb->data, skb->len, 32,ipts->unit,lp->ppp_slot); in isdn_ppp_xmit() 1325 …if (proto == PPP_IP && ipts->pppcfg & SC_COMP_TCP) { /* ipts here? probably yes, but check this ag… in isdn_ppp_xmit() 1350 pktlen = slhc_compress(ipts->slcomp, skb->data, skb->len, new_skb->data, in isdn_ppp_xmit() 1351 &buf, !(ipts->pppcfg & SC_NO_TCP_CCID)); in isdn_ppp_xmit() 1378 if(ipts->compflags & SC_COMP_ON) { in isdn_ppp_xmit() [all …]
|