Searched refs:tsoh_th (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_tx.c1226 struct tcphdr *tsoh_th; local
1318 tsoh_th = (struct tcphdr *)(header + tso->tcph_off);
1323 tsoh_th->th_seq = htonl(tso->seqnum);
1328 tsoh_th->th_flags &= ~(TH_FIN | TH_PUSH);

Completed in 74 milliseconds