Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dpio.h86 unsigned long sent_at; /* buffer is sent when <= free */ member
Dpio.c1511 pbuf->sent_at = sc->fill; in sc_buffer_alloc()
1727 if (sent_before(free, pbuf->sent_at)) { in sc_release_update()
/Linux-v5.10/net/rxrpc/
Dinput.c621 ktime_t sent_at; in rxrpc_complete_rtt_probe() local
632 sent_at = call->rtt_sent_at[i]; in rxrpc_complete_rtt_probe()
641 sent_at, resp_time); in rxrpc_complete_rtt_probe()
/Linux-v5.10/include/net/sctp/
Dstructs.h383 unsigned long sent_at; member
618 unsigned long sent_at; member
/Linux-v5.10/net/sctp/
Doutput.c326 chunk->sent_at = jiffies; in __sctp_packet_append_chunk()
Doutqueue.c1472 rtt = jiffies - tchunk->sent_at; in sctp_check_transmitted()
Dsm_sideeffect.c781 sctp_transport_update_rto(t, (jiffies - hbinfo->sent_at)); in sctp_cmd_transport_on()
Dsm_statefuns.c1242 if (time_after(hbinfo->sent_at, jiffies) || in sctp_sf_backbeat_8_3()
1243 time_after(jiffies, hbinfo->sent_at + max_interval)) { in sctp_sf_backbeat_8_3()
Dsm_make_chunk.c1161 hbinfo.sent_at = jiffies; in sctp_make_heartbeat()