Home
last modified time | relevance | path

Searched refs:BATADV_ORIG_CAPA_HAS_MCAST (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/net/batman-adv/
H A Dmulticast.c1795 !test_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities)) { in batadv_mcast_tvlv_ogm_handler()
1796 set_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities); in batadv_mcast_tvlv_ogm_handler()
1798 test_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities)) { in batadv_mcast_tvlv_ogm_handler()
1799 clear_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities); in batadv_mcast_tvlv_ogm_handler()
1802 set_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capa_initialized); in batadv_mcast_tvlv_ogm_handler()
1892 if (test_bit(BATADV_ORIG_CAPA_HAS_MCAST, in batadv_mcast_flags_dump_entry()
1930 if (!test_bit(BATADV_ORIG_CAPA_HAS_MCAST, in batadv_mcast_flags_dump_bucket()
H A Dtypes.h549 * @BATADV_ORIG_CAPA_HAS_MCAST: orig node has some multicast capability
552 BATADV_ORIG_CAPA_HAS_MCAST, enumerator
/kernel/linux/linux-5.10/net/batman-adv/
H A Dmulticast.c2049 !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()
H A Dtypes.h559 * @BATADV_ORIG_CAPA_HAS_MCAST: orig node has some multicast capability
562 BATADV_ORIG_CAPA_HAS_MCAST, enumerator

Completed in 15 milliseconds