FreeBSD kernel IPv4 code
lro_mbuf_sort Struct Reference

#include <tcp_lro.h>

Data Fields

uint64_t seq
 
struct mbuf * mb
 

Detailed Description

Definition at line 151 of file tcp_lro.h.

Field Documentation

◆ mb

struct mbuf* lro_mbuf_sort::mb

Definition at line 153 of file tcp_lro.h.

Referenced by tcp_lro_flush_all(), tcp_lro_free(), and tcp_lro_queue_mbuf().

◆ seq

uint64_t lro_mbuf_sort::seq

Definition at line 152 of file tcp_lro.h.

Referenced by tcp_lro_flush_all(), tcp_lro_queue_mbuf(), and tcp_lro_sort().


The documentation for this struct was generated from the following file: