Home
last modified time | relevance | path

Searched refs:protection_started (Results 1 – 3 of 3) sorted by relevance

/net/batman-adv/
A Dbat_v_ogm.c612 bool protection_started = false; in batadv_v_ogm_metric_update() local
627 &protection_started)) { in batadv_v_ogm_metric_update()
640 if (seq_diff < 0 && !protection_started) in batadv_v_ogm_metric_update()
661 if (seq_diff > 0 || protection_started) in batadv_v_ogm_metric_update()
A Drouting.h51 bool *protection_started);
A Drouting.c151 bool *protection_started) in batadv_window_protected() argument
160 if (protection_started) in batadv_window_protected()
161 *protection_started = true; in batadv_window_protected()

Completed in 7 milliseconds