Lines Matching refs:SCTP_SIZE32
697 offset += SCTP_SIZE32(ntohs(p_addr->ph.param_length)); in sctp_handle_asconf()
786 offset += SCTP_SIZE32(param_length); in sctp_handle_asconf()
1791 if (ack_length > SCTP_SIZE32(param_length)) { in sctp_handle_asconf_ack()
1792 ack_length -= SCTP_SIZE32(param_length); in sctp_handle_asconf_ack()
1796 offset += SCTP_SIZE32(param_length); in sctp_handle_asconf_ack()
2398 offset += SCTP_SIZE32(param_length); in sctp_is_addr_pending()
2627 p_length = SCTP_SIZE32(aa->ap.aph.ph.param_length); in sctp_compose_asconf()
2662 lookup->ph.param_length = htons(SCTP_SIZE32(p_size)); in sctp_compose_asconf()
2664 SCTP_BUF_LEN(m_asconf_chk) += SCTP_SIZE32(p_size); in sctp_compose_asconf()
2679 SCTP_BUF_LEN(m_asconf) += SCTP_SIZE32(p_length); in sctp_compose_asconf()
2680 ptr += SCTP_SIZE32(p_length); in sctp_compose_asconf()
2736 lookup->ph.param_length = htons(SCTP_SIZE32(p_size)); in sctp_compose_asconf()
2738 SCTP_BUF_LEN(m_asconf_chk) += SCTP_SIZE32(p_size); in sctp_compose_asconf()
2879 if (SCTP_SIZE32(plen) == 0) { in sctp_process_initack_addresses()
2885 offset += SCTP_SIZE32(plen); in sctp_process_initack_addresses()
3002 offset += SCTP_SIZE32(plen); in sctp_addr_in_initack()