Home
last modified time | relevance | path

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

/src/sys/dev/sfxge/ !
H A Dsfxge_rx.c364 struct tcphdr *c_th; in sfxge_lro_deliver() local
377 c_th = (struct tcphdr *)(iph + 1); in sfxge_lro_deliver()
383 c_th = (struct tcphdr *)(iph + 1); in sfxge_lro_deliver()
387 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()
391 int optlen = ((c_th->th_off - 5) & 0xf) << 2u; in sfxge_lro_deliver()
392 memcpy(c_th + 1, c->th_last + 1, optlen); in sfxge_lro_deliver()
454 struct tcphdr *c_th; in sfxge_lro_merge() local
468 c_th = (struct tcphdr *)(iph + 1); in sfxge_lro_merge()
[all …]