Home
last modified time | relevance | path

Searched refs:SCTP_SAT_LEN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/sctp/
H A Dsctp.h324 #define SCTP_SAT_LEN(x) (sizeof(struct sctp_paramhdr) + (x) * sizeof(__u16)) macro
/kernel/linux/linux-6.6/include/net/sctp/
H A Dsctp.h322 #define SCTP_SAT_LEN(x) (sizeof(struct sctp_paramhdr) + (x) * sizeof(__u16)) macro
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 12 milliseconds