Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/sctp/
Dsctp.h297 #define SCTP_SAT_LEN(x) (sizeof(struct sctp_paramhdr) + (x) * sizeof(__u16)) macro
/linux-4.1.27/net/sctp/
Dsm_make_chunk.c259 chunksize += WORD_ROUND(SCTP_SAT_LEN(num_types)); in sctp_make_init()
338 sat.param_hdr.length = htons(SCTP_SAT_LEN(num_types)); in sctp_make_init()