Home
last modified time | relevance | path

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

/linux-6.15/net/batman-adv/
H A Doriginator.c255 if (neigh_ifinfo->if_outgoing != BATADV_IF_DEFAULT) in batadv_neigh_ifinfo_release()
426 if (if_outgoing != BATADV_IF_DEFAULT) in batadv_orig_ifinfo_new()
781 hard_iface = BATADV_IF_DEFAULT; in batadv_hardif_neigh_dump()
815 if (orig_ifinfo->if_outgoing != BATADV_IF_DEFAULT) in batadv_orig_ifinfo_release()
1031 if (if_outgoing == BATADV_IF_DEFAULT) in batadv_purge_neigh_ifinfo()
1075 if (if_outgoing == BATADV_IF_DEFAULT) in batadv_purge_orig_ifinfo()
1228 BATADV_IF_DEFAULT); in batadv_purge_orig_node()
1229 batadv_update_route(bat_priv, orig_node, BATADV_IF_DEFAULT, in batadv_purge_orig_node()
1352 hard_iface = 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 Dgateway_client.c229 BATADV_IF_DEFAULT); in batadv_gw_election()
236 BATADV_IF_DEFAULT); in batadv_gw_election()
727 BATADV_IF_DEFAULT); in batadv_gw_out_of_range()
744 old_ifinfo = batadv_neigh_ifinfo_get(neigh_old, BATADV_IF_DEFAULT); in batadv_gw_out_of_range()
H A Dbat_iv_ogm.c1396 if (if_outgoing == BATADV_IF_DEFAULT) in batadv_iv_ogm_process_per_outif()
1451 if (if_outgoing == BATADV_IF_DEFAULT) in batadv_iv_ogm_process_per_outif()
1668 if_incoming, BATADV_IF_DEFAULT); in batadv_iv_ogm_process()
1836 if (if_outgoing != BATADV_IF_DEFAULT && in batadv_iv_ogm_orig_dump_subentry()
2270 router = batadv_orig_router_get(orig_node, BATADV_IF_DEFAULT); in batadv_iv_gw_get_best_gw_node()
2275 BATADV_IF_DEFAULT); in batadv_iv_gw_get_best_gw_node()
2347 router_gw = batadv_orig_router_get(curr_gw_orig, BATADV_IF_DEFAULT); in batadv_iv_gw_is_eligible()
2354 BATADV_IF_DEFAULT); in batadv_iv_gw_is_eligible()
2360 router_orig = batadv_orig_router_get(orig_node, BATADV_IF_DEFAULT); in batadv_iv_gw_is_eligible()
2365 BATADV_IF_DEFAULT); in batadv_iv_gw_is_eligible()
[all …]
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()
921 BATADV_IF_DEFAULT); in batadv_v_ogm_process()
H A Dmain.h84 #define BATADV_IF_DEFAULT ((struct batadv_hard_iface *)NULL) macro
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 Drouting.c547 if (!(recv_if == BATADV_IF_DEFAULT && atomic_read(&bat_priv->bonding))) in batadv_find_router()
H A Dtranslation-table.c1723 BATADV_IF_DEFAULT); in batadv_transtable_best_orig()
1728 bao->neigh.cmp(router, BATADV_IF_DEFAULT, best_router, in batadv_transtable_best_orig()
1729 BATADV_IF_DEFAULT) <= 0) { in batadv_transtable_best_orig()
H A Ddistributed-arp-table.c695 BATADV_IF_DEFAULT); in batadv_dat_forward_data()