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);
600 * @if_outgoing: the interface for which the packet should be considered
612 struct batadv_hard_iface *if_outgoing)
621 orig_ifinfo = batadv_orig_ifinfo_new(orig_node, if_outgoing);
654 neigh_ifinfo = batadv_neigh_ifinfo_new(neigh_node, if_outgoing);
659 if_outgoing,
684 * @if_outgoing: the interface for which the packet should be considered
694 struct batadv_hard_iface *if_outgoing)
711 if_outgoing);
716 router = batadv_orig_router_get(orig_node, if_outgoing);
742 router_ifinfo = batadv_neigh_ifinfo_get(router, if_outgoing);
743 neigh_ifinfo = batadv_neigh_ifinfo_get(neigh_node, if_outgoing);
760 batadv_update_route(bat_priv, orig_node, if_outgoing, neigh_node);
779 * @if_outgoing: the interface for which the packet should be considered
788 struct batadv_hard_iface *if_outgoing)
796 if_outgoing);
803 if (seqno_age > 0 && if_outgoing == BATADV_IF_DEFAULT)
812 if_outgoing);
817 if_incoming, if_outgoing);