Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dpio.h44 unsigned long sent_at; /* buffer is sent when <= free */ member
A Dpio.c1471 pbuf->sent_at = sc->fill; in sc_buffer_alloc()
1687 if (sent_before(free, pbuf->sent_at)) { in sc_release_update()
/linux-6.3-rc2/net/rxrpc/
A Dinput.c628 ktime_t sent_at; in rxrpc_complete_rtt_probe() local
639 sent_at = call->rtt_sent_at[i]; in rxrpc_complete_rtt_probe()
648 sent_at, resp_time); in rxrpc_complete_rtt_probe()
/linux-6.3-rc2/include/net/sctp/
A Dstructs.h387 unsigned long sent_at; member
624 unsigned long sent_at; member
/linux-6.3-rc2/net/sctp/
A Doutput.c352 chunk->sent_at = jiffies; in __sctp_packet_append_chunk()
A Doutqueue.c1498 rtt = jiffies - tchunk->sent_at; in sctp_check_transmitted()
A Dsm_sideeffect.c817 sctp_transport_update_rto(t, (jiffies - hbinfo->sent_at)); in sctp_cmd_transport_on()
A Dsm_statefuns.c1302 if (time_after(hbinfo->sent_at, jiffies) || in sctp_sf_backbeat_8_3()
1303 time_after(jiffies, hbinfo->sent_at + max_interval)) { in sctp_sf_backbeat_8_3()
A Dsm_make_chunk.c1178 hbinfo.sent_at = jiffies; in sctp_make_heartbeat()

Completed in 38 milliseconds