Lines Matching full:forward
493 * due to the store & forward characteristics of WIFI. in batadv_v_forward_penalty()
506 * batadv_v_ogm_forward() - check conditions and forward an OGM to the given
515 * Forward an OGM to an interface after having altered the throughput metric and
534 /* only forward for specific interfaces, not for the default one. */ in batadv_v_ogm_forward()
545 /* strict rule: forward packets coming from the best next hop only */ in batadv_v_ogm_forward()
549 /* don't forward the same seqno twice on one interface */ in batadv_v_ogm_forward()
575 /* apply forward penalty */ in batadv_v_ogm_forward()
704 bool forward = false; in batadv_v_ogm_route_update() local
726 forward = true; in batadv_v_ogm_route_update()
768 return forward; in batadv_v_ogm_route_update()
791 bool forward; in batadv_v_ogm_process_per_outif() local
810 forward = batadv_v_ogm_route_update(bat_priv, ethhdr, ogm2, orig_node, in batadv_v_ogm_process_per_outif()
814 /* if the routes have been processed correctly, check and forward */ in batadv_v_ogm_process_per_outif()
815 if (forward) in batadv_v_ogm_process_per_outif()