Home
last modified time | relevance | path

Searched refs:rcv_isn (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dtcp_minisocks.c506 seq = treq->rcv_isn + 1; in tcp_create_openreq_child()
520 tcp_init_wl(newtp, treq->rcv_isn); in tcp_create_openreq_child()
628 if (TCP_SKB_CB(skb)->seq == tcp_rsk(req)->rcv_isn && in tcp_check_req()
760 if (TCP_SKB_CB(skb)->seq == tcp_rsk(req)->rcv_isn) { in tcp_check_req()
791 TCP_SKB_CB(skb)->end_seq == tcp_rsk(req)->rcv_isn + 1) { in tcp_check_req()
H A Dsyncookies.c373 treq->rcv_isn = ntohl(th->seq) - 1; in cookie_v4_check()
H A Dtcp_input.c6822 tcp_rsk(req)->rcv_isn = TCP_SKB_CB(skb)->seq; in tcp_openreq_init()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcpl5_cmd.h217 u32 rcv_isn; member
232 u32 rcv_isn; member
283 u32 rcv_isn; member
/openbmc/linux/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c481 u32 rcv_isn = ntohl(req->rcv_isn); /* real RCV_ISN + 1 */ in do_act_establish() local
485 atid, atid, csk, csk->state, csk->flags, rcv_isn); in do_act_establish()
506 csk->copied_seq = csk->rcv_wup = csk->rcv_nxt = rcv_isn; in do_act_establish()
/openbmc/linux/net/ipv6/
H A Dsyncookies.c214 treq->rcv_isn = ntohl(th->seq) - 1; in cookie_v6_check()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h511 __be32 rcv_isn; member
561 __be32 rcv_isn; member
638 __be32 rcv_isn; member
/openbmc/linux/include/linux/
H A Dtcp.h159 u32 rcv_isn; member
/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c900 u32 rcv_isn = be32_to_cpu(req->rcv_isn); in do_act_establish() local
916 atid, tid, csk, csk->state, csk->flags, rcv_isn); in do_act_establish()
937 csk->copied_seq = csk->rcv_wup = csk->rcv_nxt = rcv_isn; in do_act_establish()
/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c1632 u32 rcv_isn = be32_to_cpu(req->rcv_isn); in cxgbit_pass_establish() local
1648 csk->rcv_nxt = rcv_isn; in cxgbit_pass_establish()
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c1227 be32_to_cpu(req->snd_isn), be32_to_cpu(req->rcv_isn)); in act_establish()
1238 ep->rcv_seq = be32_to_cpu(req->rcv_isn); in act_establish()
2687 ep->rcv_seq = be32_to_cpu(req->rcv_isn); in pass_establish()
3996 u32 rcv_isn, u32 filter, u16 window, in send_fw_pass_open_req() argument
4016 req->tcb.rcv_nxt = htonl(rcv_isn + 1); in send_fw_pass_open_req()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h614 __be32 rcv_isn; member
671 __be32 rcv_isn; member
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1373 tcp_rsk(oreq)->rcv_isn = ntohl(tcph->seq); in chtls_pass_accept_request()