Home
last modified time | relevance | path

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

/Linux-v4.19/net/batman-adv/
Drouting.h57 bool *protection_started);
Dbat_v_ogm.c431 bool protection_started = false; in batadv_v_ogm_metric_update() local
446 &protection_started)) { in batadv_v_ogm_metric_update()
459 if (seq_diff < 0 && !protection_started) in batadv_v_ogm_metric_update()
480 if (seq_diff > 0 || protection_started) in batadv_v_ogm_metric_update()
Drouting.c166 bool *protection_started) in batadv_window_protected() argument
175 if (protection_started) in batadv_window_protected()
176 *protection_started = true; in batadv_window_protected()