Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dstream.c825 in = ntohs(addstrm->number_of_streams); in sctp_process_strreset_addstrm_out()
862 0, ntohs(addstrm->number_of_streams), 0, GFP_ATOMIC); in sctp_process_strreset_addstrm_in()
905 out = ntohs(addstrm->number_of_streams); in sctp_process_strreset_addstrm_in()
1067 nums = ntohs(addstrm->number_of_streams); in sctp_process_strreset_resp()
1093 nums = ntohs(addstrm->number_of_streams); in sctp_process_strreset_resp()
H A Dsm_make_chunk.c3784 addstrm.number_of_streams = htons(out); in sctp_make_strreset_addstrm()
3794 addstrm.number_of_streams = htons(in); in sctp_make_strreset_addstrm()
/linux/include/linux/
H A Dsctp.h768 __be16 number_of_streams; member