Home
last modified time | relevance | path

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

/Linux-v6.6/net/batman-adv/
Drouting.h40 bool *protection_started);
Dbat_v_ogm.c616 bool protection_started = false; in batadv_v_ogm_metric_update() local
631 &protection_started)) { in batadv_v_ogm_metric_update()
644 if (seq_diff < 0 && !protection_started) in batadv_v_ogm_metric_update()
665 if (seq_diff > 0 || protection_started) in batadv_v_ogm_metric_update()
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()