Symbol: BATADV_IF_DEFAULT
net/batman-adv/bat_iv_ogm.c
1491
if (if_outgoing == BATADV_IF_DEFAULT)
net/batman-adv/bat_iv_ogm.c
1542
if (if_outgoing == BATADV_IF_DEFAULT)
net/batman-adv/bat_iv_ogm.c
1758
if_incoming, BATADV_IF_DEFAULT);
net/batman-adv/bat_iv_ogm.c
1923
if (if_outgoing != BATADV_IF_DEFAULT &&
net/batman-adv/bat_iv_ogm.c
2356
router = batadv_orig_router_get(orig_node, BATADV_IF_DEFAULT);
net/batman-adv/bat_iv_ogm.c
2361
BATADV_IF_DEFAULT);
net/batman-adv/bat_iv_ogm.c
2434
router_gw = batadv_orig_router_get(curr_gw_orig, BATADV_IF_DEFAULT);
net/batman-adv/bat_iv_ogm.c
2441
BATADV_IF_DEFAULT);
net/batman-adv/bat_iv_ogm.c
2447
router_orig = batadv_orig_router_get(orig_node, BATADV_IF_DEFAULT);
net/batman-adv/bat_iv_ogm.c
2452
BATADV_IF_DEFAULT);
net/batman-adv/bat_iv_ogm.c
2504
router = batadv_orig_router_get(gw_node->orig_node, BATADV_IF_DEFAULT);
net/batman-adv/bat_iv_ogm.c
2508
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
508
if (if_outgoing == BATADV_IF_DEFAULT)
net/batman-adv/bat_v_ogm.c
554
if (if_outgoing == BATADV_IF_DEFAULT)
net/batman-adv/bat_v_ogm.c
822
if (seqno_age > 0 && if_outgoing == BATADV_IF_DEFAULT)
net/batman-adv/bat_v_ogm.c
950
BATADV_IF_DEFAULT);
net/batman-adv/distributed-arp-table.c
701
BATADV_IF_DEFAULT);
net/batman-adv/gateway_client.c
230
BATADV_IF_DEFAULT);
net/batman-adv/gateway_client.c
237
BATADV_IF_DEFAULT);
net/batman-adv/gateway_client.c
733
BATADV_IF_DEFAULT);
net/batman-adv/gateway_client.c
750
old_ifinfo = batadv_neigh_ifinfo_get(neigh_old, BATADV_IF_DEFAULT);
net/batman-adv/originator.c
1031
if (if_outgoing == BATADV_IF_DEFAULT)
net/batman-adv/originator.c
1075
if (if_outgoing == BATADV_IF_DEFAULT)
net/batman-adv/originator.c
1229
BATADV_IF_DEFAULT);
net/batman-adv/originator.c
1230
batadv_update_route(bat_priv, orig_node, BATADV_IF_DEFAULT,
net/batman-adv/originator.c
1355
hard_iface = BATADV_IF_DEFAULT;
net/batman-adv/originator.c
252
if (neigh_ifinfo->if_outgoing != BATADV_IF_DEFAULT)
net/batman-adv/originator.c
423
if (if_outgoing != BATADV_IF_DEFAULT)
net/batman-adv/originator.c
786
hard_iface = BATADV_IF_DEFAULT;
net/batman-adv/originator.c
820
if (orig_ifinfo->if_outgoing != BATADV_IF_DEFAULT)
net/batman-adv/routing.c
600
if (!(recv_if == BATADV_IF_DEFAULT && READ_ONCE(bat_priv->bonding)))
net/batman-adv/translation-table.c
1774
BATADV_IF_DEFAULT);
net/batman-adv/translation-table.c
1779
bao->neigh.cmp(router, BATADV_IF_DEFAULT, best_router,
net/batman-adv/translation-table.c
1780
BATADV_IF_DEFAULT) <= 0) {