Searched refs:num_types (Results 1 – 1 of 1) sorted by relevance
183 int num_types, addrs_len = 0; in sctp_make_init() local207 num_types = sp->pf->supported_addrs(sp, types); in sctp_make_init()209 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()247 sctp_addto_chunk(retval, num_types * sizeof(__u16), &types); in sctp_make_init()