Searched refs:BNEP_TYPE_MASK (Results 1 – 2 of 2) sorted by relevance
271 switch (h->type & BNEP_TYPE_MASK) { in bnep_rx_extension()310 if ((type & BNEP_TYPE_MASK) >= sizeof(__bnep_rx_hlen)) in bnep_rx_frame()313 if ((type & BNEP_TYPE_MASK) == BNEP_CONTROL) { in bnep_rx_frame()346 if (!skb_pull(skb, __bnep_rx_hlen[type & BNEP_TYPE_MASK])) in bnep_rx_frame()375 switch (type & BNEP_TYPE_MASK) { in bnep_rx_frame()
70 #define BNEP_TYPE_MASK 0x7f macro