Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dppp-ioctl.h20 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */ macro
/linux-4.4.14/net/atm/
Dpppoatm.c300 if (skb->data[0] == '\0' && (pvcc->flags & SC_COMP_PROT)) in pppoatm_send()
367 if ((pvcc->flags & SC_COMP_PROT) && skb_headroom(skb) > 0 && in pppoatm_send()
/linux-4.4.14/drivers/net/ppp/
Dppp_synctty.c528 if (data[0] == 0 && (ap->flags & SC_COMP_PROT) && !islcp) in ppp_sync_txmunge()
Dpptp.c222 if ((opt->ppp_flags & SC_COMP_PROT) && data[0] == 0 && !islcp) in pptp_xmit()
Dppp_async.c589 if (i == 1 && c == 0 && (ap->flags & SC_COMP_PROT)) in ppp_async_encode()
/linux-4.4.14/net/irda/irnet/
Dirnet_ppp.c870 if((data[0] == 0) && (ap->flags & SC_COMP_PROT) && (!islcp)) in irnet_prepare_skb()
/linux-4.4.14/drivers/isdn/i4l/
Disdn_ppp.c1447 if ((ipt->pppcfg & SC_COMP_PROT) && (proto <= 0xff)) { in isdn_ppp_xmit()