Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dppp-ioctl.h21 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */ macro
/Linux-v4.19/net/atm/
Dpppoatm.c300 if (skb->data[0] == '\0' && (pvcc->flags & SC_COMP_PROT)) in pppoatm_send()
366 if ((pvcc->flags & SC_COMP_PROT) && skb_headroom(skb) > 0 && in pppoatm_send()
/Linux-v4.19/drivers/net/ppp/
Dppp_synctty.c529 if (data[0] == 0 && (ap->flags & SC_COMP_PROT) && !islcp) in ppp_sync_txmunge()
Dpptp.c187 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-v4.19/drivers/isdn/i4l/
Disdn_ppp.c1457 if ((ipt->pppcfg & SC_COMP_PROT) && (proto <= 0xff)) { in isdn_ppp_xmit()