Home
last modified time | relevance | path

Searched refs:shadowing (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/net/batman-adv/
H A Dmulticast.c273 qr4->shadowing = br_multicast_has_querier_adjacent(dev, ETH_P_IP); in batadv_mcast_mla_flags_get()
276 qr6->shadowing = br_multicast_has_querier_adjacent(dev, ETH_P_IPV6); in batadv_mcast_mla_flags_get()
289 if (!qr4->exists || qr4->shadowing) { in batadv_mcast_mla_flags_get()
294 if (!qr6->exists || qr6->shadowing) { in batadv_mcast_mla_flags_get()
723 * potentially shadowing listeners from us then.
746 if ((!old_state->shadowing && new_state->shadowing) || in batadv_mcast_querier_log()
747 (!old_state->exists && new_state->shadowing)) in batadv_mcast_querier_log()
751 else if (old_state->shadowing && !new_state->shadowing) in batadv_mcast_querier_log()
[all...]
H A Dtypes.h1187 * @shadowing: if a querier exists, whether it is potentially shadowing
1190 unsigned char shadowing:1; member
/kernel/linux/linux-5.10/net/batman-adv/
H A Dmulticast.c306 qr4->shadowing = br_multicast_has_querier_adjacent(dev, ETH_P_IP); in batadv_mcast_mla_flags_get()
309 qr6->shadowing = br_multicast_has_querier_adjacent(dev, ETH_P_IPV6); in batadv_mcast_mla_flags_get()
322 if (!qr4->exists || qr4->shadowing) { in batadv_mcast_mla_flags_get()
327 if (!qr6->exists || qr6->shadowing) { in batadv_mcast_mla_flags_get()
757 * potentially shadowing listeners from us then.
780 if ((!old_state->shadowing && new_state->shadowing) || in batadv_mcast_querier_log()
781 (!old_state->exists && new_state->shadowing)) in batadv_mcast_querier_log()
785 else if (old_state->shadowing && !new_state->shadowing) in batadv_mcast_querier_log()
[all...]
H A Dtypes.h1197 * @shadowing: if a querier exists, whether it is potentially shadowing
1200 unsigned char shadowing:1; member

Completed in 11 milliseconds