Searched refs:th_last (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.h73 * @th_last: The TCP header of the last packet merged.
91 struct tcphdr *th_last; member in struct:sfxge_lro_conn
H A Dsfxge_rx.c400 c_th->th_win = c->th_last->th_win;
401 c_th->th_ack = c->th_last->th_ack;
402 if (c_th->th_off == c->th_last->th_off) {
405 memcpy(c_th + 1, c->th_last + 1, optlen);
488 c->th_last = th;
506 c->th_last = th;

Completed in 118 milliseconds