Home
last modified time | relevance | path

Searched refs:write_seq (Results 26 – 31 of 31) sorted by relevance

12

/openbmc/linux/net/ipv4/
H A Dtcp_input.c6739 if (tp->snd_una != tp->write_seq) in tcp_rcv_state_process()
6787 if (tp->snd_una == tp->write_seq) { in tcp_rcv_state_process()
6794 if (tp->snd_una == tp->write_seq) { in tcp_rcv_state_process()
/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c1644 csk->write_seq = snd_isn; in cxgbit_pass_establish()
/openbmc/linux/include/net/
H A Dtcp.h1939 return tp->write_seq == tp->snd_nxt; in tcp_write_queue_empty()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1466 tp->write_seq = snd_isn; in make_established()
/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c841 after(csk->write_seq, (csk->snd_una + csk->snd_win / 2)))) in push_tx_frames()
/openbmc/linux/net/core/
H A Dsock.c924 atomic_set(&sk->sk_tskey, tcp_sk(sk)->write_seq); in sock_set_timestamping()

12