Home
last modified time | relevance | path

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

/net/atm/
Dlec_arpc.h28 unsigned long timestamp; /* Used for various timestamping things: member
Dlec.c1574 rulla->timestamp, rulla->no_tries); in dump_arp_table()
1605 rulla->timestamp, rulla->no_tries); in dump_arp_table()
1634 rulla->timestamp, rulla->no_tries); in dump_arp_table()
1663 rulla->timestamp, rulla->no_tries); in dump_arp_table()
1869 entry->timestamp + in lec_arp_check_expire()
1872 entry->timestamp = jiffies; in lec_arp_check_expire()
1882 time_after_eq(now, entry->timestamp + in lec_arp_check_expire()
1985 entry->last_used = entry->timestamp = jiffies; in lec_arp_resolve()
2234 entry->timestamp = jiffies; in lec_vcc_added()
/net/mac80211/
Drc80211_pid_debugfs.c31 ev->timestamp = jiffies; in rate_control_pid_event()
167 p = snprintf(pb, length, "%u %lu ", ev->id, ev->timestamp); in rate_control_pid_events_read()
Drc80211_pid.h84 unsigned long timestamp; member
Dscan.c300 bss->timestamp = le64_to_cpu(mgmt->u.beacon.timestamp); in ieee80211_bss_info_update()
854 sprintf(buf, "tsf=%016llx", (unsigned long long)(bss->timestamp)); in ieee80211_scan_result()
Dmlme.c722 sdata->vif.bss_conf.timestamp = bss->timestamp; in ieee80211_set_associated()
1469 mgmt->u.beacon.timestamp = cpu_to_le64(bss->timestamp); in ieee80211_sta_join_ibss()
1601 beacon_timestamp = bss->timestamp; in ieee80211_rx_bss_info()
Dieee80211_i.h99 u64 timestamp; member
/net/irda/
Ddiscovery.c66 new->firststamp = new->timestamp; in irlmp_add_discovery()
175 ((jiffies - curr->timestamp) > DISCOVERY_EXPIRE_TIMEOUT))) in irlmp_expire_discoveries()
Dirlap_frame.c446 discovery->timestamp = jiffies; in irlap_recv_discovery_xid_rsp()
554 discovery->timestamp = jiffies; in irlap_recv_discovery_xid_cmd()
/net/core/
Dpktgen.c2674 struct timeval timestamp; in fill_packet_ipv4() local
2679 do_gettimeofday(&timestamp); in fill_packet_ipv4()
2680 pgh->tv_sec = htonl(timestamp.tv_sec); in fill_packet_ipv4()
2681 pgh->tv_usec = htonl(timestamp.tv_usec); in fill_packet_ipv4()
3022 struct timeval timestamp; in fill_packet_ipv6() local
3027 do_gettimeofday(&timestamp); in fill_packet_ipv6()
3028 pgh->tv_sec = htonl(timestamp.tv_sec); in fill_packet_ipv6()
3029 pgh->tv_usec = htonl(timestamp.tv_usec); in fill_packet_ipv6()
/net/bluetooth/
Dhci_sysfs.c271 data->rssi, data->ssp_mode, e->timestamp); in show_inquiry_cache()
Dhci_core.c362 e->timestamp = jiffies; in hci_inquiry_cache_update()
363 cache->timestamp = jiffies; in hci_inquiry_cache_update()
Dhci_event.c1502 ie->timestamp = jiffies; in hci_clock_offset_evt()
1536 ie->timestamp = jiffies; in hci_pscan_rep_mode_evt()