Home
last modified time | relevance | path

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

/linux-3.4.99/net/sctp/
Dsm_make_chunk.c210 sctp_supported_ext_param_t ext_param; in sctp_make_init()
284 chunksize += WORD_ROUND(sizeof(sctp_supported_ext_param_t) + in sctp_make_init()
328 htons(sizeof(sctp_supported_ext_param_t) + num_ext); in sctp_make_init()
329 sctp_addto_chunk(retval, sizeof(sctp_supported_ext_param_t), in sctp_make_init()
373 sctp_supported_ext_param_t ext_param; in sctp_make_init_ack()
442 chunksize += WORD_ROUND(sizeof(sctp_supported_ext_param_t) + in sctp_make_init_ack()
470 htons(sizeof(sctp_supported_ext_param_t) + num_ext); in sctp_make_init_ack()
471 sctp_addto_chunk(retval, sizeof(sctp_supported_ext_param_t), in sctp_make_init_ack()
/linux-3.4.99/include/linux/
Dsctp.h315 } __packed sctp_supported_ext_param_t; typedef