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.h334 __LINK_STATE_TESTING, enumerator
4457 if (!test_and_set_bit(__LINK_STATE_TESTING, &dev->state)) in netif_testing_on()
4469 if (test_and_clear_bit(__LINK_STATE_TESTING, &dev->state)) in netif_testing_off()
4481 return test_bit(__LINK_STATE_TESTING, &dev->state); in netif_testing()