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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dtx.c990 struct tcphdr *tsoh_th; local
1012 tsoh_th = (struct tcphdr *)(header + SKB_TCP_OFF(skb));
1017 tsoh_th->seq = htonl(st->seqnum);
1022 tsoh_th->fin = 0;
1023 tsoh_th->psh = 0;
1027 tsoh_th->fin = tcp_hdr(skb)->fin;
1028 tsoh_th->psh = tcp_hdr(skb)->psh;

Completed in 119 milliseconds