Lines Matching refs:sctp_paramhdr

670 sctp_process_unrecog_chunk(struct sctp_tcb *stcb, struct sctp_paramhdr *phdr,  in sctp_process_unrecog_chunk()
712 sctp_process_unrecog_param(struct sctp_tcb *stcb, struct sctp_paramhdr *phdr) in sctp_process_unrecog_param()
714 struct sctp_paramhdr *pbad; in sctp_process_unrecog_param()
764 struct sctp_paramhdr *phdr; in sctp_handle_error()
772 phdr = (struct sctp_paramhdr *)((vaddr_t)ch + in sctp_handle_error()
775 while ((size_t)chklen >= sizeof(struct sctp_paramhdr)) { in sctp_handle_error()
883 phdr = (struct sctp_paramhdr *)((vaddr_t)phdr + adjust); in sctp_handle_error()
1058 struct sctp_paramhdr *ph; in sctp_process_cookie_existing()
1076 op_err->m_len = op_err->m_pkthdr.len = sizeof(struct sctp_paramhdr); in sctp_process_cookie_existing()
1077 ph = mtod(op_err, struct sctp_paramhdr *); in sctp_process_cookie_existing()
1079 ph->param_length = htons(sizeof(struct sctp_paramhdr)); in sctp_process_cookie_existing()
1950 scm->ph.param_length = htons((sizeof(struct sctp_paramhdr) + in sctp_handle_cookie_echo()
2725 struct sctp_paramhdr *ph; in sctp_handle_stream_reset()
2731 ph = (struct sctp_paramhdr *)&sr_req->sr_req; in sctp_handle_stream_reset()
2748 ph = (struct sctp_paramhdr *)((vaddr_t)ph + SCTP_SIZE32(param_len)); in sctp_handle_stream_reset()
3215 struct sctp_paramhdr *phdr; in sctp_process_control()
3223 mtod(oper, struct sctp_paramhdr *); in sctp_process_control()
3227 htons(sizeof(struct sctp_paramhdr)); in sctp_process_control()
3491 struct sctp_paramhdr *phdr; in sctp_process_control()
3497 sizeof(struct sctp_paramhdr); in sctp_process_control()
3499 struct sctp_paramhdr *); in sctp_process_control()
3503 htons(sizeof(struct sctp_paramhdr)); in sctp_process_control()
3693 struct sctp_paramhdr *phd; in sctp_process_control()
3696 phd = mtod(mm, struct sctp_paramhdr *); in sctp_process_control()