Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_cm.c479 iph->id = htons(++cm_node->tcp_cntxt.loc_id); in form_cm_frame()
490 tcph->seq = htonl(cm_node->tcp_cntxt.loc_seq_num); in form_cm_frame()
493 cm_node->tcp_cntxt.loc_ack_num = cm_node->tcp_cntxt.rcv_nxt; in form_cm_frame()
494 tcph->ack_seq = htonl(cm_node->tcp_cntxt.loc_ack_num); in form_cm_frame()
501 cm_node->tcp_cntxt.loc_seq_num++; in form_cm_frame()
504 cm_node->tcp_cntxt.loc_seq_num += datasize; in form_cm_frame()
508 cm_node->tcp_cntxt.loc_seq_num++; in form_cm_frame()
516 tcph->window = htons(cm_node->tcp_cntxt.rcv_wnd); in form_cm_frame()
1057 cm_node->tcp_cntxt.rem_ack_num); in nes_cm_timer_tick()
1136 options->as_mss.mss = htons(cm_node->tcp_cntxt.mss); in send_syn()
[all …]
Dnes_cm.h319 struct nes_cm_tcp_context tcp_cntxt; member