Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetdevice.h329 __LINK_STATE_TESTING, enumerator
4213 if (!test_and_set_bit(__LINK_STATE_TESTING, &dev->state)) in netif_testing_on()
4225 if (test_and_clear_bit(__LINK_STATE_TESTING, &dev->state)) in netif_testing_off()
4237 return test_bit(__LINK_STATE_TESTING, &dev->state); in netif_testing()