Searched refs:BATADV_ORIG_CAPA_HAS_MCAST (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/net/batman-adv/ |
| D | multicast.c | 2017 !test_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities)) { in batadv_mcast_tvlv_ogm_handler() 2018 set_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities); in batadv_mcast_tvlv_ogm_handler() 2020 test_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities)) { in batadv_mcast_tvlv_ogm_handler() 2021 clear_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities); in batadv_mcast_tvlv_ogm_handler() 2024 set_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capa_initialized); in batadv_mcast_tvlv_ogm_handler() 2127 if (!test_bit(BATADV_ORIG_CAPA_HAS_MCAST, in batadv_mcast_flags_seq_print_text() 2131 if (!test_bit(BATADV_ORIG_CAPA_HAS_MCAST, in batadv_mcast_flags_seq_print_text() 2224 if (test_bit(BATADV_ORIG_CAPA_HAS_MCAST, in batadv_mcast_flags_dump_entry() 2262 if (!test_bit(BATADV_ORIG_CAPA_HAS_MCAST, in batadv_mcast_flags_dump_bucket()
|
| D | types.h | 559 BATADV_ORIG_CAPA_HAS_MCAST, enumerator
|