Searched refs:L2CAP_HDR_SIZE (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/bluetooth/
H A Dl2cap.h96 #define L2CAP_HDR_SIZE 4 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/bluetooth/
H A Dl2cap.h96 #define L2CAP_HDR_SIZE 4 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Dl2cap.c1018 hlen = L2CAP_HDR_SIZE + 2;
1020 hlen = L2CAP_HDR_SIZE;
1030 lh = (l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE);
1032 lh->len = __cpu_to_le16(len + (hlen - L2CAP_HDR_SIZE));
1107 len = L2CAP_HDR_SIZE + L2CAP_CMD_HDR_SIZE + dlen;
1114 lh = (l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE);
1124 count -= L2CAP_HDR_SIZE + L2CAP_CMD_HDR_SIZE;
1745 skb_pull(skb, L2CAP_HDR_SIZE);
1948 len = __le16_to_cpu(hdr->len) + L2CAP_HDR_SIZE;

Completed in 37 milliseconds