Searched refs:BATADV_ORIG_CAPA_HAS_MCAST (Results 1 – 2 of 2) sorted by relevance
/net/batman-adv/ |
D | multicast.c | 2049 !test_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities)) { in batadv_mcast_tvlv_ogm_handler() 2050 set_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities); in batadv_mcast_tvlv_ogm_handler() 2052 test_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities)) { in batadv_mcast_tvlv_ogm_handler() 2053 clear_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities); in batadv_mcast_tvlv_ogm_handler() 2056 set_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capa_initialized); in batadv_mcast_tvlv_ogm_handler() 2159 if (!test_bit(BATADV_ORIG_CAPA_HAS_MCAST, in batadv_mcast_flags_seq_print_text() 2163 if (!test_bit(BATADV_ORIG_CAPA_HAS_MCAST, in batadv_mcast_flags_seq_print_text() 2256 if (test_bit(BATADV_ORIG_CAPA_HAS_MCAST, in batadv_mcast_flags_dump_entry() 2294 if (!test_bit(BATADV_ORIG_CAPA_HAS_MCAST, in batadv_mcast_flags_dump_bucket()
|
D | types.h | 562 BATADV_ORIG_CAPA_HAS_MCAST, enumerator
|