Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din_pcb.h607 void inp_lock_assert(struct inpcb *);
610 #define inp_lock_assert(inp) do {} while (0) macro
/f-stack/freebsd/netinet/
H A Din_pcb.h607 void inp_lock_assert(struct inpcb *);
610 #define inp_lock_assert(inp) do {} while (0) macro
H A Din_pcb.c2970 inp_lock_assert(struct inpcb *inp) in inp_lock_assert() function