Searched refs:stamps (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/net/netfilter/ |
D | xt_recent.c | 74 unsigned long stamps[0]; member 167 if (time_after(time, e->stamps[e->index-1])) in recent_entry_reap() 184 e = kmalloc(struct_size(e, stamps, nstamps_max), GFP_ATOMIC); in recent_entry_init() 189 e->stamps[0] = jiffies; in recent_entry_init() 205 e->stamps[e->index++] = jiffies; in recent_entry_update() 296 if (info->seconds && time_after(time, e->stamps[i])) in recent_mt() 521 &e->addr.ip, e->ttl, e->stamps[i], e->index); in recent_seq_show() 524 &e->addr.in6, e->ttl, e->stamps[i], e->index); in recent_seq_show() 526 seq_printf(seq, "%s %lu", i ? "," : "", e->stamps[i]); in recent_seq_show()
|
/Linux-v5.4/drivers/ptp/ |
D | Kconfig | 53 programs are getting hardware time stamps on the PTP Ethernet 67 getting hardware time stamps on the PTP Ethernet packets 86 getting hardware time stamps on the PTP Ethernet packets 104 hardware time stamps on the PTP Ethernet packets using the
|
/Linux-v5.4/drivers/net/ethernet/freescale/enetc/ |
D | Kconfig | 39 programs are getting hardware time stamps on the PTP Ethernet
|
/Linux-v5.4/Documentation/driver-api/ |
D | ptp.rst | 35 driver of asynchronous events (alarms and external time stamps) via
|
/Linux-v5.4/Documentation/networking/ |
D | timestamping.txt | 534 Time stamps for received packets must be stored in the skb. To get a pointer 536 set the time stamps in the structure: 545 Time stamps for outgoing packets are to be generated as follows: 558 software generated time stamps by the network subsystem. 571 between time stamps.
|
/Linux-v5.4/fs/ext4/ |
D | Kconfig | 49 allocation, persistent preallocation, high resolution time stamps,
|
/Linux-v5.4/Documentation/filesystems/ |
D | vfat.txt | 121 option still does not provide correct time stamps in all 122 cases in presence of DST - time stamps in a different DST
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf-script.txt | 391 Print time stamps relative to trace start.
|
D | perf-report.txt | 505 Show time stamps in nanoseconds.
|
/Linux-v5.4/Documentation/filesystems/ext4/ |
D | inodes.rst | 7 pertaining to the file (time stamps, block maps, extended attributes,
|
/Linux-v5.4/lib/ |
D | Kconfig.debug | 10 Selecting this option causes time stamps of the printk()
|