nstr_list 266 net/sctp/stream.c __be16 *nstr_list; nstr_list 313 net/sctp/stream.c nstr_list = kcalloc(str_nums, sizeof(__be16), GFP_KERNEL); nstr_list 314 net/sctp/stream.c if (!nstr_list) { nstr_list 320 net/sctp/stream.c nstr_list[i] = htons(str_list[i]); nstr_list 322 net/sctp/stream.c if (out && !sctp_stream_outq_is_empty(stream, str_nums, nstr_list)) { nstr_list 323 net/sctp/stream.c kfree(nstr_list); nstr_list 328 net/sctp/stream.c chunk = sctp_make_strreset_req(asoc, str_nums, nstr_list, out, in); nstr_list 330 net/sctp/stream.c kfree(nstr_list);