Searched refs:L2CAP_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
1021 skb->data + L2CAP_HDR_SIZE); in __pack_control()1024 skb->data + L2CAP_HDR_SIZE); in __pack_control()1051 lh = skb_put(skb, L2CAP_HDR_SIZE); in l2cap_create_sframe_pdu()1052 lh->len = cpu_to_le16(hlen - L2CAP_HDR_SIZE); in l2cap_create_sframe_pdu()2007 tx_skb->data + L2CAP_HDR_SIZE); in l2cap_ertm_resend()2010 tx_skb->data + L2CAP_HDR_SIZE); in l2cap_ertm_resend()2171 int err, count, hlen = L2CAP_HDR_SIZE + L2CAP_PSMLEN_SIZE; in l2cap_create_connless_pdu()2185 lh = skb_put(skb, L2CAP_HDR_SIZE); in l2cap_create_connless_pdu()2208 count = min_t(unsigned int, (conn->mtu - L2CAP_HDR_SIZE), len); in l2cap_create_basic_pdu()2210 skb = chan->ops->alloc_skb(chan, L2CAP_HDR_SIZE, count, in l2cap_create_basic_pdu()[all …]
205 #define L2CAP_HDR_SIZE 4 macro