Searched refs:BATADV_MCAST_WANT_ALL_IPV6 (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | multicast.c | 295 mla_flags.tvlv_flags |= BATADV_MCAST_WANT_ALL_IPV6; in batadv_mcast_mla_flags_get() 414 if (flags->tvlv_flags & BATADV_MCAST_WANT_ALL_IPV6) in batadv_mcast_mla_softif_get_ipv6() 588 if (tvlv_flags & BATADV_MCAST_WANT_ALL_IPV6) in batadv_mcast_mla_bridge_get() 814 (old_flags & BATADV_MCAST_WANT_ALL_IPV6) ? '6' : '.', in batadv_mcast_flags_log() 823 (flags & BATADV_MCAST_WANT_ALL_IPV6) ? '6' : '.', in batadv_mcast_flags_log() 1305 * BATADV_MCAST_WANT_ALL_IPV6 flag set. A transmission is performed via a 1342 * BATADV_MCAST_WANT_ALL_IPV4 or BATADV_MCAST_WANT_ALL_IPV6 flag set. A 1612 * If the BATADV_MCAST_WANT_ALL_IPV6 flag of this originator, orig, has 1627 if (mcast_flags & BATADV_MCAST_WANT_ALL_IPV6 && in batadv_mcast_want_ipv6_update() 1628 !(orig->mcast_flags & BATADV_MCAST_WANT_ALL_IPV6)) { in batadv_mcast_want_ipv6_update() [all...] |
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | multicast.c | 328 mla_flags.tvlv_flags |= BATADV_MCAST_WANT_ALL_IPV6; in batadv_mcast_mla_flags_get() 447 if (flags->tvlv_flags & BATADV_MCAST_WANT_ALL_IPV6) in batadv_mcast_mla_softif_get_ipv6() 622 if (tvlv_flags & BATADV_MCAST_WANT_ALL_IPV6) in batadv_mcast_mla_bridge_get() 848 (old_flags & BATADV_MCAST_WANT_ALL_IPV6) ? '6' : '.', in batadv_mcast_flags_log() 857 (flags & BATADV_MCAST_WANT_ALL_IPV6) ? '6' : '.', in batadv_mcast_flags_log() 1219 * Return: an orig_node which has the BATADV_MCAST_WANT_ALL_IPV6 flag set 1248 * BATADV_MCAST_WANT_ALL_IPV6 flag, depending on the provided ethhdr, sets and 1559 * BATADV_MCAST_WANT_ALL_IPV6 flag set. A transmission is performed via a 1596 * BATADV_MCAST_WANT_ALL_IPV4 or BATADV_MCAST_WANT_ALL_IPV6 flag set. A 1866 * If the BATADV_MCAST_WANT_ALL_IPV6 fla [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | batadv_packet.h | 111 * @BATADV_MCAST_WANT_ALL_IPV6: we want all IPv6 multicast packets 121 BATADV_MCAST_WANT_ALL_IPV6 = 1UL << 2, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | batadv_packet.h | 113 * @BATADV_MCAST_WANT_ALL_IPV6: we want all IPv6 multicast packets 123 BATADV_MCAST_WANT_ALL_IPV6 = 1UL << 2, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | batadv_packet.h | 62 BATADV_MCAST_WANT_ALL_IPV6 = 1UL << 2, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | batadv_packet.h | 62 BATADV_MCAST_WANT_ALL_IPV6 = 1UL << 2, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | batadv_packet.h | 52 BATADV_MCAST_WANT_ALL_IPV6 = 1UL << 2, enumerator
|
Completed in 10 milliseconds