Searched refs:ack_seq (Results 1 – 9 of 9) sorted by relevance
378 if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){ in slhc_compress()548 thp->ack_seq = htonl( ntohl(thp->ack_seq) + i); in slhc_uncompress()577 thp->ack_seq = htonl( ntohl(thp->ack_seq) + x); in slhc_uncompress()
500 ack_seq, in pcbit_irq_handler() local534 ack_seq = (info >> 3) & 0x07U; in pcbit_irq_handler()546 if (ack_seq != dev->unack_seq) { in pcbit_irq_handler()547 pcbit_recv_ack(dev, ack_seq); in pcbit_irq_handler()
502 tcph->ack_seq = htonl(cm_node->tcp_cntxt.loc_ack_num); in i40iw_form_cm_frame()505 tcph->ack_seq = 0; in i40iw_form_cm_frame()2471 if (ntohl(tcph->ack_seq) != cm_node->tcp_cntxt.loc_seq_num) { in i40iw_check_syn()2487 u32 ack_seq; in i40iw_check_seq() local2493 ack_seq = ntohl(tcph->ack_seq); in i40iw_check_seq()2495 if (ack_seq != loc_seq_num) in i40iw_check_seq()2598 cm_node->tcp_cntxt.rem_ack_num = ntohl(tcph->ack_seq); in i40iw_handle_synack_pkt()2625 cm_node->tcp_cntxt.loc_seq_num = ntohl(tcph->ack_seq); in i40iw_handle_synack_pkt()2631 cm_node->tcp_cntxt.loc_seq_num = ntohl(tcph->ack_seq); in i40iw_handle_synack_pkt()2675 cm_node->tcp_cntxt.rem_ack_num = ntohl(tcph->ack_seq); in i40iw_handle_ack_pkt()[all …]
494 tcph->ack_seq = htonl(cm_node->tcp_cntxt.loc_ack_num); in form_cm_frame()497 tcph->ack_seq = 0; in form_cm_frame()1864 err = ((ntohl(tcph->ack_seq) == cm_node->tcp_cntxt.loc_seq_num)) ? 0 : 1; in check_syn()1876 u32 ack_seq; in check_seq() local1882 ack_seq = ntohl(tcph->ack_seq); in check_seq()1884 if (ack_seq != loc_seq_num) in check_seq()1982 cm_node->tcp_cntxt.rem_ack_num = ntohl(tcph->ack_seq); in handle_synack_pkt()2000 cm_node->tcp_cntxt.loc_seq_num = ntohl(tcph->ack_seq); in handle_synack_pkt()2006 cm_node->tcp_cntxt.loc_seq_num = ntohl(tcph->ack_seq); in handle_synack_pkt()2048 cm_node->tcp_cntxt.rem_ack_num = ntohl(tcph->ack_seq); in handle_ack_pkt()[all …]
180 *ack = be32_to_cpu(tcph->ack_seq); in nes_get_seq()365 tcph->ack_seq = cpu_to_be32(ack); in get_fpdu_info()
402 u32 ack_seq; member
522 tcp->ack_seq = cqe->lro_ack_seq_num; in mlx5e_lro_update_hdr()
867 __be32 ack_seq; member
8285 lro->tcp_ack = tcp->ack_seq; in initiate_new_session()8317 tcp->ack_seq = lro->tcp_ack; in update_L3L4_header()8343 lro->tcp_ack = tcp->ack_seq; in aggregate_new_rx()