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.c393 tcph->th_seq = htonl(cm_node->tcp_cntxt.loc_seq_num); in irdma_form_ah_cm_frame()
396 cm_node->tcp_cntxt.loc_ack_num = cm_node->tcp_cntxt.rcv_nxt; in irdma_form_ah_cm_frame()
397 tcph->th_ack = htonl(cm_node->tcp_cntxt.loc_ack_num); in irdma_form_ah_cm_frame()
404 cm_node->tcp_cntxt.loc_seq_num++; in irdma_form_ah_cm_frame()
407 cm_node->tcp_cntxt.loc_seq_num += hdr_len + pd_len; in irdma_form_ah_cm_frame()
411 cm_node->tcp_cntxt.loc_seq_num++; in irdma_form_ah_cm_frame()
420 tcph->th_win = htons(cm_node->tcp_cntxt.rcv_wnd); in irdma_form_ah_cm_frame()
539 iph->ip_id = htons(++cm_node->tcp_cntxt.loc_id); in irdma_form_uda_cm_frame()
580 tcph->th_seq = htonl(cm_node->tcp_cntxt.loc_seq_num); in irdma_form_uda_cm_frame()
583 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.c1359 cm_node->tcp_cntxt.loc_seq_num = ts.tv_nsec; in kc_set_loc_seq_num_mss()
1362 cm_node->tcp_cntxt.mss = (cm_node->ipv4) ? in kc_set_loc_seq_num_mss()
1366 cm_node->tcp_cntxt.mss = (cm_node->ipv4) ? in kc_set_loc_seq_num_mss()
H A Dirdma_utils.c1325 cm_node->tcp_cntxt.rcv_nxt = qp->pfpdu.nextseqnum; in irdma_send_ieq_ack()
1326 cm_node->tcp_cntxt.loc_seq_num = ntohl(tcph->th_ack); in irdma_send_ieq_ack()