Home
last modified time | relevance | path

Searched refs:tstamp (Results 226 – 231 of 231) sorted by relevance

12345678910

/openbmc/linux/net/ipv4/
H A Dtcp_input.c4720 to->tstamp = from->tstamp; in tcp_try_coalesce()
/openbmc/linux/Documentation/networking/
H A Dtimestamping.rst608 do that. A driver must never touch sk_buff::tstamp! It is used to store
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c6830 u64 tstamp = 0; in tg3_rx() local
6868 tstamp = tr32(TG3_RX_TSTAMP_LSB); in tg3_rx()
6869 tstamp |= (u64)tr32(TG3_RX_TSTAMP_MSB) << 32; in tg3_rx()
6920 if (tstamp) in tg3_rx()
6921 tg3_hwclock_to_timestamp(tp, tstamp, in tg3_rx()
/openbmc/linux/kernel/events/
H A Dcore.c626 u64 delta = now - event->tstamp; in __perf_update_times()
643 event->tstamp = now; in perf_event_update_time()
1782 event->tstamp = perf_event_time(event); in list_add_event()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c4606 struct timespec64 ts = ns_to_timespec64(skb->tstamp); in stmmac_xmit()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c5973 ts = ktime_to_timespec64(first->skb->tstamp); in igb_tx_ctxtdesc()

12345678910