Home
last modified time | relevance | path

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

/linux-4.1.27/net/sctp/
Dsm_make_chunk.c232 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()
/linux-4.1.27/include/linux/
Dsctp.h312 } __packed sctp_supported_ext_param_t; typedef