protection_started  613 net/batman-adv/bat_v_ogm.c 	bool protection_started = false;
protection_started  628 net/batman-adv/bat_v_ogm.c 				    &protection_started)) {
protection_started  641 net/batman-adv/bat_v_ogm.c 	if (seq_diff < 0 && !protection_started)
protection_started  662 net/batman-adv/bat_v_ogm.c 	if (seq_diff > 0 || protection_started)
protection_started  154 net/batman-adv/routing.c 			     bool *protection_started)
protection_started  163 net/batman-adv/routing.c 		if (protection_started)
protection_started  164 net/batman-adv/routing.c 			*protection_started = true;
protection_started   44 net/batman-adv/routing.h 			     bool *protection_started);