Searched refs:packet_hash_obj (Results 1 – 2 of 2) sorted by relevance
1071 hash_obj_t *packet_hash_obj; in fru_get_payload() local1074 packet_hash_obj = lookup_handle_object(packet, PACKET_TYPE); in fru_get_payload()1075 if (packet_hash_obj == NULL) { in fru_get_payload()1080 if (nbytes != packet_hash_obj->u.pkt_obj->paylen) { in fru_get_payload()1084 (void) memcpy(buffer, packet_hash_obj->u.pkt_obj->payload, nbytes); in fru_get_payload()
2234 hash_obj_t *packet_hash_obj; in fru_get_payload() local2237 packet_hash_obj = lookup_handle_object(packet, PACKET_TYPE); in fru_get_payload()2238 if (packet_hash_obj == NULL) { in fru_get_payload()2243 if (nbytes != packet_hash_obj->u.pkt_obj->paylen) { in fru_get_payload()2247 (void) memcpy(buffer, packet_hash_obj->u.pkt_obj->payload, nbytes); in fru_get_payload()