Lines Matching refs:if_outgoing

457  * @if_outgoing: the interface where the OGM has to be forwarded to
477 struct batadv_hard_iface *if_outgoing,
489 if (if_outgoing == BATADV_IF_DEFAULT)
497 if_incoming == if_outgoing &&
513 * @if_outgoing: the interface to which the OGM has to be forwarded to
523 struct batadv_hard_iface *if_outgoing)
535 if (if_outgoing == BATADV_IF_DEFAULT)
538 orig_ifinfo = batadv_orig_ifinfo_new(orig_node, if_outgoing);
543 router = batadv_orig_router_get(orig_node, if_outgoing);
560 neigh_ifinfo = batadv_neigh_ifinfo_get(neigh_node, if_outgoing);
567 skb = netdev_alloc_skb_ip_align(if_outgoing->net_dev,
582 if_outgoing->net_dev->name, ntohl(ogm_forward->throughput),
585 batadv_v_ogm_queue_on_if(skb, if_outgoing);
603 * @if_outgoing: the interface for which the packet should be considered
615 struct batadv_hard_iface *if_outgoing)
624 orig_ifinfo = batadv_orig_ifinfo_new(orig_node, if_outgoing);
657 neigh_ifinfo = batadv_neigh_ifinfo_new(neigh_node, if_outgoing);
662 if_outgoing,
689 * @if_outgoing: the interface for which the packet should be considered
699 struct batadv_hard_iface *if_outgoing)
716 if_outgoing);
721 router = batadv_orig_router_get(orig_node, if_outgoing);
747 router_ifinfo = batadv_neigh_ifinfo_get(router, if_outgoing);
748 neigh_ifinfo = batadv_neigh_ifinfo_get(neigh_node, if_outgoing);
765 batadv_update_route(bat_priv, orig_node, if_outgoing, neigh_node);
789 * @if_outgoing: the interface for which the packet should be considered
798 struct batadv_hard_iface *if_outgoing)
806 if_outgoing);
813 if (seqno_age > 0 && if_outgoing == BATADV_IF_DEFAULT)
822 if_outgoing);
827 if_incoming, if_outgoing);