Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Din_pcb.h612 void inp_lock_assert(struct inpcb *);
615 #define inp_lock_assert(inp) do {} while (0) macro
H A Din_pcb.c2793 inp_lock_assert(struct inpcb *inp) in inp_lock_assert() function