L2CAP_SDULEN_SIZE 2277 net/bluetooth/l2cap_core.c 		hlen += L2CAP_SDULEN_SIZE;
L2CAP_SDULEN_SIZE 2301 net/bluetooth/l2cap_core.c 		put_unaligned_le16(sdulen, skb_put(skb, L2CAP_SDULEN_SIZE));
L2CAP_SDULEN_SIZE 2398 net/bluetooth/l2cap_core.c 		hlen += L2CAP_SDULEN_SIZE;
L2CAP_SDULEN_SIZE 2413 net/bluetooth/l2cap_core.c 		put_unaligned_le16(sdulen, skb_put(skb, L2CAP_SDULEN_SIZE));
L2CAP_SDULEN_SIZE 2435 net/bluetooth/l2cap_core.c 	pdu_len = chan->remote_mps - L2CAP_SDULEN_SIZE;
L2CAP_SDULEN_SIZE 2453 net/bluetooth/l2cap_core.c 			pdu_len += L2CAP_SDULEN_SIZE;
L2CAP_SDULEN_SIZE 3288 net/bluetooth/l2cap_core.c 			     L2CAP_EXT_HDR_SIZE - L2CAP_SDULEN_SIZE -
L2CAP_SDULEN_SIZE 3325 net/bluetooth/l2cap_core.c 			     L2CAP_EXT_HDR_SIZE - L2CAP_SDULEN_SIZE -
L2CAP_SDULEN_SIZE 3518 net/bluetooth/l2cap_core.c 				     L2CAP_SDULEN_SIZE - L2CAP_FCS_SIZE);
L2CAP_SDULEN_SIZE 3548 net/bluetooth/l2cap_core.c 				     L2CAP_SDULEN_SIZE - L2CAP_FCS_SIZE);
L2CAP_SDULEN_SIZE 5921 net/bluetooth/l2cap_core.c 		if (!pskb_may_pull(skb, L2CAP_SDULEN_SIZE))
L2CAP_SDULEN_SIZE 5925 net/bluetooth/l2cap_core.c 		skb_pull(skb, L2CAP_SDULEN_SIZE);
L2CAP_SDULEN_SIZE 6689 net/bluetooth/l2cap_core.c 		len -= L2CAP_SDULEN_SIZE;
L2CAP_SDULEN_SIZE 6830 net/bluetooth/l2cap_core.c 		skb_pull(skb, L2CAP_SDULEN_SIZE);
L2CAP_SDULEN_SIZE 6855 net/bluetooth/l2cap_core.c 		if (skb->len + L2CAP_SDULEN_SIZE < chan->mps) {
L2CAP_SDULEN_SIZE 6856 net/bluetooth/l2cap_core.c 			u16 mps_len = skb->len + L2CAP_SDULEN_SIZE;