Lines Matching defs:recv_if

42 				       struct batadv_hard_iface *recv_if);
48 * @recv_if: the receive interface for which this route is set
55 struct batadv_hard_iface *recv_if,
61 orig_ifinfo = batadv_orig_ifinfo_get(orig_node, recv_if);
111 * @recv_if: the receive interface for which this route is set
116 struct batadv_hard_iface *recv_if,
124 router = batadv_orig_router_get(orig_node, recv_if);
127 _batadv_update_route(bat_priv, orig_node, recv_if, neigh_node);
334 * @recv_if: incoming hard interface
339 struct batadv_hard_iface *recv_if)
341 struct batadv_priv *bat_priv = netdev_priv(recv_if->soft_iface);
414 res = batadv_send_skb_to_orig(skb, orig_node, recv_if);
516 * @recv_if: pointer to interface this packet was received on
524 struct batadv_hard_iface *recv_if)
539 router = batadv_orig_router_get(orig_node, recv_if);
544 /* only consider bonding for recv_if == BATADV_IF_DEFAULT (first hop)
547 if (!(recv_if == BATADV_IF_DEFAULT && atomic_read(&bat_priv->bonding)))
582 recv_if))
657 struct batadv_hard_iface *recv_if)
659 struct batadv_priv *bat_priv = netdev_priv(recv_if->soft_iface);
706 res = batadv_send_skb_to_orig(skb, orig_node, recv_if);
903 * @recv_if: pointer to interface this packet was received on
909 struct batadv_hard_iface *recv_if)
912 struct batadv_priv *bat_priv = netdev_priv(recv_if->soft_iface);
924 return batadv_route_unicast_packet(skb, recv_if);
934 * @recv_if: incoming hard interface
939 struct batadv_hard_iface *recv_if)
941 struct batadv_priv *bat_priv = netdev_priv(recv_if->soft_iface);
1020 batadv_interface_rx(recv_if->soft_iface, skb, hdr_size,
1029 ret = batadv_route_unicast_packet(skb, recv_if);
1042 * @recv_if: pointer to interface this packet was received on
1048 struct batadv_hard_iface *recv_if)
1050 struct batadv_priv *bat_priv = netdev_priv(recv_if->soft_iface);
1081 ret = batadv_route_unicast_packet(skb, recv_if);
1095 * @recv_if: interface that the skb is received on
1104 struct batadv_hard_iface *recv_if)
1106 struct batadv_priv *bat_priv = netdev_priv(recv_if->soft_iface);
1124 batadv_frag_skb_fwd(skb, recv_if, orig_node_src)) {
1142 batadv_batman_skb_recv(skb, recv_if->net_dev,
1143 &recv_if->batman_adv_ptype, NULL);
1161 * @recv_if: incoming hard interface
1166 struct batadv_hard_iface *recv_if)
1168 struct batadv_priv *bat_priv = netdev_priv(recv_if->soft_iface);
1258 batadv_interface_rx(recv_if->soft_iface, skb, hdr_size, orig_node);