Searched refs:tcp_input_listener_unbound (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h694 extern void tcp_input_listener_unbound(void *, mblk_t *, void *,
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c2018 * Initially set conn_recv to tcp_input_listener_unbound to try
2020 * arrives. tcp_input_listener_unbound sets it to
2023 connp->conn_recv = tcp_input_listener_unbound;
4402 * We initially set it to tcp_input_listener_unbound to try to
4404 * tcp_input_listener_unbound sets it to tcp_input_listener on that
4407 connp->conn_recv = tcp_input_listener_unbound;
H A Dtcp_input.c1843 tcp_input_listener_unbound(void *arg, mblk_t *mp, void *arg2, function

Completed in 63 milliseconds