Lines Matching refs:soft_iface

641 bool batadv_tt_local_add(struct net_device *soft_iface, const u8 *addr,  in batadv_tt_local_add()  argument
644 struct batadv_priv *bat_priv = netdev_priv(soft_iface); in batadv_tt_local_add()
647 struct net *net = dev_net(soft_iface); in batadv_tt_local_add()
705 net_ratelimited_function(batadv_info, soft_iface, in batadv_tt_local_add()
718 net_ratelimited_function(batadv_info, soft_iface, in batadv_tt_local_add()
748 if (batadv_compare_eth(addr, soft_iface->dev_addr) || in batadv_tt_local_add()
1010 if (tt_diff_len > bat_priv->soft_iface->mtu) in batadv_tt_tvlv_container_update()
1254 struct net_device *soft_iface; in batadv_tt_local_dump() local
1268 soft_iface = dev_get_by_index(net, ifindex); in batadv_tt_local_dump()
1269 if (!soft_iface || !batadv_softif_is_valid(soft_iface)) { in batadv_tt_local_dump()
1274 bat_priv = netdev_priv(soft_iface); in batadv_tt_local_dump()
1297 if (soft_iface) in batadv_tt_local_dump()
1298 dev_put(soft_iface); in batadv_tt_local_dump()
2170 struct net_device *soft_iface; in batadv_tt_global_dump() local
2186 soft_iface = dev_get_by_index(net, ifindex); in batadv_tt_global_dump()
2187 if (!soft_iface || !batadv_softif_is_valid(soft_iface)) { in batadv_tt_global_dump()
2192 bat_priv = netdev_priv(soft_iface); in batadv_tt_global_dump()
2218 if (soft_iface) in batadv_tt_global_dump()
2219 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()