Home
last modified time | relevance | path

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

/linux-6.12.1/net/batman-adv/
Doriginator.c257 if (neigh_ifinfo->if_outgoing != BATADV_IF_DEFAULT) in batadv_neigh_ifinfo_release()
428 if (if_outgoing != BATADV_IF_DEFAULT) in batadv_orig_ifinfo_new()
761 struct batadv_hard_iface *hardif = BATADV_IF_DEFAULT; in batadv_hardif_neigh_dump()
833 if (orig_ifinfo->if_outgoing != BATADV_IF_DEFAULT) in batadv_orig_ifinfo_release()
1049 if (if_outgoing == BATADV_IF_DEFAULT) in batadv_purge_neigh_ifinfo()
1093 if (if_outgoing == BATADV_IF_DEFAULT) in batadv_purge_orig_ifinfo()
1246 BATADV_IF_DEFAULT); in batadv_purge_orig_node()
1247 batadv_update_route(bat_priv, orig_node, BATADV_IF_DEFAULT, in batadv_purge_orig_node()
1348 struct batadv_hard_iface *hardif = BATADV_IF_DEFAULT; in batadv_orig_dump()
Dbat_v.c290 if (if_outgoing != BATADV_IF_DEFAULT && in batadv_v_orig_dump_subentry()
532 router = batadv_orig_router_get(orig_node, BATADV_IF_DEFAULT); in batadv_v_gw_throughput_get()
536 router_ifinfo = batadv_neigh_ifinfo_get(router, BATADV_IF_DEFAULT); in batadv_v_gw_throughput_get()
668 router = batadv_orig_router_get(gw_node->orig_node, BATADV_IF_DEFAULT); in batadv_v_gw_dump_entry()
672 router_ifinfo = batadv_neigh_ifinfo_get(router, BATADV_IF_DEFAULT); in batadv_v_gw_dump_entry()
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 …]
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()
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()
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()
Dmain.h82 #define BATADV_IF_DEFAULT ((struct batadv_hard_iface *)NULL) macro
Dtranslation-table.c1764 BATADV_IF_DEFAULT); in batadv_transtable_best_orig()
1769 bao->neigh.cmp(router, BATADV_IF_DEFAULT, best_router, in batadv_transtable_best_orig()
1770 BATADV_IF_DEFAULT) <= 0) { in batadv_transtable_best_orig()
Drouting.c547 if (!(recv_if == BATADV_IF_DEFAULT && atomic_read(&bat_priv->bonding))) in batadv_find_router()
Ddistributed-arp-table.c696 BATADV_IF_DEFAULT); in batadv_dat_forward_data()