Lines Matching full:forward
489 * due to the store & forward characteristics of WIFI. in batadv_v_forward_penalty()
502 * batadv_v_ogm_forward() - check conditions and forward an OGM to the given
511 * Forward an OGM to an interface after having altered the throughput metric and
530 /* only forward for specific interfaces, not for the default one. */ in batadv_v_ogm_forward()
541 /* strict rule: forward packets coming from the best next hop only */ in batadv_v_ogm_forward()
545 /* don't forward the same seqno twice on one interface */ in batadv_v_ogm_forward()
571 /* apply forward penalty */ in batadv_v_ogm_forward()
700 bool forward = false; in batadv_v_ogm_route_update() local
722 forward = true; in batadv_v_ogm_route_update()
764 return forward; in batadv_v_ogm_route_update()
787 bool forward; in batadv_v_ogm_process_per_outif() local
806 forward = batadv_v_ogm_route_update(bat_priv, ethhdr, ogm2, orig_node, in batadv_v_ogm_process_per_outif()
810 /* if the routes have been processed correctly, check and forward */ in batadv_v_ogm_process_per_outif()
811 if (forward) in batadv_v_ogm_process_per_outif()