Searched refs:in_pcbrele_wlocked (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Din_pcb.c1146 in_pcbrele_wlocked(struct inpcb *inp) function
1172 return (in_pcbrele_wlocked(inp));
1220 if (!in_pcbrele_wlocked(inp))
1643 if (in_pcbrele_wlocked(inp))
1803 if (in_pcbrele_wlocked(inp))
H A Din_pcb.h655 int in_pcbrele_wlocked(struct inpcb *);
H A Dtcp_timer.c539 if (in_pcbrele_wlocked(inp)) {
H A Dtcp_input.c959 if (in_pcbrele_wlocked(inp)) {
1016 if (in_pcbrele_wlocked(inp)) {
/freebsd-10.0-release/sys/dev/cxgbe/tom/
H A Dt4_tom.c248 if (in_pcbrele_wlocked(inp))
382 if (!in_pcbrele_wlocked(inp))
H A Dt4_listen.c236 return (in_pcbrele_wlocked(inp));
/freebsd-10.0-release/sys/netinet6/
H A Din6_pcb.c963 if (in_pcbrele_wlocked(inp))
1115 if (in_pcbrele_wlocked(inp))
/freebsd-10.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c148 rc = in_pcbrele_wlocked(inp);
821 if (in_pcbrele_wlocked(inp))
H A Dcxgb_listen.c133 return in_pcbrele_wlocked(inp);

Completed in 332 milliseconds