Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/batman-adv/
H A Dnetwork-coding.c131 clear_bit(BATADV_ORIG_CAPA_HAS_NC, &orig->capabilities); in batadv_nc_tvlv_ogm_handler_v1()
133 set_bit(BATADV_ORIG_CAPA_HAS_NC, &orig->capabilities); in batadv_nc_tvlv_ogm_handler_v1()
919 if (!test_bit(BATADV_ORIG_CAPA_HAS_NC, &orig_node->capabilities)) in batadv_nc_update_nc_node()
H A Dtypes.h552 /** @BATADV_ORIG_CAPA_HAS_NC: orig node has network coding enabled */
553 BATADV_ORIG_CAPA_HAS_NC, enumerator
/kernel/linux/linux-6.6/net/batman-adv/
H A Dnetwork-coding.c124 clear_bit(BATADV_ORIG_CAPA_HAS_NC, &orig->capabilities); in batadv_nc_tvlv_ogm_handler_v1()
126 set_bit(BATADV_ORIG_CAPA_HAS_NC, &orig->capabilities); in batadv_nc_tvlv_ogm_handler_v1()
912 if (!test_bit(BATADV_ORIG_CAPA_HAS_NC, &orig_node->capabilities)) in batadv_nc_update_nc_node()
H A Dtypes.h542 /** @BATADV_ORIG_CAPA_HAS_NC: orig node has network coding enabled */
543 BATADV_ORIG_CAPA_HAS_NC, enumerator

Completed in 11 milliseconds