Searched refs:L2CAP_INFO_RSP_SIZE (Results 1 – 5 of 5) sorted by relevance
191 #define L2CAP_INFO_RSP_SIZE 4 macro
868 err = recv(sk, buf, L2CAP_CMD_HDR_SIZE + L2CAP_INFO_RSP_SIZE + 2, 0); in info_request()895 err = recv(sk, buf, L2CAP_CMD_HDR_SIZE + L2CAP_INFO_RSP_SIZE + 4, 0); in info_request()945 err = recv(sk, buf, L2CAP_CMD_HDR_SIZE + L2CAP_INFO_RSP_SIZE + 8, 0); in info_request()
352 L2CAP_CMD_HDR_SIZE + L2CAP_INFO_RSP_SIZE + len); in l2cap_info_response()358 hdr->len = cpu_to_le16(L2CAP_INFO_RSP_SIZE + len); in l2cap_info_response()914 if (unlikely(len != L2CAP_INFO_RSP_SIZE)) { in l2cap_command()
1865 #define L2CAP_INFO_RSP_SIZE 4 macro
658 int ilen = btohs(cmd->len) - L2CAP_INFO_RSP_SIZE; in info_rsp()