Searched refs:BATADV_ORIG_CAPA_HAS_MCAST (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/net/batman-adv/ |
| D | multicast.c | 1196 !test_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities)) { in batadv_mcast_tvlv_ogm_handler() 1197 set_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities); in batadv_mcast_tvlv_ogm_handler() 1199 test_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities)) { in batadv_mcast_tvlv_ogm_handler() 1200 clear_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities); in batadv_mcast_tvlv_ogm_handler() 1203 set_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capa_initialized); in batadv_mcast_tvlv_ogm_handler() 1301 if (!test_bit(BATADV_ORIG_CAPA_HAS_MCAST, in batadv_mcast_flags_seq_print_text() 1305 if (!test_bit(BATADV_ORIG_CAPA_HAS_MCAST, in batadv_mcast_flags_seq_print_text() 1390 if (test_bit(BATADV_ORIG_CAPA_HAS_MCAST, in batadv_mcast_flags_dump_entry() 1423 if (!test_bit(BATADV_ORIG_CAPA_HAS_MCAST, in batadv_mcast_flags_dump_bucket()
|
| D | types.h | 537 BATADV_ORIG_CAPA_HAS_MCAST, enumerator
|