Home
last modified time | relevance | path

Searched refs:L2CAP_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/net/bluetooth/
Dl2cap_core.c350 int count, hlen = L2CAP_HDR_SIZE + 2; in l2cap_send_sframe()
378 lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE); in l2cap_send_sframe()
379 lh->len = cpu_to_le16(hlen - L2CAP_HDR_SIZE); in l2cap_send_sframe()
1011 control = get_unaligned_le16(skb->data + L2CAP_HDR_SIZE); in l2cap_streaming_send()
1013 put_unaligned_le16(control, skb->data + L2CAP_HDR_SIZE); in l2cap_streaming_send()
1053 control = get_unaligned_le16(tx_skb->data + L2CAP_HDR_SIZE); in l2cap_retransmit_one_frame()
1064 put_unaligned_le16(control, tx_skb->data + L2CAP_HDR_SIZE); in l2cap_retransmit_one_frame()
1096 control = get_unaligned_le16(tx_skb->data + L2CAP_HDR_SIZE); in l2cap_ertm_send()
1105 put_unaligned_le16(control, tx_skb->data + L2CAP_HDR_SIZE); in l2cap_ertm_send()
1220 int err, count, hlen = L2CAP_HDR_SIZE + 2; in l2cap_create_connless_pdu()
[all …]
/linux-2.6.39/include/net/bluetooth/
Dl2cap.h138 #define L2CAP_HDR_SIZE 4 macro