Lines Matching refs:idlen
29 len_dif = nhc->idlen - this->idlen;
31 if (nhc->idlen < this->idlen)
32 len = nhc->idlen;
34 len = this->idlen;
72 if (nhcid_skb_ptr + nhc->idlen > skb->data + skb->len)
76 memcpy(nhcid_skb_ptr_masked, nhcid_skb_ptr, nhc->idlen);
77 for (i = 0; i < nhc->idlen; i++)
80 result = memcmp(nhcid_skb_ptr_masked, nhc->id, nhc->idlen);
196 if (!nhc->idlen || !nhc->idsetup)
199 WARN_ONCE(nhc->idlen > LOWPAN_NHC_MAX_ID_LEN,
201 nhc->idlen);