Searched refs:rx_length_info (Results 1 – 2 of 2) sorted by relevance
105 struct rx_length_info { struct
622 const struct rx_length_info *length_info; in handle_rx_packet()624 if (length < sizeof(struct rx_length_info)) { in handle_rx_packet()630 length_info = (struct rx_length_info *) in handle_rx_packet()631 (buffer + length - sizeof(struct rx_length_info)); in handle_rx_packet()