Home
last modified time | relevance | path

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

/net/hsr/
Dhsr_framereg.c385 unsigned long timestamp; in hsr_prune_nodes() local
406 timestamp = time_a; in hsr_prune_nodes()
410 timestamp = time_b; in hsr_prune_nodes()
413 if (time_is_after_jiffies(timestamp + in hsr_prune_nodes()
423 if (time_is_before_jiffies(timestamp + in hsr_prune_nodes()
/net/batman-adv/
Dtp_meter.c585 int uid, u32 timestamp) in batadv_tp_send_msg() argument
612 icmp->timestamp = htonl(timestamp); in batadv_tp_send_msg()
672 rtt = jiffies_to_msecs(jiffies) - ntohl(icmp->timestamp); in batadv_tp_recv_ack()
673 if (icmp->timestamp && rtt) in batadv_tp_recv_ack()
1165 u32 seq, __be32 timestamp, const u8 *session, in batadv_tp_send_ack() argument
1205 icmp->timestamp = timestamp; in batadv_tp_send_ack()
1466 icmp->timestamp, icmp->session, icmp->uid); in batadv_tp_recv_msg()
Dmain.h262 static inline bool batadv_has_timed_out(unsigned long timestamp, in batadv_has_timed_out() argument
265 return time_is_before_jiffies(timestamp + msecs_to_jiffies(timeout)); in batadv_has_timed_out()
Dfragmentation.c188 chain->timestamp = jiffies; in batadv_frag_insert_packet()
205 chain->timestamp = jiffies; in batadv_frag_insert_packet()
218 chain->timestamp = jiffies; in batadv_frag_insert_packet()
Dfragmentation.h51 batadv_has_timed_out(frags_entry->timestamp, BATADV_FRAG_TIMEOUT)) in batadv_frag_check_entry()
Dtypes.h217 unsigned long timestamp; member
1376 unsigned long timestamp; member
Dpacket.h332 __be32 timestamp; member
Dnetwork-coding.c614 !batadv_has_timed_out(nc_packet->timestamp, timeout)) in batadv_nc_sniffed_purge()
652 !batadv_has_timed_out(nc_packet->timestamp, timeout)) in batadv_nc_fwd_flush()
1493 nc_packet->timestamp = jiffies; in batadv_nc_skb_add_to_path()
/net/atm/
Dlec_arpc.h29 unsigned long timestamp; /* Used for various timestamping things: member
Dlec.c1394 rulla->timestamp, rulla->no_tries); in dump_arp_table()
1421 rulla->timestamp, rulla->no_tries); in dump_arp_table()
1446 rulla->timestamp, rulla->no_tries); in dump_arp_table()
1471 rulla->timestamp, rulla->no_tries); in dump_arp_table()
1647 time_after_eq(now, entry->timestamp + in __lec_arp_check_expire()
1649 entry->timestamp = jiffies; in __lec_arp_check_expire()
1658 time_after_eq(now, entry->timestamp + in __lec_arp_check_expire()
1802 entry->last_used = entry->timestamp = jiffies; in lec_arp_resolve()
2048 entry->timestamp = jiffies; in lec_vcc_added()
/net/mac80211/
Dtrace.h1110 __field(u64, timestamp)
1120 __entry->timestamp = ch_switch->timestamp;
2394 __field(u64, timestamp)
2404 __entry->timestamp = ch_switch->timestamp;
2414 __entry->block_tx, __entry->timestamp
2524 __field(u32, timestamp)
2537 __entry->timestamp = params->timestamp;
2547 __entry->timestamp, __entry->switch_time,
Dmesh_sync.c132 t_t = le64_to_cpu(mgmt->u.beacon.timestamp); in mesh_sync_offset_rx_bcn_presp()
Dtdls.c1690 params.timestamp = rx_status->device_timestamp; in ieee80211_process_tdls_channel_switch_resp()
1782 params.timestamp = rx_status->device_timestamp; in ieee80211_process_tdls_channel_switch_req()
Dmlme.c1143 u64 timestamp, u32 device_timestamp, in ieee80211_sta_process_chanswitch() argument
1230 ch_switch.timestamp = timestamp; in ieee80211_sta_process_chanswitch()
3446 le64_to_cpu(mgmt->u.beacon.timestamp); in ieee80211_rx_mgmt_beacon()
3639 le64_to_cpu(mgmt->u.beacon.timestamp); in ieee80211_rx_mgmt_beacon()
Dibss.c85 mgmt->u.beacon.timestamp = cpu_to_le64(tsf); in ieee80211_ibss_build_presp()
1133 beacon_timestamp = le64_to_cpu(mgmt->u.beacon.timestamp); in ieee80211_rx_bss_info()
Dcfg.c3191 ch_switch.timestamp = 0; in __ieee80211_channel_switch()
/net/core/
Dpktgen.c2714 struct timeval timestamp; in pktgen_finalize_skb() local
2776 do_gettimeofday(&timestamp); in pktgen_finalize_skb()
2777 pgh->tv_sec = htonl(timestamp.tv_sec); in pktgen_finalize_skb()
2778 pgh->tv_usec = htonl(timestamp.tv_usec); in pktgen_finalize_skb()
/net/bluetooth/
Dhci_debugfs.c438 data->rssi, data->ssp_mode, e->timestamp); in inquiry_cache_show()
Dhci_core.c1167 ie->timestamp = jiffies; in hci_inquiry_cache_update()
1168 cache->timestamp = jiffies; in hci_inquiry_cache_update()
Dhci_event.c3565 ie->timestamp = jiffies; in hci_clock_offset_evt()
3600 ie->timestamp = jiffies; in hci_pscan_rep_mode_evt()
/net/wireless/
Dscan.c1256 ies->tsf = le64_to_cpu(mgmt->u.probe_resp.timestamp); in cfg80211_inform_bss_frame_data()