Lines Matching refs:th
1272 struct tcphdr *th; in qlcnic_process_lro() local
1324 th = (struct tcphdr *)(skb->data + sizeof(struct ipv6hdr)); in qlcnic_process_lro()
1325 length = (th->doff << 2) + lro_length; in qlcnic_process_lro()
1329 th = (struct tcphdr *)(skb->data + (iph->ihl << 2)); in qlcnic_process_lro()
1330 length = (iph->ihl << 2) + (th->doff << 2) + lro_length; in qlcnic_process_lro()
1335 th->psh = push; in qlcnic_process_lro()
1336 th->seq = htonl(seq_number); in qlcnic_process_lro()
1794 struct tcphdr *th; in qlcnic_83xx_process_lro() local
1846 th = (struct tcphdr *)(skb->data + sizeof(struct ipv6hdr)); in qlcnic_83xx_process_lro()
1848 length = (th->doff << 2) + lro_length; in qlcnic_83xx_process_lro()
1852 th = (struct tcphdr *)(skb->data + (iph->ihl << 2)); in qlcnic_83xx_process_lro()
1853 length = (iph->ihl << 2) + (th->doff << 2) + lro_length; in qlcnic_83xx_process_lro()
1858 th->psh = push; in qlcnic_83xx_process_lro()