Home
last modified time | relevance | path

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

/Linux-v5.10/net/batman-adv/
Dmulticast.c2044 !test_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities)) { in batadv_mcast_tvlv_ogm_handler()
2045 set_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities); in batadv_mcast_tvlv_ogm_handler()
2047 test_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities)) { in batadv_mcast_tvlv_ogm_handler()
2048 clear_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities); in batadv_mcast_tvlv_ogm_handler()
2051 set_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capa_initialized); in batadv_mcast_tvlv_ogm_handler()
2154 if (!test_bit(BATADV_ORIG_CAPA_HAS_MCAST, in batadv_mcast_flags_seq_print_text()
2158 if (!test_bit(BATADV_ORIG_CAPA_HAS_MCAST, in batadv_mcast_flags_seq_print_text()
2251 if (test_bit(BATADV_ORIG_CAPA_HAS_MCAST, in batadv_mcast_flags_dump_entry()
2289 if (!test_bit(BATADV_ORIG_CAPA_HAS_MCAST, in batadv_mcast_flags_dump_bucket()
Dtypes.h562 BATADV_ORIG_CAPA_HAS_MCAST, enumerator