Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sfxge/
HDsfxge_rx.h109 struct tcphdr *th_last; member
HDsfxge_rx.c406 c_th->th_win = c->th_last->th_win; in sfxge_lro_deliver()
407 c_th->th_ack = c->th_last->th_ack; in sfxge_lro_deliver()
408 if (c_th->th_off == c->th_last->th_off) { in sfxge_lro_deliver()
411 memcpy(c_th + 1, c->th_last + 1, optlen); in sfxge_lro_deliver()
494 c->th_last = th; in sfxge_lro_merge()
512 c->th_last = th; in sfxge_lro_start()