Searched refs:ack_seq (Results 1 – 8 of 8) sorted by relevance
374 if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){ in slhc_compress()541 thp->ack_seq = htonl( ntohl(thp->ack_seq) + i); in slhc_uncompress()570 thp->ack_seq = htonl( ntohl(thp->ack_seq) + x); in slhc_uncompress()
501 ack_seq, in pcbit_irq_handler() local535 ack_seq = (info >> 3) & 0x07U; in pcbit_irq_handler()547 if (ack_seq != dev->unack_seq) { in pcbit_irq_handler()548 pcbit_recv_ack(dev, ack_seq); in pcbit_irq_handler()
462 tcph->ack_seq = htonl(cm_node->tcp_cntxt.loc_ack_num); in form_cm_frame()465 tcph->ack_seq = 0; in form_cm_frame()1792 err = ((ntohl(tcph->ack_seq) == cm_node->tcp_cntxt.loc_seq_num)) ? 0 : 1; in check_syn()1804 u32 ack_seq; in check_seq() local1810 ack_seq = ntohl(tcph->ack_seq); in check_seq()1812 if (ack_seq != loc_seq_num) in check_seq()1910 cm_node->tcp_cntxt.rem_ack_num = ntohl(tcph->ack_seq); in handle_synack_pkt()1928 cm_node->tcp_cntxt.loc_seq_num = ntohl(tcph->ack_seq); in handle_synack_pkt()1934 cm_node->tcp_cntxt.loc_seq_num = ntohl(tcph->ack_seq); in handle_synack_pkt()1976 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()
536 u32 *ack_seq = (u32 *)&hdr[4]; in gdm_sdio_irq() local545 printk(KERN_DEBUG "Ack... %0x\n", ntohl(*ack_seq)); in gdm_sdio_irq()
403 u32 ack_seq; member
867 __be32 ack_seq; member
8318 lro->tcp_ack = tcp->ack_seq; in initiate_new_session()8350 tcp->ack_seq = lro->tcp_ack; in update_L3L4_header()8376 lro->tcp_ack = tcp->ack_seq; in aggregate_new_rx()