Lines Matching refs:tcph

1425 	struct tcphdr *tcph = (struct tcphdr *)buf->tcph;  in irdma_ieq_get_qp()  local
1435 loc_port = ntohs(tcph->dest); in irdma_ieq_get_qp()
1436 rem_port = ntohs(tcph->source); in irdma_ieq_get_qp()
1456 struct tcphdr *tcph = (struct tcphdr *)buf->tcph; in irdma_send_ieq_ack() local
1459 cm_node->tcp_cntxt.loc_seq_num = ntohl(tcph->ack_seq); in irdma_send_ieq_ack()
1518 struct tcphdr *tcph; in irdma_gen1_ieq_update_tcpip_info() local
1526 tcph = (struct tcphdr *)(addr + buf->maclen + iphlen); in irdma_gen1_ieq_update_tcpip_info()
1529 tcph->seq = htonl(seqnum); in irdma_gen1_ieq_update_tcpip_info()
1541 struct tcphdr *tcph; in irdma_ieq_update_tcpip_info() local
1548 tcph = (struct tcphdr *)addr; in irdma_ieq_update_tcpip_info()
1549 tcph->seq = htonl(seqnum); in irdma_ieq_update_tcpip_info()
1563 struct tcphdr *tcph; in irdma_gen1_puda_get_tcpip_info() local
1580 buf->tcph = buf->iph + iphlen; in irdma_gen1_puda_get_tcpip_info()
1581 tcph = (struct tcphdr *)buf->tcph; in irdma_gen1_puda_get_tcpip_info()
1599 buf->tcphlen = tcph->doff << 2; in irdma_gen1_puda_get_tcpip_info()
1601 buf->data = buf->datalen ? buf->tcph + buf->tcphlen : NULL; in irdma_gen1_puda_get_tcpip_info()
1603 buf->seqnum = ntohl(tcph->seq); in irdma_gen1_puda_get_tcpip_info()
1616 struct tcphdr *tcph; in irdma_puda_get_tcpip_info() local
1634 buf->tcph = mem + IRDMA_TCP_OFFSET; in irdma_puda_get_tcpip_info()
1635 tcph = (struct tcphdr *)buf->tcph; in irdma_puda_get_tcpip_info()
1638 buf->tcphlen = tcph->doff << 2; in irdma_puda_get_tcpip_info()
1640 buf->data = buf->datalen ? buf->tcph + buf->tcphlen : NULL; in irdma_puda_get_tcpip_info()
1642 buf->seqnum = ntohl(tcph->seq); in irdma_puda_get_tcpip_info()