Home
last modified time | relevance | path

Searched refs:BATADV_IF_DEFAULT (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/net/batman-adv/
H A Doriginator.c257 if (neigh_ifinfo->if_outgoing != BATADV_IF_DEFAULT) in batadv_neigh_ifinfo_release()
401 if (if_outgoing != BATADV_IF_DEFAULT) in batadv_orig_ifinfo_new()
734 struct batadv_hard_iface *hardif = BATADV_IF_DEFAULT; in batadv_hardif_neigh_dump()
806 if (orig_ifinfo->if_outgoing != BATADV_IF_DEFAULT) in batadv_orig_ifinfo_release()
1021 if (if_outgoing == BATADV_IF_DEFAULT) in batadv_purge_neigh_ifinfo()
1065 if (if_outgoing == BATADV_IF_DEFAULT) in batadv_purge_orig_ifinfo()
1218 BATADV_IF_DEFAULT); in batadv_purge_orig_node()
1219 batadv_update_route(bat_priv, orig_node, BATADV_IF_DEFAULT, in batadv_purge_orig_node()
1320 struct batadv_hard_iface *hardif = BATADV_IF_DEFAULT; in batadv_orig_dump()
H A Dbat_v.c288 if (if_outgoing != BATADV_IF_DEFAULT && in batadv_v_orig_dump_subentry()
530 router = batadv_orig_router_get(orig_node, BATADV_IF_DEFAULT); in batadv_v_gw_throughput_get()
534 router_ifinfo = batadv_neigh_ifinfo_get(router, BATADV_IF_DEFAULT); in batadv_v_gw_throughput_get()
666 router = batadv_orig_router_get(gw_node->orig_node, BATADV_IF_DEFAULT); in batadv_v_gw_dump_entry()
670 router_ifinfo = batadv_neigh_ifinfo_get(router, BATADV_IF_DEFAULT); in batadv_v_gw_dump_entry()
H A Dbat_iv_ogm.c1388 if (if_outgoing == BATADV_IF_DEFAULT) in batadv_iv_ogm_process_per_outif()
1443 if (if_outgoing == BATADV_IF_DEFAULT) in batadv_iv_ogm_process_per_outif()
1660 if_incoming, BATADV_IF_DEFAULT); in batadv_iv_ogm_process()
1828 if (if_outgoing != BATADV_IF_DEFAULT && in batadv_iv_ogm_orig_dump_subentry()
2262 router = batadv_orig_router_get(orig_node, BATADV_IF_DEFAULT); in batadv_iv_gw_get_best_gw_node()
2267 BATADV_IF_DEFAULT); in batadv_iv_gw_get_best_gw_node()
2339 router_gw = batadv_orig_router_get(curr_gw_orig, BATADV_IF_DEFAULT); in batadv_iv_gw_is_eligible()
2346 BATADV_IF_DEFAULT); in batadv_iv_gw_is_eligible()
2352 router_orig = batadv_orig_router_get(orig_node, BATADV_IF_DEFAULT); in batadv_iv_gw_is_eligible()
2357 BATADV_IF_DEFAULT); in batadv_iv_gw_is_eligible()
[all …]
H A Dgateway_client.c230 BATADV_IF_DEFAULT); in batadv_gw_election()
237 BATADV_IF_DEFAULT); in batadv_gw_election()
737 BATADV_IF_DEFAULT); in batadv_gw_out_of_range()
754 old_ifinfo = batadv_neigh_ifinfo_get(neigh_old, BATADV_IF_DEFAULT); in batadv_gw_out_of_range()
H A Dbat_v_ogm.c489 if (if_outgoing == BATADV_IF_DEFAULT) in batadv_v_forward_penalty()
535 if (if_outgoing == BATADV_IF_DEFAULT) in batadv_v_ogm_forward()
803 if (seqno_age > 0 && if_outgoing == BATADV_IF_DEFAULT) in batadv_v_ogm_process_per_outif()
922 BATADV_IF_DEFAULT); in batadv_v_ogm_process()
H A Dnetwork-coding.c765 orig_ifinfo = batadv_orig_ifinfo_get(orig_node, BATADV_IF_DEFAULT); in batadv_can_nc_with_orig()
1071 BATADV_IF_DEFAULT); in batadv_nc_code_packets()
1076 BATADV_IF_DEFAULT); in batadv_nc_code_packets()
1082 BATADV_IF_DEFAULT); in batadv_nc_code_packets()
1087 BATADV_IF_DEFAULT); in batadv_nc_code_packets()
H A Dmain.h82 #define BATADV_IF_DEFAULT ((struct batadv_hard_iface *)NULL) macro
H A Drouting.c547 if (!(recv_if == BATADV_IF_DEFAULT && atomic_read(&bat_priv->bonding))) in batadv_find_router()
H A Dtranslation-table.c1779 BATADV_IF_DEFAULT); in batadv_transtable_best_orig()
1784 bao->neigh.cmp(router, BATADV_IF_DEFAULT, best_router, in batadv_transtable_best_orig()
1785 BATADV_IF_DEFAULT) <= 0) { in batadv_transtable_best_orig()
H A Ddistributed-arp-table.c696 BATADV_IF_DEFAULT); in batadv_dat_forward_data()