Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sfc/
Dtx.c1164 struct tcphdr *tsoh_th; in tso_start_new_packet() local
1173 tsoh_th = (struct tcphdr *)(header + st->tcp_off); in tso_start_new_packet()
1178 tsoh_th->seq = htonl(st->seqnum); in tso_start_new_packet()
1179 ((u8 *)tsoh_th)[13] &= ~tcp_flags_clear; in tso_start_new_packet()