Lines Matching refs:soft_iface
636 bool batadv_tt_local_add(struct net_device *soft_iface, const u8 *addr, in batadv_tt_local_add() argument
639 struct batadv_priv *bat_priv = netdev_priv(soft_iface); in batadv_tt_local_add()
642 struct net *net = dev_net(soft_iface); in batadv_tt_local_add()
700 net_ratelimited_function(batadv_info, soft_iface, in batadv_tt_local_add()
713 net_ratelimited_function(batadv_info, soft_iface, in batadv_tt_local_add()
743 if (batadv_compare_eth(addr, soft_iface->dev_addr) || in batadv_tt_local_add()
1007 if (tt_diff_len > bat_priv->soft_iface->mtu) in batadv_tt_tvlv_container_update()
1251 struct net_device *soft_iface; in batadv_tt_local_dump() local
1265 soft_iface = dev_get_by_index(net, ifindex); in batadv_tt_local_dump()
1266 if (!soft_iface || !batadv_softif_is_valid(soft_iface)) { in batadv_tt_local_dump()
1271 bat_priv = netdev_priv(soft_iface); in batadv_tt_local_dump()
1294 if (soft_iface) in batadv_tt_local_dump()
1295 dev_put(soft_iface); in batadv_tt_local_dump()
2167 struct net_device *soft_iface; in batadv_tt_global_dump() local
2183 soft_iface = dev_get_by_index(net, ifindex); in batadv_tt_global_dump()
2184 if (!soft_iface || !batadv_softif_is_valid(soft_iface)) { in batadv_tt_global_dump()
2189 bat_priv = netdev_priv(soft_iface); in batadv_tt_global_dump()
2215 if (soft_iface) in batadv_tt_global_dump()
2216 dev_put(soft_iface); in batadv_tt_global_dump()
3314 net_ratelimited_function(batadv_info, bat_priv->soft_iface, in batadv_send_other_tt_response()
4183 void batadv_tt_local_resize_to_mtu(struct net_device *soft_iface) in batadv_tt_local_resize_to_mtu() argument
4185 struct batadv_priv *bat_priv = netdev_priv(soft_iface); in batadv_tt_local_resize_to_mtu()
4202 net_ratelimited_function(batadv_info, soft_iface, in batadv_tt_local_resize_to_mtu()