Symbol: BATADV_IF_DEFAULT
net/batman-adv/bat_iv_ogm.c
1396
if (if_outgoing == BATADV_IF_DEFAULT)
net/batman-adv/bat_iv_ogm.c
1447
if (if_outgoing == BATADV_IF_DEFAULT)
net/batman-adv/bat_iv_ogm.c
1663
if_incoming, BATADV_IF_DEFAULT);
net/batman-adv/bat_iv_ogm.c
1828
if (if_outgoing != BATADV_IF_DEFAULT &&
net/batman-adv/bat_iv_ogm.c
2259
router = batadv_orig_router_get(orig_node, BATADV_IF_DEFAULT);
net/batman-adv/bat_iv_ogm.c
2264
BATADV_IF_DEFAULT);
net/batman-adv/bat_iv_ogm.c
2336
router_gw = batadv_orig_router_get(curr_gw_orig, BATADV_IF_DEFAULT);
net/batman-adv/bat_iv_ogm.c
2343
BATADV_IF_DEFAULT);
net/batman-adv/bat_iv_ogm.c
2349
router_orig = batadv_orig_router_get(orig_node, BATADV_IF_DEFAULT);
net/batman-adv/bat_iv_ogm.c
2354
BATADV_IF_DEFAULT);
net/batman-adv/bat_iv_ogm.c
2407
router = batadv_orig_router_get(gw_node->orig_node, BATADV_IF_DEFAULT);
net/batman-adv/bat_iv_ogm.c
2411
router_ifinfo = batadv_neigh_ifinfo_get(router, BATADV_IF_DEFAULT);
net/batman-adv/bat_v.c
286
if (if_outgoing != BATADV_IF_DEFAULT &&
net/batman-adv/bat_v.c
528
router = batadv_orig_router_get(orig_node, BATADV_IF_DEFAULT);
net/batman-adv/bat_v.c
532
router_ifinfo = batadv_neigh_ifinfo_get(router, BATADV_IF_DEFAULT);
net/batman-adv/bat_v.c
664
router = batadv_orig_router_get(gw_node->orig_node, BATADV_IF_DEFAULT);
net/batman-adv/bat_v.c
668
router_ifinfo = batadv_neigh_ifinfo_get(router, BATADV_IF_DEFAULT);
net/batman-adv/bat_v_ogm.c
485
if (if_outgoing == BATADV_IF_DEFAULT)
net/batman-adv/bat_v_ogm.c
531
if (if_outgoing == BATADV_IF_DEFAULT)
net/batman-adv/bat_v_ogm.c
799
if (seqno_age > 0 && if_outgoing == BATADV_IF_DEFAULT)
net/batman-adv/bat_v_ogm.c
918
BATADV_IF_DEFAULT);
net/batman-adv/distributed-arp-table.c
694
BATADV_IF_DEFAULT);
net/batman-adv/gateway_client.c
229
BATADV_IF_DEFAULT);
net/batman-adv/gateway_client.c
236
BATADV_IF_DEFAULT);
net/batman-adv/gateway_client.c
727
BATADV_IF_DEFAULT);
net/batman-adv/gateway_client.c
744
old_ifinfo = batadv_neigh_ifinfo_get(neigh_old, BATADV_IF_DEFAULT);
net/batman-adv/originator.c
1029
if (if_outgoing == BATADV_IF_DEFAULT)
net/batman-adv/originator.c
1073
if (if_outgoing == BATADV_IF_DEFAULT)
net/batman-adv/originator.c
1227
BATADV_IF_DEFAULT);
net/batman-adv/originator.c
1228
batadv_update_route(bat_priv, orig_node, BATADV_IF_DEFAULT,
net/batman-adv/originator.c
1353
hard_iface = BATADV_IF_DEFAULT;
net/batman-adv/originator.c
253
if (neigh_ifinfo->if_outgoing != BATADV_IF_DEFAULT)
net/batman-adv/originator.c
424
if (if_outgoing != BATADV_IF_DEFAULT)
net/batman-adv/originator.c
784
hard_iface = BATADV_IF_DEFAULT;
net/batman-adv/originator.c
818
if (orig_ifinfo->if_outgoing != BATADV_IF_DEFAULT)
net/batman-adv/routing.c
546
if (!(recv_if == BATADV_IF_DEFAULT && atomic_read(&bat_priv->bonding)))
net/batman-adv/translation-table.c
1723
BATADV_IF_DEFAULT);
net/batman-adv/translation-table.c
1728
bao->neigh.cmp(router, BATADV_IF_DEFAULT, best_router,
net/batman-adv/translation-table.c
1729
BATADV_IF_DEFAULT) <= 0) {