Searched refs:BATADV_MCAST_WANT_ALL_IPV4 (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | multicast.c | 290 mla_flags.tvlv_flags |= BATADV_MCAST_WANT_ALL_IPV4; in batadv_mcast_mla_flags_get() 347 if (flags->tvlv_flags & BATADV_MCAST_WANT_ALL_IPV4) in batadv_mcast_mla_softif_get_ipv4() 574 if (tvlv_flags & BATADV_MCAST_WANT_ALL_IPV4) in batadv_mcast_mla_bridge_get() 813 (old_flags & BATADV_MCAST_WANT_ALL_IPV4) ? '4' : '.', in batadv_mcast_flags_log() 822 (flags & BATADV_MCAST_WANT_ALL_IPV4) ? '4' : '.', in batadv_mcast_flags_log() 1268 * BATADV_MCAST_WANT_ALL_IPV4 flag set. A transmission is performed via a 1342 * BATADV_MCAST_WANT_ALL_IPV4 or BATADV_MCAST_WANT_ALL_IPV6 flag set. A 1567 * If the BATADV_MCAST_WANT_ALL_IPV4 flag of this originator, orig, has 1582 if (mcast_flags & BATADV_MCAST_WANT_ALL_IPV4 && in batadv_mcast_want_ipv4_update() 1583 !(orig->mcast_flags & BATADV_MCAST_WANT_ALL_IPV4)) { in batadv_mcast_want_ipv4_update() [all...] |
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | multicast.c | 323 mla_flags.tvlv_flags |= BATADV_MCAST_WANT_ALL_IPV4; in batadv_mcast_mla_flags_get() 380 if (flags->tvlv_flags & BATADV_MCAST_WANT_ALL_IPV4) in batadv_mcast_mla_softif_get_ipv4() 608 if (tvlv_flags & BATADV_MCAST_WANT_ALL_IPV4) in batadv_mcast_mla_bridge_get() 847 (old_flags & BATADV_MCAST_WANT_ALL_IPV4) ? '4' : '.', in batadv_mcast_flags_log() 856 (flags & BATADV_MCAST_WANT_ALL_IPV4) ? '4' : '.', in batadv_mcast_flags_log() 1192 * Return: an orig_node which has the BATADV_MCAST_WANT_ALL_IPV4 flag set and 1247 * Return: an orig_node which has the BATADV_MCAST_WANT_ALL_IPV4 or 1522 * BATADV_MCAST_WANT_ALL_IPV4 flag set. A transmission is performed via a 1596 * BATADV_MCAST_WANT_ALL_IPV4 or BATADV_MCAST_WANT_ALL_IPV6 flag set. A 1821 * If the BATADV_MCAST_WANT_ALL_IPV4 fla [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | batadv_packet.h | 109 * @BATADV_MCAST_WANT_ALL_IPV4: we want all IPv4 multicast packets 120 BATADV_MCAST_WANT_ALL_IPV4 = 1UL << 1, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | batadv_packet.h | 111 * @BATADV_MCAST_WANT_ALL_IPV4: we want all IPv4 multicast packets 122 BATADV_MCAST_WANT_ALL_IPV4 = 1UL << 1, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | batadv_packet.h | 61 BATADV_MCAST_WANT_ALL_IPV4 = 1UL << 1, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | batadv_packet.h | 61 BATADV_MCAST_WANT_ALL_IPV4 = 1UL << 1, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | batadv_packet.h | 51 BATADV_MCAST_WANT_ALL_IPV4 = 1UL << 1, enumerator
|
Completed in 10 milliseconds