Searched refs:cookie_len (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/net/sctp/ |
D | sm_make_chunk.c | 76 int *cookie_len, 271 int cookie_len; in sctp_make_init_ack() local 289 cookie = sctp_pack_cookie(asoc->ep, asoc, chunk, &cookie_len, in sctp_make_init_ack() 297 chunksize = sizeof(initack) + addrs_len + cookie_len + unkparam_len; in sctp_make_init_ack() 321 sctp_addto_chunk(retval, cookie_len, cookie); in sctp_make_init_ack() 394 int cookie_len; in sctp_make_cookie_echo() local 397 cookie_len = asoc->peer.cookie_len; in sctp_make_cookie_echo() 400 retval = sctp_make_chunk(asoc, SCTP_CID_COOKIE_ECHO, 0, cookie_len); in sctp_make_cookie_echo() 404 sctp_addto_chunk(retval, cookie_len, cookie); in sctp_make_cookie_echo() 1247 int *cookie_len, in sctp_pack_cookie() argument [all …]
|
/linux-2.4.37.9/include/net/sctp/ |
D | structs.h | 1400 int cookie_len; member
|