__LINK_STATE_DORMANT 2953 include/linux/netdevice.h if (!test_and_set_bit(__LINK_STATE_DORMANT, &dev->state)) __LINK_STATE_DORMANT 2965 include/linux/netdevice.h if (test_and_clear_bit(__LINK_STATE_DORMANT, &dev->state)) __LINK_STATE_DORMANT 2977 include/linux/netdevice.h return test_bit(__LINK_STATE_DORMANT, &dev->state);