SC_COMP_PROT
if (i == 1 && c == 0 && (ap->flags & SC_COMP_PROT))
if (data[0] == 0 && (ap->flags & SC_COMP_PROT) && !islcp)
if ((opt->ppp_flags & SC_COMP_PROT) && data[0] == 0 && !islcp)
if (skb->data[0] == '\0' && (pvcc->flags & SC_COMP_PROT))
if ((pvcc->flags & SC_COMP_PROT) && skb_headroom(skb) > 0 &&