Home
last modified time | relevance | path

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

/net/6lowpan/
Dnhc.c69 u8 nhcid_skb_ptr_masked[LOWPAN_NHC_MAX_ID_LEN]; in lowpan_nhc_by_nhcid() local
76 memcpy(nhcid_skb_ptr_masked, nhcid_skb_ptr, nhc->idlen); in lowpan_nhc_by_nhcid()
78 nhcid_skb_ptr_masked[i] &= nhc->idmask[i]; in lowpan_nhc_by_nhcid()
80 result = memcmp(nhcid_skb_ptr_masked, nhc->id, nhc->idlen); in lowpan_nhc_by_nhcid()