Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/sctp/
Dsctp.h325 #define SCTP_SAT_LEN(x) (sizeof(struct sctp_paramhdr) + (x) * sizeof(__u16)) macro
/linux-2.4.37.9/net/sctp/
Dsm_make_chunk.c209 chunksize = sizeof(init) + addrs_len + SCTP_SAT_LEN(num_types); in sctp_make_init()
245 sat.param_hdr.length = htons(SCTP_SAT_LEN(num_types)); in sctp_make_init()