Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
D6lowpan.h273 static inline u8 lowpan_next_hdr_size(const u8 h_enc, u16 *uncomp_header) in lowpan_next_hdr_size() argument
277 if ((h_enc & LOWPAN_NHC_UDP_MASK) == LOWPAN_NHC_UDP_ID) { in lowpan_next_hdr_size()
280 switch (h_enc & LOWPAN_NHC_UDP_CS_P_11) { in lowpan_next_hdr_size()
295 if (!(h_enc & LOWPAN_NHC_UDP_CS_C)) in lowpan_next_hdr_size()
313 u8 iphc0, iphc1, h_enc; in lowpan_uncompress_size() local
365 h_enc = skb_network_header(skb)[ret]; in lowpan_uncompress_size()
366 ret += lowpan_next_hdr_size(h_enc, &uncomp_header); in lowpan_uncompress_size()