Home
last modified time | relevance | path

Searched refs:tcp_cntxt (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/irdma/
H A Dirdma_cm.c485 tcph->th_seq = htonl(cm_node->tcp_cntxt.loc_seq_num); in irdma_form_ah_cm_frame()
488 cm_node->tcp_cntxt.loc_ack_num = cm_node->tcp_cntxt.rcv_nxt; in irdma_form_ah_cm_frame()
489 tcph->th_ack = htonl(cm_node->tcp_cntxt.loc_ack_num); in irdma_form_ah_cm_frame()
496 cm_node->tcp_cntxt.loc_seq_num++; in irdma_form_ah_cm_frame()
499 cm_node->tcp_cntxt.loc_seq_num += hdr_len + pd_len; in irdma_form_ah_cm_frame()
503 cm_node->tcp_cntxt.loc_seq_num++; in irdma_form_ah_cm_frame()
512 tcph->th_win = htons(cm_node->tcp_cntxt.rcv_wnd); in irdma_form_ah_cm_frame()
631 iph->ip_id = htons(++cm_node->tcp_cntxt.loc_id); in irdma_form_uda_cm_frame()
672 tcph->th_seq = htonl(cm_node->tcp_cntxt.loc_seq_num); in irdma_form_uda_cm_frame()
675 cm_node->tcp_cntxt.loc_ack_num = cm_node->tcp_cntxt.rcv_nxt; in irdma_form_uda_cm_frame()
[all …]
H A Dirdma_cm.h311 struct irdma_cm_tcp_context tcp_cntxt; member
H A Dirdma_kcompat.c1469 cm_node->tcp_cntxt.loc_seq_num = ts.tv_nsec; in kc_set_loc_seq_num_mss()
1472 cm_node->tcp_cntxt.mss = (cm_node->ipv4) ? in kc_set_loc_seq_num_mss()
1476 cm_node->tcp_cntxt.mss = (cm_node->ipv4) ? in kc_set_loc_seq_num_mss()
H A Dirdma_utils.c1399 cm_node->tcp_cntxt.rcv_nxt = qp->pfpdu.nextseqnum; in irdma_send_ieq_ack()
1400 cm_node->tcp_cntxt.loc_seq_num = ntohl(tcph->th_ack); in irdma_send_ieq_ack()