Searched refs:TIMESTAMP (Results 1 - 15 of 15) sorted by relevance
/linux-4.4.14/arch/mips/lasat/image/ |
H A D | head.S | 27 .word TIMESTAMP
|
H A D | Makefile | 22 -D TIMESTAMP=$(shell date +%s)
|
/linux-4.4.14/scripts/ |
H A D | mkcompile_h | 41 TIMESTAMP=`date` 43 TIMESTAMP=$KBUILD_BUILD_TIMESTAMP 60 UTS_VERSION="$UTS_VERSION $CONFIG_FLAGS $TIMESTAMP"
|
H A D | checkpatch.pl | 5587 while ($line =~ /\b(__(?:DATE|TIME|TIMESTAMP)__)\b/g) {
|
/linux-4.4.14/include/linux/ |
H A D | tcp.h | 86 u16 saw_tstamp : 1, /* Saw TIMESTAMP on last packet */ 87 tstamp_ok : 1, /* TIMESTAMP seen on SYN packet */
|
H A D | dccp.h | 234 * @dccps_timestamp_echo - latest timestamp received on a TIMESTAMP option
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_debugfs.c | 94 "DES DATA RSS STATERR LENGTH VLAN DGLORT SGLORT TIMESTAMP\n"; fm10k_dbg_rx_desc_seq_show()
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | err_common.c | 173 printk("%s TIMESTAMP: %d/%d/%02d %d:%02d:%0d\n", el_print_timestamp()
|
/linux-4.4.14/kernel/trace/ |
H A D | trace_branch.c | 156 seq_puts(s, "# TASK-PID CPU# TIMESTAMP CORRECT" branch_print_header()
|
H A D | blktrace.c | 1293 seq_puts(m, "# DEV CPU TIMESTAMP PID ACT FLG\n" blk_tracer_print_header()
|
H A D | trace.c | 2582 seq_puts(m, "# TASK-PID CPU# TIMESTAMP FUNCTION\n" print_func_help_header() 2594 "# TASK-PID CPU# |||| TIMESTAMP FUNCTION\n" print_func_help_header_irq()
|
/linux-4.4.14/net/dccp/ |
H A D | options.c | 155 dccp_pr_debug("%s rx opt: TIMESTAMP=%u, ackno=%llu\n", dccp_parse_options()
|
H A D | input.c | 542 * something else, like sending a delayed ack for a TIMESTAMP dccp_rcv_respond_partopen_state_process()
|
/linux-4.4.14/net/ipv4/netfilter/ |
H A D | ipt_CLUSTERIP.c | 325 * TIMESTAMP, INFO_REQUEST or ADDRESS type icmp packets from here clusterip_tg()
|
/linux-4.4.14/net/ipv4/ |
H A D | tcp_output.c | 2364 * Note, we don't "adjust" for TIMESTAMP or SACK option bytes. 2365 * Regular options like TIMESTAMP are taken into account.
|
Completed in 597 milliseconds