Searched refs:sctp_supported_ext_param_t (Results 1 – 2 of 2) sorted by relevance
232 sctp_supported_ext_param_t ext_param; in sctp_make_init()306 chunksize += WORD_ROUND(sizeof(sctp_supported_ext_param_t) + in sctp_make_init()350 htons(sizeof(sctp_supported_ext_param_t) + num_ext); in sctp_make_init()351 sctp_addto_chunk(retval, sizeof(sctp_supported_ext_param_t), in sctp_make_init()395 sctp_supported_ext_param_t ext_param; in sctp_make_init_ack()464 chunksize += WORD_ROUND(sizeof(sctp_supported_ext_param_t) + in sctp_make_init_ack()492 htons(sizeof(sctp_supported_ext_param_t) + num_ext); in sctp_make_init_ack()493 sctp_addto_chunk(retval, sizeof(sctp_supported_ext_param_t), in sctp_make_init_ack()
312 } __packed sctp_supported_ext_param_t; typedef