Home
last modified time | relevance | path

Searched refs:tstamp_prequeue (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/net/core/
H A Dhotdata.c16 .tstamp_prequeue = 1,
H A Dsysctl_net_core.c495 .data = &net_hotdata.tstamp_prequeue,
H A Ddev.c5378 net_timestamp_check(READ_ONCE(net_hotdata.tstamp_prequeue), skb); in netif_rx_internal()
5670 net_timestamp_check(!READ_ONCE(net_hotdata.tstamp_prequeue), skb); in __netif_receive_skb_core()
6068 net_timestamp_check(READ_ONCE(net_hotdata.tstamp_prequeue), skb); in netif_receive_skb_internal()
6097 net_timestamp_check(READ_ONCE(net_hotdata.tstamp_prequeue), in netif_receive_skb_list_internal()
/linux-6.15/include/net/
H A Dhotdata.h36 int tstamp_prequeue; member