Lines Matching refs:iphlen

83 sctp_handle_init(struct mbuf *m, int iphlen, int offset,  in sctp_handle_init()  argument
108 sctp_send_abort(m, iphlen, src, dst, sh, init->initiate_tag, op_err, in sctp_handle_init()
118 sctp_send_abort(m, iphlen, src, dst, sh, init->initiate_tag, op_err, in sctp_handle_init()
143 sctp_send_abort(m, iphlen, src, dst, sh, 0, op_err, in sctp_handle_init()
156 sctp_send_initiate_ack(inp, stcb, net, m, iphlen, offset, in sctp_handle_init()
389 sctp_process_init_ack(struct mbuf *m, int iphlen, int offset, in sctp_process_init_ack() argument
412 sctp_abort_association(stcb->sctp_ep, stcb, m, iphlen, in sctp_process_init_ack()
440 sctp_abort_association(stcb->sctp_ep, stcb, m, iphlen, in sctp_process_init_ack()
456 sctp_abort_association(stcb->sctp_ep, stcb, m, iphlen, in sctp_process_init_ack()
476 sctp_abort_association(stcb->sctp_ep, stcb, m, iphlen, in sctp_process_init_ack()
1244 sctp_handle_init_ack(struct mbuf *m, int iphlen, int offset, in sctp_handle_init_ack() argument
1272 sctp_abort_association(stcb->sctp_ep, stcb, m, iphlen, in sctp_handle_init_ack()
1292 if (sctp_process_init_ack(m, iphlen, offset, src, dst, sh, cp, stcb, in sctp_handle_init_ack()
1331 sctp_process_cookie_new(struct mbuf *m, int iphlen, int offset,
1347 sctp_process_cookie_existing(struct mbuf *m, int iphlen, int offset, in sctp_process_cookie_existing() argument
1473 sctp_abort_association(stcb->sctp_ep, stcb, m, iphlen, in sctp_process_cookie_existing()
1534 sctp_abort_association(stcb->sctp_ep, stcb, m, iphlen, in sctp_process_cookie_existing()
1580 sctp_send_abort(m, iphlen, src, dst, sh, 0, op_err, in sctp_process_cookie_existing()
1663 sctp_abort_association(stcb->sctp_ep, stcb, m, iphlen, in sctp_process_cookie_existing()
1679 sctp_abort_association(stcb->sctp_ep, stcb, m, iphlen, in sctp_process_cookie_existing()
1739 local_stcb = sctp_process_cookie_new(m, iphlen, offset, src, dst, in sctp_process_cookie_existing()
1902 sctp_abort_association(stcb->sctp_ep, stcb, m, iphlen, in sctp_process_cookie_existing()
1924 sctp_abort_association(stcb->sctp_ep, stcb, m, iphlen, in sctp_process_cookie_existing()
1955 sctp_process_cookie_new(struct mbuf *m, int iphlen, int offset, in sctp_process_cookie_new() argument
2041 sctp_abort_association(inp, (struct sctp_tcb *)NULL, m, iphlen, in sctp_process_cookie_new()
2064 sctp_abort_association(inp, (struct sctp_tcb *)NULL, m, iphlen, in sctp_process_cookie_new()
2235 sctp_handle_cookie_echo(struct mbuf *m, int iphlen, int offset, in sctp_handle_cookie_echo() argument
2531 *stcb = sctp_process_cookie_new(m, iphlen, offset, src, dst, sh, in sctp_handle_cookie_echo()
2540 *stcb = sctp_process_cookie_existing(m, iphlen, offset, in sctp_handle_cookie_echo()
2623 sctp_abort_association(*inp_p, NULL, m, iphlen, in sctp_handle_cookie_echo()
4310 sctp_process_control(struct mbuf *m, int iphlen, int *offset, int length, in sctp_process_control() argument
4340 iphlen, *offset, length, (void *)stcb); in sctp_process_control()
4461 sctp_handle_ootb(m, iphlen, *offset, src, dst, sh, inp, op_err, in sctp_process_control()
4593 sctp_send_abort(m, iphlen, src, dst, sh, 0, op_err, in sctp_process_control()
4602 sctp_handle_init(m, iphlen, *offset, src, dst, sh, in sctp_process_control()
4637 ret = sctp_handle_init_ack(m, iphlen, *offset, in sctp_process_control()
4882 sctp_abort_association(inp, stcb, m, iphlen, in sctp_process_control()
4914 sctp_handle_cookie_echo(m, iphlen, in sctp_process_control()
5248 sctp_common_input_processing(struct mbuf **mm, int iphlen, int offset, int length, in sctp_common_input_processing() argument
5283 cksum_calculated = sctp_calculate_cksum(m, iphlen); in sctp_common_input_processing()
5319 ntohl(cksum_in_hdr), ntohl(cksum_calculated), (void *)m, length, iphlen); in sctp_common_input_processing()
5350 sctp_send_packet_dropped(stcb, net, m, length, iphlen, 1); in sctp_common_input_processing()
5437 sctp_send_abort(m, iphlen, src, dst, in sctp_common_input_processing()
5448 (void *)m, iphlen, offset, length, (void *)stcb); in sctp_common_input_processing()
5470 sctp_handle_ootb(m, iphlen, offset, src, dst, sh, inp, op_err, in sctp_common_input_processing()
5479 stcb = sctp_process_control(m, iphlen, &offset, length, in sctp_common_input_processing()
5532 sctp_handle_ootb(m, iphlen, offset, src, dst, sh, inp, op_err, in sctp_common_input_processing()
5598 sctp_handle_ootb(m, iphlen, offset, src, dst, sh, inp, op_err, in sctp_common_input_processing()
5617 retval = sctp_process_data(mm, iphlen, &offset, length, in sctp_common_input_processing()
5705 int iphlen; in sctp_input_with_port() local
5718 iphlen = off; in sctp_input_with_port()
5746 offset = iphlen + sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr); in sctp_input_with_port()
5754 sh = (struct sctphdr *)((caddr_t)ip + iphlen); in sctp_input_with_port()
5790 sctp_common_input_processing(&m, iphlen, offset, length, in sctp_input_with_port()