BNEP_TYPE_MASK    271 net/bluetooth/bnep/core.c 		switch (h->type & BNEP_TYPE_MASK) {
BNEP_TYPE_MASK    310 net/bluetooth/bnep/core.c 	if ((type & BNEP_TYPE_MASK) >= sizeof(__bnep_rx_hlen))
BNEP_TYPE_MASK    313 net/bluetooth/bnep/core.c 	if ((type & BNEP_TYPE_MASK) == BNEP_CONTROL) {
BNEP_TYPE_MASK    346 net/bluetooth/bnep/core.c 		if (!skb_pull(skb, __bnep_rx_hlen[type & BNEP_TYPE_MASK]))
BNEP_TYPE_MASK    375 net/bluetooth/bnep/core.c 	switch (type & BNEP_TYPE_MASK) {