Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 28) sorted by relevance

12

/net/hsr/
A Dhsr_framereg.c624 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 Dtp_meter.c580 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 Dmain.h277 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 Dfragmentation.c175 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 Dfragmentation.h39 batadv_has_timed_out(frags_entry->timestamp, BATADV_FRAG_TIMEOUT)) in batadv_frag_check_entry()
A Dtypes.h297 unsigned long timestamp; member
2086 unsigned long timestamp; member
A Dnetwork-coding.c606 !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 Dnf_conntrack_ecache.c168 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 Dnf_conntrack_netlink.c393 u64 ts = local64_read(&e->timestamp); in ctnetlink_dump_event_timestamp()
/net/bridge/
A Dbr_private_mrp.h127 __be32 timestamp; member
136 __be32 timestamp; member
A Dbr_mrp.c204 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 Dlec_arpc.h29 unsigned long timestamp; /* Used for various timestamping things: member
A Dlec.c1384 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 Dmesh_sync.c129 t_t = le64_to_cpu(mgmt->u.beacon.timestamp); in mesh_sync_offset_rx_bcn_presp()
A Dtrace.h1302 __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 Dmesh_pathtbl.c458 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 Dmesh.h188 unsigned long timestamp; member
A Dibss.c82 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 Dtdls.c1762 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 Dmlme.c2723 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 Dpktgen.c2821 struct timespec64 timestamp; in pktgen_finalize_skb() local
2894 ktime_get_real_ts64(&timestamp); 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 Dxdp.c904 __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 Dhci_debugfs.c376 data->rssi, data->ssp_mode, e->timestamp); in inquiry_cache_show()
A Dhci_core.c287 ie->timestamp = jiffies; in hci_inquiry_cache_update()
288 cache->timestamp = jiffies; in hci_inquiry_cache_update()
A Dhci_event.c4706 ie->timestamp = jiffies; in hci_clock_offset_evt()
4743 ie->timestamp = jiffies; in hci_pscan_rep_mode_evt()

Completed in 92 milliseconds

12