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