Home
last modified time | relevance | path

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

/src/sys/dev/sfxge/
H A Dsfxge_rx.h91 struct tcphdr *th_last; member
H A Dsfxge_rx.c387 c_th->th_win = c->th_last->th_win; in sfxge_lro_deliver()
388 c_th->th_ack = c->th_last->th_ack; in sfxge_lro_deliver()
389 if (c_th->th_off == c->th_last->th_off) { in sfxge_lro_deliver()
392 memcpy(c_th + 1, c->th_last + 1, optlen); in sfxge_lro_deliver()
475 c->th_last = th; in sfxge_lro_merge()
493 c->th_last = th; in sfxge_lro_start()