orig_neigh_router 1323 net/batman-adv/bat_iv_ogm.c 	struct batadv_neigh_node *orig_neigh_router = NULL;
orig_neigh_router 1412 net/batman-adv/bat_iv_ogm.c 	orig_neigh_router = batadv_orig_router_get(orig_neigh_node,
orig_neigh_router 1418 net/batman-adv/bat_iv_ogm.c 	if (!is_single_hop_neigh && !orig_neigh_router) {
orig_neigh_router 1502 net/batman-adv/bat_iv_ogm.c 	if (orig_neigh_router)
orig_neigh_router 1503 net/batman-adv/bat_iv_ogm.c 		batadv_neigh_node_put(orig_neigh_router);
orig_neigh_router  697 net/batman-adv/bat_v_ogm.c 	struct batadv_neigh_node *orig_neigh_router = NULL;
orig_neigh_router  709 net/batman-adv/bat_v_ogm.c 	orig_neigh_router = batadv_orig_router_get(orig_neigh_node,
orig_neigh_router  716 net/batman-adv/bat_v_ogm.c 	if (router && router->orig_node != orig_node && !orig_neigh_router) {
orig_neigh_router  763 net/batman-adv/bat_v_ogm.c 	if (orig_neigh_router)
orig_neigh_router  764 net/batman-adv/bat_v_ogm.c 		batadv_neigh_node_put(orig_neigh_router);