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

/freebsd-10.0-release/sys/netinet/
H A Din_pcb.h653 int in_pcbrele(struct inpcb *);
H A Din_pcb.c1084 * must always be followed by a call to INP_WLOCK() and in_pcbrele() to
1086 * context. Until in_pcbrele() has returned that the inpcb is still valid,
1093 * using in_pcbrele().
1106 * in_pcbfree() may have been made between in_pcbref() and in_pcbrele(), we
1113 * need for the pcbinfo lock in in_pcbrele(). Deferring the free is entirely
1169 in_pcbrele(struct inpcb *inp) function
1180 * released using in_pcbrele(), but the inpcb is still unlocked. Almost all

Completed in 70 milliseconds