Home
last modified time | relevance | path

Searched refs:ack_seq (Results 1 – 9 of 9) sorted by relevance

/drivers/net/slip/
Dslhc.c378 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()
/drivers/staging/i4l/pcbit/
Dlayer2.c500 ack_seq, in pcbit_irq_handler() local
534 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()
/drivers/infiniband/hw/i40iw/
Di40iw_cm.c502 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() local
2493 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 …]
/drivers/infiniband/hw/nes/
Dnes_cm.c494 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() local
1882 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 …]
Dnes_mgt.c180 *ack = be32_to_cpu(tcph->ack_seq); in nes_get_seq()
365 tcph->ack_seq = cpu_to_be32(ack); in get_fpdu_info()
/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h402 u32 ack_seq; member
/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c522 tcp->ack_seq = cqe->lro_ack_seq_num; in mlx5e_lro_update_hdr()
/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h867 __be32 ack_seq; member
/drivers/net/ethernet/neterion/
Ds2io.c8285 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()