Searched refs:tcp_cntxt (Results 1 – 4 of 4) sorted by relevance
480 iph->id = htons(++cm_node->tcp_cntxt.loc_id); in form_cm_frame()491 tcph->seq = htonl(cm_node->tcp_cntxt.loc_seq_num); in form_cm_frame()494 cm_node->tcp_cntxt.loc_ack_num = cm_node->tcp_cntxt.rcv_nxt; in form_cm_frame()495 tcph->ack_seq = htonl(cm_node->tcp_cntxt.loc_ack_num); in form_cm_frame()502 cm_node->tcp_cntxt.loc_seq_num++; in form_cm_frame()505 cm_node->tcp_cntxt.loc_seq_num += datasize; in form_cm_frame()509 cm_node->tcp_cntxt.loc_seq_num++; in form_cm_frame()517 tcph->window = htons(cm_node->tcp_cntxt.rcv_wnd); in form_cm_frame()938 cm_node->tcp_cntxt.rem_ack_num); in nes_cm_timer_tick()1017 options->as_mss.mss = htons(cm_node->tcp_cntxt.mss); in send_syn()[all …]
317 struct nes_cm_tcp_context tcp_cntxt; member
450 iph->id = htons(++cm_node->tcp_cntxt.loc_id); in i40iw_form_cm_frame()491 tcph->seq = htonl(cm_node->tcp_cntxt.loc_seq_num); in i40iw_form_cm_frame()494 cm_node->tcp_cntxt.loc_ack_num = cm_node->tcp_cntxt.rcv_nxt; in i40iw_form_cm_frame()495 tcph->ack_seq = htonl(cm_node->tcp_cntxt.loc_ack_num); in i40iw_form_cm_frame()502 cm_node->tcp_cntxt.loc_seq_num++; in i40iw_form_cm_frame()505 cm_node->tcp_cntxt.loc_seq_num += hdr_len + pd_len; in i40iw_form_cm_frame()509 cm_node->tcp_cntxt.loc_seq_num++; in i40iw_form_cm_frame()518 tcph->window = htons(cm_node->tcp_cntxt.rcv_wnd); in i40iw_form_cm_frame()668 if (tmp > 0 && tmp < cm_node->tcp_cntxt.mss) in i40iw_process_options()669 cm_node->tcp_cntxt.mss = tmp; in i40iw_process_options()[all …]
326 struct i40iw_cm_tcp_context tcp_cntxt; member