Searched refs:SC_COMP_PROT (Results 1 – 7 of 7) sorted by relevance
19 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */ macro
202 if (skb->data[0] == '\0' && (pvcc->flags & SC_COMP_PROT)) in pppoatm_send()243 if ((pvcc->flags & SC_COMP_PROT) && skb_headroom(skb) > 0 && in pppoatm_send()
577 if (data[0] == 0 && (ap->flags & SC_COMP_PROT) && !islcp) in ppp_sync_txmunge()
220 if ((opt->ppp_flags & SC_COMP_PROT) && data[0] == 0 && !islcp) in pptp_xmit()
589 if (i == 1 && c == 0 && (ap->flags & SC_COMP_PROT)) in ppp_async_encode()
871 if((data[0] == 0) && (ap->flags & SC_COMP_PROT) && (!islcp)) in irnet_prepare_skb()
1418 if ((ipt->pppcfg & SC_COMP_PROT) && (proto <= 0xff)) { in isdn_ppp_xmit()