Home
last modified time | relevance | path

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

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