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);
599 * @if_incoming: the interface where this packet was received
611 struct batadv_hard_iface *if_incoming,
658 path_throughput = batadv_v_forward_penalty(bat_priv, if_incoming,
683 * @if_incoming: the interface where this packet was received
693 struct batadv_hard_iface *if_incoming,
778 * @if_incoming: the interface where this packet was received
787 struct batadv_hard_iface *if_incoming,
795 neigh_node, if_incoming,
811 neigh_node, if_incoming,
817 if_incoming, if_outgoing);
850 * @if_incoming: the interface where this packet was received
853 struct batadv_hard_iface *if_incoming)
855 struct batadv_priv *bat_priv = netdev_priv(if_incoming->soft_iface);
872 ethhdr->h_source, if_incoming->net_dev->name,
873 if_incoming->net_dev->dev_addr, ogm_packet->orig,
893 hardif_neigh = batadv_hardif_neigh_get(if_incoming, ethhdr->h_source);
904 neigh_node = batadv_neigh_node_get_or_create(orig_node, if_incoming,
921 neigh_node, if_incoming,
966 if_incoming, hard_iface);
980 * @if_incoming: the interface where this OGM has been received
986 struct batadv_hard_iface *if_incoming)
988 struct batadv_priv *bat_priv = netdev_priv(if_incoming->soft_iface);
1001 if (!batadv_check_management_packet(skb, if_incoming, BATADV_OGM2_HLEN))
1017 batadv_v_ogm_process(skb, ogm_offset, if_incoming);