Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dstream.c805 in = ntohs(addstrm->number_of_streams); in sctp_process_strreset_addstrm_out()
841 0, ntohs(addstrm->number_of_streams), 0, GFP_ATOMIC); in sctp_process_strreset_addstrm_out()
884 out = ntohs(addstrm->number_of_streams); in sctp_process_strreset_addstrm_in()
1044 nums = ntohs(addstrm->number_of_streams); in sctp_process_strreset_resp()
1067 nums = ntohs(addstrm->number_of_streams); in sctp_process_strreset_resp()
/linux/include/linux/
H A Dsctp.h768 __be16 number_of_streams; member