Home
last modified time | relevance | path

Searched refs:br_multicast_has_router_adjacent (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dif_bridge.h79 bool br_multicast_has_router_adjacent(struct net_device *dev, int proto);
99 static inline bool br_multicast_has_router_adjacent(struct net_device *dev, in br_multicast_has_router_adjacent() function
/kernel/linux/linux-6.6/net/batman-adv/
H A Dmulticast.c204 if (!br_multicast_has_router_adjacent(dev, ETH_P_IP)) in batadv_mcast_mla_rtr_flags_bridge_get()
206 if (!br_multicast_has_router_adjacent(dev, ETH_P_IPV6)) in batadv_mcast_mla_rtr_flags_bridge_get()
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_multicast.c4893 * br_multicast_has_router_adjacent - Checks for a router behind a bridge port
4901 bool br_multicast_has_router_adjacent(struct net_device *dev, int proto) in br_multicast_has_router_adjacent() function
4948 EXPORT_SYMBOL_GPL(br_multicast_has_router_adjacent); variable

Completed in 10 milliseconds