NET_ASSERT_UNLOCKED
NET_ASSERT_UNLOCKED();
#define fdplock(fdp) do { NET_ASSERT_UNLOCKED(); rw_enter_write(&(fdp)->fd_lock); } while (0)