BNEP_TYPE_MASK    280 net/bluetooth/bnep/core.c 		switch (h->type & BNEP_TYPE_MASK) {
BNEP_TYPE_MASK    319 net/bluetooth/bnep/core.c 	if ((type & BNEP_TYPE_MASK) > BNEP_RX_TYPES)
BNEP_TYPE_MASK    322 net/bluetooth/bnep/core.c 	if ((type & BNEP_TYPE_MASK) == BNEP_CONTROL) {
BNEP_TYPE_MASK    331 net/bluetooth/bnep/core.c 	if (!skb_pull(skb, __bnep_rx_hlen[type & BNEP_TYPE_MASK]))
BNEP_TYPE_MASK    359 net/bluetooth/bnep/core.c 	switch (type & BNEP_TYPE_MASK) {