Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/batman-adv/
Drouting.h44 bool *protection_started);
Dbat_v_ogm.c617 bool protection_started = false; in batadv_v_ogm_metric_update() local
632 &protection_started)) { in batadv_v_ogm_metric_update()
645 if (seq_diff < 0 && !protection_started) in batadv_v_ogm_metric_update()
666 if (seq_diff > 0 || protection_started) in batadv_v_ogm_metric_update()
Drouting.c154 bool *protection_started) in batadv_window_protected() argument
163 if (protection_started) in batadv_window_protected()
164 *protection_started = true; in batadv_window_protected()