Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.c376 struct tcphdr *c_th; in sfxge_lro_deliver() local
389 c_th = (struct tcphdr *)(iph + 1); in sfxge_lro_deliver()
395 c_th = (struct tcphdr *)(iph + 1); in sfxge_lro_deliver()
399 c_th->th_win = c->th_last->th_win; in sfxge_lro_deliver()
400 c_th->th_ack = c->th_last->th_ack; in sfxge_lro_deliver()
401 if (c_th->th_off == c->th_last->th_off) { in sfxge_lro_deliver()
403 int optlen = ((c_th->th_off - 5) & 0xf) << 2u; in sfxge_lro_deliver()
404 memcpy(c_th + 1, c->th_last + 1, optlen); in sfxge_lro_deliver()
466 struct tcphdr *c_th; in sfxge_lro_merge() local
480 c_th = (struct tcphdr *)(iph + 1); in sfxge_lro_merge()
[all …]