Searched refs:VNET_ASSERT (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/sys/net/ |
| HD | vnet.h | 178 #define VNET_ASSERT(exp, msg) do { \ macro 183 #define VNET_ASSERT(exp, msg) do { \ macro 191 VNET_ASSERT((arg) != NULL && (arg)->vnet_magic_n == VNET_MAGIC_N, \ 207 VNET_ASSERT(curvnet != NULL && (saved_vnet == NULL || \ 216 VNET_ASSERT((arg) != NULL && (arg)->vnet_magic_n == VNET_MAGIC_N, \ 228 VNET_ASSERT(curvnet != NULL && (saved_vnet == NULL || \ 382 #define VNET_ASSERT(exp, msg) macro
|
| HD | netisr.c | 896 VNET_ASSERT(m->m_pkthdr.rcvif != NULL, in netisr_process_workstream_proto() 1056 VNET_ASSERT(m->m_pkthdr.rcvif != NULL, in netisr_queue_src()
|
| HD | if.c | 469 VNET_ASSERT(TAILQ_EMPTY(&V_ifnet), ("%s:%d tailq &V_ifnet=%p " in vnet_if_uninit() 471 VNET_ASSERT(TAILQ_EMPTY(&V_ifg_head), ("%s:%d tailq &V_ifg_head=%p " in vnet_if_uninit()
|
| /freebsd-11-stable/sys/kern/ |
| HD | subr_trap.c | 186 VNET_ASSERT(curvnet == NULL, in userret()
|
| HD | uipc_socket.c | 188 VNET_ASSERT(curvnet != NULL, \ 405 VNET_ASSERT(vnet != NULL, ("%s:%d vnet is NULL, so=%p", in soalloc() 442 VNET_ASSERT(so->so_vnet != NULL, ("%s:%d so_vnet is NULL, so=%p", in sodealloc() 590 VNET_ASSERT(head->so_vnet != NULL, ("%s:%d so_vnet is NULL, head=%p",
|