Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dsm_make_chunk.c1654 int headersize, bodysize; in sctp_pack_cookie() local
1662 bodysize = sizeof(struct sctp_cookie) in sctp_pack_cookie()
1668 if (bodysize % SCTP_COOKIE_MULTIPLE) in sctp_pack_cookie()
1669 bodysize += SCTP_COOKIE_MULTIPLE in sctp_pack_cookie()
1670 - (bodysize % SCTP_COOKIE_MULTIPLE); in sctp_pack_cookie()
1671 *cookie_len = headersize + bodysize; in sctp_pack_cookie()
1715 bodysize, cookie->mac); in sctp_pack_cookie()
1729 int headersize, bodysize, fixed_size; in sctp_unpack_cookie() local
1743 bodysize = ntohs(chunk->chunk_hdr->length) - headersize; in sctp_unpack_cookie()
1755 if (bodysize % SCTP_COOKIE_MULTIPLE) in sctp_unpack_cookie()
[all …]