Searched refs:in_pcbrele (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Din_pcb.h653 int in_pcbrele(struct inpcb *);
H A Din_pcb.c1083 * must always be followed by a call to INP_WLOCK() and in_pcbrele() to
1085 * context. Until in_pcbrele() has returned that the inpcb is still valid,
1092 * using in_pcbrele().
1105 * in_pcbfree() may have been made between in_pcbref() and in_pcbrele(), we
1112 * need for the pcbinfo lock in in_pcbrele(). Deferring the free is entirely
1168 in_pcbrele(struct inpcb *inp) function
1179 * released using in_pcbrele(), but the inpcb is still unlocked. Almost all

Completed in 180 milliseconds