Searched refs:bodysize (Results 1 – 2 of 2) sorted by relevance
1253 int headersize, bodysize; in sctp_pack_cookie() local1258 bodysize = sizeof(struct sctp_cookie) in sctp_pack_cookie()1264 if (bodysize % SCTP_COOKIE_MULTIPLE) in sctp_pack_cookie()1265 bodysize += SCTP_COOKIE_MULTIPLE in sctp_pack_cookie()1266 - (bodysize % SCTP_COOKIE_MULTIPLE); in sctp_pack_cookie()1267 *cookie_len = headersize + bodysize; in sctp_pack_cookie()1313 sg.length = bodysize; in sctp_pack_cookie()1335 int headersize, bodysize, fixed_size; in sctp_unpack_cookie() local1344 bodysize = ntohs(chunk->chunk_hdr->length) - headersize; in sctp_unpack_cookie()1356 if (bodysize % SCTP_COOKIE_MULTIPLE) in sctp_unpack_cookie()[all …]
2476 int bodysize; in send_association_request() local2511 bodysize = 18 + priv->SSID_size; in send_association_request()2514 bodysize = 12 + priv->SSID_size; in send_association_request()2524 atmel_transmit_management_frame(priv, &header, (void *)&body, bodysize); in send_association_request()