Searched refs:tcp_cntxt (Results 1 – 2 of 2) sorted by relevance
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