Lines Matching refs:th
1269 struct tcphdr *th; in qlcnic_process_lro() local
1321 th = (struct tcphdr *)(skb->data + sizeof(struct ipv6hdr)); in qlcnic_process_lro()
1322 length = (th->doff << 2) + lro_length; in qlcnic_process_lro()
1326 th = (struct tcphdr *)(skb->data + (iph->ihl << 2)); in qlcnic_process_lro()
1327 length = (iph->ihl << 2) + (th->doff << 2) + lro_length; in qlcnic_process_lro()
1332 th->psh = push; in qlcnic_process_lro()
1333 th->seq = htonl(seq_number); in qlcnic_process_lro()
1791 struct tcphdr *th; in qlcnic_83xx_process_lro() local
1843 th = (struct tcphdr *)(skb->data + sizeof(struct ipv6hdr)); in qlcnic_83xx_process_lro()
1845 length = (th->doff << 2) + lro_length; in qlcnic_83xx_process_lro()
1849 th = (struct tcphdr *)(skb->data + (iph->ihl << 2)); in qlcnic_83xx_process_lro()
1850 length = (iph->ihl << 2) + (th->doff << 2) + lro_length; in qlcnic_83xx_process_lro()
1855 th->psh = push; in qlcnic_83xx_process_lro()