Lines Matching refs:tcph

1420 	struct tcphdr *tcph = (struct tcphdr *)buf->tcph;  in irdma_ieq_get_qp()  local
1430 loc_port = ntohs(tcph->dest); in irdma_ieq_get_qp()
1431 rem_port = ntohs(tcph->source); in irdma_ieq_get_qp()
1451 struct tcphdr *tcph = (struct tcphdr *)buf->tcph; in irdma_send_ieq_ack() local
1454 cm_node->tcp_cntxt.loc_seq_num = ntohl(tcph->ack_seq); in irdma_send_ieq_ack()
1513 struct tcphdr *tcph; in irdma_gen1_ieq_update_tcpip_info() local
1521 tcph = (struct tcphdr *)(addr + buf->maclen + iphlen); in irdma_gen1_ieq_update_tcpip_info()
1524 tcph->seq = htonl(seqnum); in irdma_gen1_ieq_update_tcpip_info()
1536 struct tcphdr *tcph; in irdma_ieq_update_tcpip_info() local
1543 tcph = (struct tcphdr *)addr; in irdma_ieq_update_tcpip_info()
1544 tcph->seq = htonl(seqnum); in irdma_ieq_update_tcpip_info()
1558 struct tcphdr *tcph; in irdma_gen1_puda_get_tcpip_info() local
1575 buf->tcph = buf->iph + iphlen; in irdma_gen1_puda_get_tcpip_info()
1576 tcph = (struct tcphdr *)buf->tcph; in irdma_gen1_puda_get_tcpip_info()
1594 buf->tcphlen = tcph->doff << 2; in irdma_gen1_puda_get_tcpip_info()
1596 buf->data = buf->datalen ? buf->tcph + buf->tcphlen : NULL; in irdma_gen1_puda_get_tcpip_info()
1598 buf->seqnum = ntohl(tcph->seq); in irdma_gen1_puda_get_tcpip_info()
1611 struct tcphdr *tcph; in irdma_puda_get_tcpip_info() local
1629 buf->tcph = mem + IRDMA_TCP_OFFSET; in irdma_puda_get_tcpip_info()
1630 tcph = (struct tcphdr *)buf->tcph; in irdma_puda_get_tcpip_info()
1633 buf->tcphlen = tcph->doff << 2; in irdma_puda_get_tcpip_info()
1635 buf->data = buf->datalen ? buf->tcph + buf->tcphlen : NULL; in irdma_puda_get_tcpip_info()
1637 buf->seqnum = ntohl(tcph->seq); in irdma_puda_get_tcpip_info()