Home
last modified time | relevance | path

Searched refs:batadv_meshif_is_valid (Results 1 – 4 of 4) sorted by relevance

/linux/net/batman-adv/
H A Dmesh-interface.h21 bool batadv_meshif_is_valid(const struct net_device *net_dev);
H A Dhard-interface.c87 if (!mesh_iface || !batadv_meshif_is_valid(mesh_iface)) in batadv_hardif_get_by_netdev()
171 if (batadv_meshif_is_valid(net_dev)) in batadv_is_on_batman_iface()
1113 if (batadv_meshif_is_valid(net_dev)) in batadv_hard_if_event()
H A Dmesh-interface.c1173 bool batadv_meshif_is_valid(const struct net_device *net_dev) in batadv_meshif_is_valid() function
H A Dnetlink.c1150 if (!batadv_meshif_is_valid(mesh_iface)) in batadv_netlink_get_meshif_from_ifindex()