Home
last modified time | relevance | path

Searched refs:BATADV_ORIG_CAPA_HAS_MCAST (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/batman-adv/
Dmulticast.c752 orig_initialized = test_bit(BATADV_ORIG_CAPA_HAS_MCAST, in batadv_mcast_tvlv_ogm_handler_v1()
760 !test_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities)) { in batadv_mcast_tvlv_ogm_handler_v1()
763 set_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities); in batadv_mcast_tvlv_ogm_handler_v1()
769 (test_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities) || in batadv_mcast_tvlv_ogm_handler_v1()
772 clear_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities); in batadv_mcast_tvlv_ogm_handler_v1()
775 set_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capa_initialized); in batadv_mcast_tvlv_ogm_handler_v1()
818 if (!test_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities) && in batadv_mcast_purge_orig()
819 test_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capa_initialized)) in batadv_mcast_purge_orig()
Dtypes.h322 BATADV_ORIG_CAPA_HAS_MCAST, enumerator