Lines Matching refs:peer_init
1669 memcpy(&cookie->c.peer_init[0], init_chunk->chunk_hdr, in sctp_pack_cookie()
1673 memcpy((__u8 *)&cookie->c.peer_init[0] + in sctp_pack_cookie()
2253 struct sctp_init_chunk *peer_init, in sctp_verify_init() argument
2264 if (peer_init->init_hdr.num_outbound_streams == 0 || in sctp_verify_init()
2265 peer_init->init_hdr.num_inbound_streams == 0 || in sctp_verify_init()
2266 peer_init->init_hdr.init_tag == 0 || in sctp_verify_init()
2267 ntohl(peer_init->init_hdr.a_rwnd) < SCTP_DEFAULT_MINWINDOW) in sctp_verify_init()
2270 sctp_walk_params(param, peer_init, init_hdr.params) { in sctp_verify_init()
2293 sctp_walk_params(param, peer_init, init_hdr.params) { in sctp_verify_init()
2318 struct sctp_init_chunk *peer_init, gfp_t gfp) in sctp_process_init() argument
2346 sctp_walk_params(param, peer_init, init_hdr.params) { in sctp_process_init()
2398 ntohl(peer_init->init_hdr.init_tag); in sctp_process_init()
2400 ntohl(peer_init->init_hdr.a_rwnd); in sctp_process_init()
2402 ntohs(peer_init->init_hdr.num_outbound_streams); in sctp_process_init()
2404 ntohs(peer_init->init_hdr.num_inbound_streams); in sctp_process_init()
2406 ntohl(peer_init->init_hdr.initial_tsn); in sctp_process_init()
2414 ntohs(peer_init->init_hdr.num_inbound_streams)) { in sctp_process_init()
2416 ntohs(peer_init->init_hdr.num_inbound_streams); in sctp_process_init()
2420 ntohs(peer_init->init_hdr.num_outbound_streams)) { in sctp_process_init()
2422 ntohs(peer_init->init_hdr.num_outbound_streams); in sctp_process_init()