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

/freebsd-9.3-release/sys/netinet/
H A Dtcp_timewait.c495 in_pcbfree(inp);
H A Dtcp_usrreq.c190 in_pcbfree(inp);
209 in_pcbfree(inp);
1636 in_pcbfree(inp);
H A Din_pcb.h636 void in_pcbfree(struct inpcb *);
H A Dip_divert.c560 in_pcbfree(inp);
H A Dudp_usrreq.c1442 in_pcbfree(inp);
1554 in_pcbfree(inp);
H A Draw_ip.c834 in_pcbfree(inp);
H A Din_pcb.c1062 * in_pcbfree(). However, with TCP the inpcb may significantly outlive the
1063 * socket, in which case in_pcbfree() is deferred.
1084 * garbage collect the inpcb if it has been in_pcbfree()'d from another
1105 * in_pcbfree() may have been made between in_pcbref() and in_pcbrele(), we
1111 * in_pcbfree_internal()) but has been moved to in_pcbfree() to avoid the
1184 in_pcbfree(struct inpcb *inp) function
/freebsd-9.3-release/sys/netinet6/
H A Dudp6_usrreq.c877 in_pcbfree(inp);
1032 in_pcbfree(inp);
H A Draw_ip6.c708 in_pcbfree(inp);

Completed in 89 milliseconds