Lines Matching refs:if_incoming

456  * @if_incoming: the interface where the OGM has been received
476 struct batadv_hard_iface *if_incoming,
480 int if_hop_penalty = atomic_read(&if_incoming->hop_penalty);
497 if_incoming == if_outgoing &&
498 !(if_incoming->bat_v.flags & BATADV_FULL_DUPLEX))
512 * @if_incoming: the interface on which this OGM was received on
522 struct batadv_hard_iface *if_incoming,
583 ogm_forward->ttl, if_incoming->net_dev->name);
602 * @if_incoming: the interface where this packet was received
614 struct batadv_hard_iface *if_incoming,
661 path_throughput = batadv_v_forward_penalty(bat_priv, if_incoming,
688 * @if_incoming: the interface where this packet was received
698 struct batadv_hard_iface *if_incoming,
788 * @if_incoming: the interface where this packet was received
797 struct batadv_hard_iface *if_incoming,
805 neigh_node, if_incoming,
821 neigh_node, if_incoming,
827 if_incoming, if_outgoing);
860 * @if_incoming: the interface where this packet was received
863 struct batadv_hard_iface *if_incoming)
865 struct batadv_priv *bat_priv = netdev_priv(if_incoming->soft_iface);
882 ethhdr->h_source, if_incoming->net_dev->name,
883 if_incoming->net_dev->dev_addr, ogm_packet->orig,
903 hardif_neigh = batadv_hardif_neigh_get(if_incoming, ethhdr->h_source);
914 neigh_node = batadv_neigh_node_get_or_create(orig_node, if_incoming,
931 neigh_node, if_incoming,
976 if_incoming, hard_iface);
993 * @if_incoming: the interface where this OGM has been received
999 struct batadv_hard_iface *if_incoming)
1001 struct batadv_priv *bat_priv = netdev_priv(if_incoming->soft_iface);
1014 if (!batadv_check_management_packet(skb, if_incoming, BATADV_OGM2_HLEN))
1030 batadv_v_ogm_process(skb, ogm_offset, if_incoming);