Home
last modified time | relevance | path

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

/net/sctp/
Dsm_make_chunk.c227 int num_types, addrs_len = 0; in sctp_make_init() local
256 num_types = sp->pf->supported_addrs(sp, types); in sctp_make_init()
259 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()
340 sctp_addto_chunk(retval, num_types * sizeof(__u16), &types); in sctp_make_init()