Searched refs:total_pdu_len (Results 1 – 1 of 1) sorted by relevance
2837 size_t total_pdu_len; in isnst_rcv_pdu() local2852 total_pdu_len = total_payload_len = 0; in isnst_rcv_pdu()2885 if (total_pdu_len > 0) { in isnst_rcv_pdu()2886 combined_len = total_pdu_len + payload_len; in isnst_rcv_pdu()2891 bcopy(*pdu, combined_pdu, total_pdu_len); in isnst_rcv_pdu()2895 kmem_free(*pdu, total_pdu_len); in isnst_rcv_pdu()2899 total_pdu_len += payload_len; in isnst_rcv_pdu()2903 total_pdu_len = ISNSP_HEADER_SIZE + payload_len; in isnst_rcv_pdu()2904 *pdu = kmem_alloc(total_pdu_len, KM_NOSLEEP); in isnst_rcv_pdu()2924 return (total_pdu_len); in isnst_rcv_pdu()[all …]