Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 11 of 11) sorted by relevance

/net/wireless/
A Dwext-proc.c52 stats->qual.updated & IW_QUAL_QUAL_UPDATED in wireless_seq_printf_stats()
55 ((stats->qual.updated & IW_QUAL_DBM) ? 0x100 : 0), in wireless_seq_printf_stats()
56 stats->qual.updated & IW_QUAL_LEVEL_UPDATED in wireless_seq_printf_stats()
59 ((stats->qual.updated & IW_QUAL_DBM) ? 0x100 : 0), in wireless_seq_printf_stats()
60 stats->qual.updated & IW_QUAL_NOISE_UPDATED in wireless_seq_printf_stats()
67 stats->qual.updated &= ~IW_QUAL_ALL_UPDATED; in wireless_seq_printf_stats()
A Dwext-compat.c134 range->max_qual.updated = IW_QUAL_NOISE_INVALID; in cfg80211_wext_giwrange()
143 range->max_qual.updated |= IW_QUAL_DBM; in cfg80211_wext_giwrange()
144 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wext_giwrange()
145 range->max_qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wext_giwrange()
151 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wext_giwrange()
152 range->max_qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wext_giwrange()
158 range->avg_qual.updated = range->max_qual.updated; in cfg80211_wext_giwrange()
1322 wstats.qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wireless_stats()
1323 wstats.qual.updated |= IW_QUAL_DBM; in cfg80211_wireless_stats()
1344 wstats.qual.updated |= IW_QUAL_QUAL_INVALID; in cfg80211_wireless_stats()
[all …]
A Dwext-core.c692 stats->qual.updated &= ~IW_QUAL_ALL_UPDATED; in iw_handler_get_iwstats()
A Dscan.c3739 iwe.u.qual.updated = IW_QUAL_LEVEL_UPDATED | in ieee80211_bss()
3746 iwe.u.qual.updated |= IW_QUAL_DBM; in ieee80211_bss()
/net/bridge/
A Dbr_fdb.c73 time_before_eq(fdb->updated + hold_time(br), jiffies); in has_expired()
131 ci.ndm_updated = jiffies_to_clock_t(now - fdb->updated); in fdb_fill_info()
410 fdb->updated = fdb->used = jiffies; in fdb_create()
548 unsigned long this_timer = f->updated + delay; in br_fdb_cleanup()
855 fe->ageing_timer_value = jiffies_delta_to_clock_t(jiffies - f->updated); in br_fdb_fillbuf()
903 if (now != fdb->updated) { in br_fdb_update()
904 fdb->updated = now; in br_fdb_update()
1146 fdb->updated = jiffies; in fdb_add_entry()
1457 fdb->updated = jiffies; in br_fdb_external_learn_add()
A Dbr_private.h296 unsigned long updated ____cacheline_aligned_in_smp;
/net/core/
A Dneighbour.c1072 neigh->updated = jiffies; in neigh_invalidate()
1131 neigh->updated = jiffies; in neigh_timer_handler()
1137 neigh->updated = jiffies; in neigh_timer_handler()
1147 neigh->updated = jiffies; in neigh_timer_handler()
1154 neigh->updated = jiffies; in neigh_timer_handler()
1170 neigh->updated = jiffies; in neigh_timer_handler()
1223 neigh->updated = now; in __neigh_event_send()
1235 neigh->updated = jiffies; in __neigh_event_send()
1245 neigh->updated = jiffies; in __neigh_event_send()
1435 neigh->updated = jiffies; in __neigh_update()
[all …]
/net/can/
A Dbcm.c656 int updated = 0; in bcm_rx_thr_flush() local
663 updated += bcm_rx_do_flush(op, i); in bcm_rx_thr_flush()
667 updated += bcm_rx_do_flush(op, 0); in bcm_rx_thr_flush()
670 return updated; in bcm_rx_thr_flush()
/net/mptcp/
A Dsubflow.c1155 bool updated = mptcp_update_rcv_data_fin(msk, mpext->data_seq, in get_mapping_status() local
1168 if (updated) in get_mapping_status()
/net/ipv4/
A Darp.c925 n->updated + in arp_process()
/net/ipv6/
A Droute.c685 neigh->updated + in rt6_probe()

Completed in 56 milliseconds