Home
last modified time | relevance | path

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

/linux-4.1.27/net/6lowpan/
Dnhc.c74 u8 nhcid_skb_ptr_masked[LOWPAN_NHC_MAX_ID_LEN]; in lowpan_nhc_by_nhcid() local
81 memcpy(nhcid_skb_ptr_masked, nhcid_skb_ptr, nhc->idlen); in lowpan_nhc_by_nhcid()
83 nhcid_skb_ptr_masked[i] &= nhc->idmask[i]; in lowpan_nhc_by_nhcid()
85 result = memcmp(nhcid_skb_ptr_masked, nhc->id, nhc->idlen); in lowpan_nhc_by_nhcid()