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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dsctp.h370 #define SCTP_SAT_LEN(x) (sizeof(struct sctp_paramhdr) + (x) * sizeof(__u16)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dsm_make_chunk.c235 chunksize += WORD_ROUND(SCTP_SAT_LEN(num_types));
303 sat.param_hdr.length = htons(SCTP_SAT_LEN(num_types));

Completed in 103 milliseconds