Lines Matching refs:soft_iface

642 bool batadv_tt_local_add(struct net_device *soft_iface, const u8 *addr,  in batadv_tt_local_add()  argument
645 struct batadv_priv *bat_priv = netdev_priv(soft_iface); in batadv_tt_local_add()
648 struct net *net = dev_net(soft_iface); in batadv_tt_local_add()
706 net_ratelimited_function(batadv_info, soft_iface, in batadv_tt_local_add()
719 net_ratelimited_function(batadv_info, soft_iface, in batadv_tt_local_add()
749 if (batadv_compare_eth(addr, soft_iface->dev_addr) || in batadv_tt_local_add()
1011 if (tt_diff_len > bat_priv->soft_iface->mtu) in batadv_tt_tvlv_container_update()
1247 struct net_device *soft_iface; in batadv_tt_local_dump() local
1262 soft_iface = dev_get_by_index(net, ifindex); in batadv_tt_local_dump()
1263 if (!soft_iface || !batadv_softif_is_valid(soft_iface)) { in batadv_tt_local_dump()
1268 bat_priv = netdev_priv(soft_iface); in batadv_tt_local_dump()
1293 if (soft_iface) in batadv_tt_local_dump()
1294 dev_put(soft_iface); in batadv_tt_local_dump()
2162 struct net_device *soft_iface; in batadv_tt_global_dump() local
2178 soft_iface = dev_get_by_index(net, ifindex); in batadv_tt_global_dump()
2179 if (!soft_iface || !batadv_softif_is_valid(soft_iface)) { in batadv_tt_global_dump()
2184 bat_priv = netdev_priv(soft_iface); in batadv_tt_global_dump()
2210 if (soft_iface) in batadv_tt_global_dump()
2211 dev_put(soft_iface); in batadv_tt_global_dump()
3306 net_ratelimited_function(batadv_info, bat_priv->soft_iface, in batadv_send_other_tt_response()
4173 void batadv_tt_local_resize_to_mtu(struct net_device *soft_iface) in batadv_tt_local_resize_to_mtu() argument
4175 struct batadv_priv *bat_priv = netdev_priv(soft_iface); in batadv_tt_local_resize_to_mtu()
4192 net_ratelimited_function(batadv_info, soft_iface, in batadv_tt_local_resize_to_mtu()