Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_pcb.h449 void inp_unlock_assert(struct inpcb *);
452 #define inp_unlock_assert(inp) do {} while (0) macro
H A Din_pcb.c2846 inp_unlock_assert(struct inpcb *inp) in inp_unlock_assert() function