Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsctp.h269 __be16 num_outbound_streams; member
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsm_make_chunk.c237 init.num_outbound_streams = htons(asoc->c.sinit_num_ostreams); in sctp_make_init()
404 initack.num_outbound_streams = htons(asoc->c.sinit_num_ostreams); in sctp_make_init_ack()
2258 if (peer_init->init_hdr.num_outbound_streams == 0 || in sctp_verify_init()
2395 asoc->peer.i.num_outbound_streams = in sctp_process_init()
2396 ntohs(peer_init->init_hdr.num_outbound_streams); in sctp_process_init()
2414 ntohs(peer_init->init_hdr.num_outbound_streams)) { in sctp_process_init()
2416 ntohs(peer_init->init_hdr.num_outbound_streams); in sctp_process_init()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h1384 __u16 num_outbound_streams; member