Lines Matching defs:recv_if

43 				       struct batadv_hard_iface *recv_if);
49 * @recv_if: the receive interface for which this route is set
56 struct batadv_hard_iface *recv_if,
62 orig_ifinfo = batadv_orig_ifinfo_get(orig_node, recv_if);
113 * @recv_if: the receive interface for which this route is set
118 struct batadv_hard_iface *recv_if,
126 router = batadv_orig_router_get(orig_node, recv_if);
129 _batadv_update_route(bat_priv, orig_node, recv_if, neigh_node);
350 * @recv_if: incoming hard interface
355 struct batadv_hard_iface *recv_if)
357 struct batadv_priv *bat_priv = netdev_priv(recv_if->soft_iface);
430 res = batadv_send_skb_to_orig(skb, orig_node, recv_if);
534 * @recv_if: pointer to interface this packet was received on
542 struct batadv_hard_iface *recv_if)
557 router = batadv_orig_router_get(orig_node, recv_if);
562 /* only consider bonding for recv_if == BATADV_IF_DEFAULT (first hop)
565 if (!(recv_if == BATADV_IF_DEFAULT && atomic_read(&bat_priv->bonding)))
600 recv_if))
676 struct batadv_hard_iface *recv_if)
678 struct batadv_priv *bat_priv = netdev_priv(recv_if->soft_iface);
725 res = batadv_send_skb_to_orig(skb, orig_node, recv_if);
923 * @recv_if: pointer to interface this packet was received on
929 struct batadv_hard_iface *recv_if)
932 struct batadv_priv *bat_priv = netdev_priv(recv_if->soft_iface);
944 return batadv_route_unicast_packet(skb, recv_if);
954 * @recv_if: incoming hard interface
959 struct batadv_hard_iface *recv_if)
961 struct batadv_priv *bat_priv = netdev_priv(recv_if->soft_iface);
1040 batadv_interface_rx(recv_if->soft_iface, skb, hdr_size,
1050 ret = batadv_route_unicast_packet(skb, recv_if);
1063 * @recv_if: pointer to interface this packet was received on
1069 struct batadv_hard_iface *recv_if)
1071 struct batadv_priv *bat_priv = netdev_priv(recv_if->soft_iface);
1103 ret = batadv_route_unicast_packet(skb, recv_if);
1117 * @recv_if: interface that the skb is received on
1126 struct batadv_hard_iface *recv_if)
1128 struct batadv_priv *bat_priv = netdev_priv(recv_if->soft_iface);
1146 batadv_frag_skb_fwd(skb, recv_if, orig_node_src)) {
1164 batadv_batman_skb_recv(skb, recv_if->net_dev,
1165 &recv_if->batman_adv_ptype, NULL);
1183 * @recv_if: incoming hard interface
1188 struct batadv_hard_iface *recv_if)
1190 struct batadv_priv *bat_priv = netdev_priv(recv_if->soft_iface);
1278 batadv_interface_rx(recv_if->soft_iface, skb, hdr_size, orig_node);