Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dmulticast.c323 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()
1836 if (mcast_flags & BATADV_MCAST_WANT_ALL_IPV4 && in batadv_mcast_want_ipv4_update()
1837 !(orig->mcast_flags & BATADV_MCAST_WANT_ALL_IPV4)) { in batadv_mcast_want_ipv4_update()
1847 } else if (!(mcast_flags & BATADV_MCAST_WANT_ALL_IPV4) && in batadv_mcast_want_ipv4_update()
1848 orig->mcast_flags & BATADV_MCAST_WANT_ALL_IPV4) { in batadv_mcast_want_ipv4_update()
2012 mcast_flags |= BATADV_MCAST_WANT_ALL_IPV4; in batadv_mcast_tvlv_flags_get()
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbatadv_packet.h120 BATADV_MCAST_WANT_ALL_IPV4 = 1UL << 1, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbatadv_packet.h126 BATADV_MCAST_WANT_ALL_IPV4 = 1UL << 1, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbatadv_packet.h126 BATADV_MCAST_WANT_ALL_IPV4 = 1UL << 1, enumerator