Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsctp.h270 __be16 num_inbound_streams; member
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsm_make_chunk.c238 init.num_inbound_streams = htons(asoc->c.sinit_max_instreams); in sctp_make_init()
405 initack.num_inbound_streams = htons(asoc->c.sinit_max_instreams); in sctp_make_init_ack()
2259 peer_init->init_hdr.num_inbound_streams == 0 || in sctp_verify_init()
2397 asoc->peer.i.num_inbound_streams = in sctp_process_init()
2398 ntohs(peer_init->init_hdr.num_inbound_streams); in sctp_process_init()
2408 ntohs(peer_init->init_hdr.num_inbound_streams)) { in sctp_process_init()
2410 ntohs(peer_init->init_hdr.num_inbound_streams); in sctp_process_init()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h1385 __u16 num_inbound_streams; member