| /net/hsr/ |
| A D | hsr_framereg.c | 624 unsigned long timestamp; in hsr_prune_nodes() local 651 timestamp = time_a; in hsr_prune_nodes() 655 timestamp = time_b; in hsr_prune_nodes() 658 if (time_is_after_jiffies(timestamp + in hsr_prune_nodes() 668 if (time_is_before_jiffies(timestamp + in hsr_prune_nodes() 689 unsigned long timestamp; in hsr_prune_proxy_nodes() local 699 timestamp = node->time_in[HSR_PT_INTERLINK]; in hsr_prune_proxy_nodes() 702 if (time_is_before_jiffies(timestamp + in hsr_prune_proxy_nodes()
|
| /net/batman-adv/ |
| A D | tp_meter.c | 580 int uid, u32 timestamp) in batadv_tp_send_msg() argument 607 icmp->timestamp = htonl(timestamp); in batadv_tp_send_msg() 667 rtt = jiffies_to_msecs(jiffies) - ntohl(icmp->timestamp); in batadv_tp_recv_ack() 668 if (icmp->timestamp && rtt) in batadv_tp_recv_ack() 1155 u32 seq, __be32 timestamp, const u8 *session, in batadv_tp_send_ack() argument 1195 icmp->timestamp = timestamp; in batadv_tp_send_ack() 1453 icmp->timestamp, icmp->session, icmp->uid); in batadv_tp_recv_msg()
|
| A D | main.h | 277 static inline bool batadv_has_timed_out(unsigned long timestamp, in batadv_has_timed_out() argument 280 return time_is_before_jiffies(timestamp + msecs_to_jiffies(timeout)); in batadv_has_timed_out()
|
| A D | fragmentation.c | 175 chain->timestamp = jiffies; in batadv_frag_insert_packet() 192 chain->timestamp = jiffies; in batadv_frag_insert_packet() 205 chain->timestamp = jiffies; in batadv_frag_insert_packet()
|
| A D | fragmentation.h | 39 batadv_has_timed_out(frags_entry->timestamp, BATADV_FRAG_TIMEOUT)) in batadv_frag_check_entry()
|
| A D | types.h | 297 unsigned long timestamp; member 2086 unsigned long timestamp; member
|
| A D | network-coding.c | 606 !batadv_has_timed_out(nc_packet->timestamp, timeout)) in batadv_nc_sniffed_purge() 644 !batadv_has_timed_out(nc_packet->timestamp, timeout)) in batadv_nc_fwd_flush() 1473 nc_packet->timestamp = jiffies; in batadv_nc_skb_add_to_path()
|
| /net/netfilter/ |
| A D | nf_conntrack_ecache.c | 168 if (local64_read(&e->timestamp)) in nf_ct_ecache_tstamp_refresh() 169 local64_set(&e->timestamp, ktime_get_real_ns()); in nf_ct_ecache_tstamp_refresh() 318 local64_set(&e->timestamp, ts); in nf_ct_ecache_tstamp_new()
|
| A D | nf_conntrack_netlink.c | 393 u64 ts = local64_read(&e->timestamp); in ctnetlink_dump_event_timestamp()
|
| /net/bridge/ |
| A D | br_private_mrp.h | 127 __be32 timestamp; member 136 __be32 timestamp; member
|
| A D | br_mrp.c | 204 hdr->timestamp = cpu_to_be32(jiffies_to_msecs(jiffies)); in br_mrp_alloc_test_skb() 261 hdr->timestamp = cpu_to_be32(jiffies_to_msecs(jiffies)); in br_mrp_alloc_in_test_skb()
|
| /net/atm/ |
| A D | lec_arpc.h | 29 unsigned long timestamp; /* Used for various timestamping things: member
|
| A D | lec.c | 1384 rulla->timestamp, rulla->no_tries); in dump_arp_table() 1408 rulla->timestamp, rulla->no_tries); in dump_arp_table() 1430 rulla->timestamp, rulla->no_tries); in dump_arp_table() 1452 rulla->timestamp, rulla->no_tries); in dump_arp_table() 1626 time_after_eq(now, entry->timestamp + in __lec_arp_check_expire() 1628 entry->timestamp = jiffies; in __lec_arp_check_expire() 1637 time_after_eq(now, entry->timestamp + in __lec_arp_check_expire() 1781 entry->last_used = entry->timestamp = jiffies; in lec_arp_resolve() 2009 entry->timestamp = jiffies; in lec_vcc_added()
|
| /net/mac80211/ |
| A D | mesh_sync.c | 129 t_t = le64_to_cpu(mgmt->u.beacon.timestamp); in mesh_sync_offset_rx_bcn_presp()
|
| A D | trace.h | 1302 __field(u64, timestamp) 1313 __entry->timestamp = ch_switch->timestamp; 1323 __entry->block_tx, __entry->timestamp, 2346 __field(u32, timestamp) 2359 __entry->timestamp = params->timestamp; 2369 __entry->timestamp, __entry->switch_time,
|
| A D | mesh_pathtbl.c | 458 entry->timestamp = jiffies; in mesh_fast_tx_get() 558 build.timestamp = jiffies; in mesh_fast_tx_cache() 619 if (!time_is_after_jiffies(entry->timestamp + timeout)) in mesh_fast_tx_gc()
|
| A D | mesh.h | 188 unsigned long timestamp; member
|
| A D | ibss.c | 82 mgmt->u.beacon.timestamp = cpu_to_le64(tsf); in ieee80211_ibss_build_presp() 1101 beacon_timestamp = le64_to_cpu(mgmt->u.beacon.timestamp); in ieee80211_rx_bss_info()
|
| A D | tdls.c | 1762 params.timestamp = rx_status->device_timestamp; in ieee80211_process_tdls_channel_switch_resp() 1860 params.timestamp = rx_status->device_timestamp; in ieee80211_process_tdls_channel_switch_req()
|
| A D | mlme.c | 2723 u64 timestamp, u32 device_timestamp, in ieee80211_sta_process_chanswitch() argument 2736 .timestamp = timestamp, in ieee80211_sta_process_chanswitch() 7363 le64_to_cpu(mgmt->u.beacon.timestamp); in ieee80211_rx_mgmt_beacon() 7499 le64_to_cpu(mgmt->u.beacon.timestamp); in ieee80211_rx_mgmt_beacon() 7602 le64_to_cpu(mgmt->u.beacon.timestamp)); in ieee80211_rx_mgmt_beacon()
|
| /net/core/ |
| A D | pktgen.c | 2821 struct timespec64 timestamp; in pktgen_finalize_skb() local 2894 ktime_get_real_ts64(×tamp); in pktgen_finalize_skb() 2895 pgh->tv_sec = htonl(timestamp.tv_sec); in pktgen_finalize_skb() 2896 pgh->tv_usec = htonl(timestamp.tv_nsec / NSEC_PER_USEC); in pktgen_finalize_skb()
|
| A D | xdp.c | 904 __bpf_kfunc int bpf_xdp_metadata_rx_timestamp(const struct xdp_md *ctx, u64 *timestamp) in bpf_xdp_metadata_rx_timestamp() argument
|
| /net/bluetooth/ |
| A D | hci_debugfs.c | 376 data->rssi, data->ssp_mode, e->timestamp); in inquiry_cache_show()
|
| A D | hci_core.c | 287 ie->timestamp = jiffies; in hci_inquiry_cache_update() 288 cache->timestamp = jiffies; in hci_inquiry_cache_update()
|
| A D | hci_event.c | 4706 ie->timestamp = jiffies; in hci_clock_offset_evt() 4743 ie->timestamp = jiffies; in hci_pscan_rep_mode_evt()
|