Lines Matching refs:peer_init
2292 struct sctp_init_chunk *peer_init, in sctp_verify_init() argument
2303 if (peer_init->init_hdr.num_outbound_streams == 0 || in sctp_verify_init()
2304 peer_init->init_hdr.num_inbound_streams == 0 || in sctp_verify_init()
2305 peer_init->init_hdr.init_tag == 0 || in sctp_verify_init()
2306 ntohl(peer_init->init_hdr.a_rwnd) < SCTP_DEFAULT_MINWINDOW) in sctp_verify_init()
2309 sctp_walk_params(param, peer_init) { in sctp_verify_init()
2332 sctp_walk_params(param, peer_init) { in sctp_verify_init()
2357 struct sctp_init_chunk *peer_init, gfp_t gfp) in sctp_process_init() argument
2384 sctp_walk_params(param, peer_init) { in sctp_process_init()
2438 ntohl(peer_init->init_hdr.init_tag); in sctp_process_init()
2440 ntohl(peer_init->init_hdr.a_rwnd); in sctp_process_init()
2442 ntohs(peer_init->init_hdr.num_outbound_streams); in sctp_process_init()
2444 ntohs(peer_init->init_hdr.num_inbound_streams); in sctp_process_init()
2446 ntohl(peer_init->init_hdr.initial_tsn); in sctp_process_init()
2454 ntohs(peer_init->init_hdr.num_inbound_streams)) { in sctp_process_init()
2456 ntohs(peer_init->init_hdr.num_inbound_streams); in sctp_process_init()
2460 ntohs(peer_init->init_hdr.num_outbound_streams)) { in sctp_process_init()
2462 ntohs(peer_init->init_hdr.num_outbound_streams); in sctp_process_init()