Home
last modified time | relevance | path

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

/net/batman-adv/
Dtp_meter.c579 int uid, u32 timestamp) in batadv_tp_send_msg() argument
606 icmp->timestamp = htonl(timestamp); in batadv_tp_send_msg()
666 rtt = jiffies_to_msecs(jiffies) - ntohl(icmp->timestamp); in batadv_tp_recv_ack()
667 if (icmp->timestamp && rtt) in batadv_tp_recv_ack()
1159 u32 seq, __be32 timestamp, const u8 *session, in batadv_tp_send_ack() argument
1199 icmp->timestamp = timestamp; in batadv_tp_send_ack()
1459 icmp->timestamp, icmp->session, icmp->uid); in batadv_tp_recv_msg()
Dmain.h282 static inline bool batadv_has_timed_out(unsigned long timestamp, in batadv_has_timed_out() argument
285 return time_is_before_jiffies(timestamp + msecs_to_jiffies(timeout)); in batadv_has_timed_out()
Dfragmentation.c177 chain->timestamp = jiffies; in batadv_frag_insert_packet()
194 chain->timestamp = jiffies; in batadv_frag_insert_packet()
207 chain->timestamp = jiffies; in batadv_frag_insert_packet()
Dfragmentation.h39 batadv_has_timed_out(frags_entry->timestamp, BATADV_FRAG_TIMEOUT)) in batadv_frag_check_entry()
Dtypes.h301 unsigned long timestamp; member
2108 unsigned long timestamp; member
Dnetwork-coding.c613 !batadv_has_timed_out(nc_packet->timestamp, timeout)) in batadv_nc_sniffed_purge()
651 !batadv_has_timed_out(nc_packet->timestamp, timeout)) in batadv_nc_fwd_flush()
1486 nc_packet->timestamp = jiffies; in batadv_nc_skb_add_to_path()
/net/hsr/
Dhsr_framereg.c465 unsigned long timestamp; in hsr_prune_nodes() local
492 timestamp = time_a; in hsr_prune_nodes()
496 timestamp = time_b; in hsr_prune_nodes()
499 if (time_is_after_jiffies(timestamp + in hsr_prune_nodes()
509 if (time_is_before_jiffies(timestamp + in hsr_prune_nodes()
/net/mac80211/
Dtrace.h1154 __field(u64, timestamp)
1164 __entry->timestamp = ch_switch->timestamp;
2482 __field(u64, timestamp)
2492 __entry->timestamp = ch_switch->timestamp;
2502 __entry->block_tx, __entry->timestamp
2529 __field(u64, timestamp)
2539 __entry->timestamp = ch_switch->timestamp;
2550 __entry->block_tx, __entry->timestamp
2654 __field(u32, timestamp)
2667 __entry->timestamp = params->timestamp;
[all …]
Dmesh_sync.c129 t_t = le64_to_cpu(mgmt->u.beacon.timestamp); in mesh_sync_offset_rx_bcn_presp()
Dtdls.c1697 params.timestamp = rx_status->device_timestamp; in ieee80211_process_tdls_channel_switch_resp()
1790 params.timestamp = rx_status->device_timestamp; in ieee80211_process_tdls_channel_switch_req()
Dibss.c83 mgmt->u.beacon.timestamp = cpu_to_le64(tsf); in ieee80211_ibss_build_presp()
1137 beacon_timestamp = le64_to_cpu(mgmt->u.beacon.timestamp); in ieee80211_rx_bss_info()
Dmlme.c1361 u64 timestamp, u32 device_timestamp, in ieee80211_sta_process_chanswitch() argument
1392 ch_switch.timestamp = timestamp; in ieee80211_sta_process_chanswitch()
4027 le64_to_cpu(mgmt->u.beacon.timestamp); in ieee80211_rx_mgmt_beacon()
4154 le64_to_cpu(mgmt->u.beacon.timestamp); in ieee80211_rx_mgmt_beacon()
Dcfg.c3445 ch_switch.timestamp = 0; in __ieee80211_channel_switch()
/net/atm/
Dlec_arpc.h29 unsigned long timestamp; /* Used for various timestamping things: member
Dlec.c1377 rulla->timestamp, rulla->no_tries); in dump_arp_table()
1401 rulla->timestamp, rulla->no_tries); in dump_arp_table()
1423 rulla->timestamp, rulla->no_tries); in dump_arp_table()
1445 rulla->timestamp, rulla->no_tries); in dump_arp_table()
1618 time_after_eq(now, entry->timestamp + in __lec_arp_check_expire()
1620 entry->timestamp = jiffies; in __lec_arp_check_expire()
1629 time_after_eq(now, entry->timestamp + in __lec_arp_check_expire()
1773 entry->last_used = entry->timestamp = jiffies; in lec_arp_resolve()
2001 entry->timestamp = jiffies; in lec_vcc_added()
/net/bridge/
Dbr_mrp.c197 hdr->timestamp = cpu_to_be32(jiffies_to_msecs(jiffies)); in br_mrp_alloc_test_skb()
227 hdr->timestamp = cpu_to_be32(jiffies_to_msecs(jiffies)); in br_mrp_alloc_in_test_skb()
/net/core/
Dpktgen.c2616 struct timespec64 timestamp; in pktgen_finalize_skb() local
2686 ktime_get_real_ts64(&timestamp); in pktgen_finalize_skb()
2687 pgh->tv_sec = htonl(timestamp.tv_sec); in pktgen_finalize_skb()
2688 pgh->tv_usec = htonl(timestamp.tv_nsec / NSEC_PER_USEC); in pktgen_finalize_skb()
/net/wireless/
Dscan.c2281 le64_to_cpu(mgmt->u.probe_resp.timestamp), in cfg80211_parse_mbssid_frame_data()
2353 new_ies->tsf = le64_to_cpu(mgmt->u.probe_resp.timestamp); in cfg80211_update_notlisted_nontrans()
2458 ies->tsf = le64_to_cpu(mgmt->u.probe_resp.timestamp); in cfg80211_inform_single_bss_frame_data()
Dtrace.h2545 __field(u64, timestamp)
/net/bluetooth/
Dhci_debugfs.c371 data->rssi, data->ssp_mode, e->timestamp); in inquiry_cache_show()
Dhci_core.c1245 ie->timestamp = jiffies; in hci_inquiry_cache_update()
1246 cache->timestamp = jiffies; in hci_inquiry_cache_update()
Dhci_event.c4140 ie->timestamp = jiffies; in hci_clock_offset_evt()
4175 ie->timestamp = jiffies; in hci_pscan_rep_mode_evt()