Home
last modified time | relevance | path

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

/openbmc/linux/include/net/sctp/
H A Dsctp.h322 #define SCTP_SAT_LEN(x) (sizeof(struct sctp_paramhdr) + (x) * sizeof(__u16)) macro
/openbmc/linux/net/sctp/
H A Dsm_make_chunk.c246 chunksize += SCTP_PAD4(SCTP_SAT_LEN(num_types)); in sctp_make_init()
336 sat.param_hdr.length = htons(SCTP_SAT_LEN(num_types)); in sctp_make_init()