Searched +defs:val +defs:listener (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c203 * putting the tcp in acceptor hash since a sockfs listener can never
253 * Minimum number of connections which can be created per listener. Used
254 * when the listener connection count is in effect.
668 * window from the listener. But if there is a metrics
670 * inheriting it from listener. Thus we need to pass this
843 * listener, let tcp_accept_finish() send a discon_ind
844 * to the listener and drop the last reference. If the
845 * listener doesn't even know about the eager i.e. the
871 * The connection is dead. Decrement listener connection counter if
1144 * In the case of listener stream
1265 tcp_t *listener = tcp->tcp_listener; local
4005 tcp_squeue_switch(int val) argument
[all...]
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c731 * If we are an eager connection hanging off a listener that hasn't
738 tcp_t *listener = tcp->tcp_listener; local
740 assert(listener != NULL);
749 listener->tcp_conn_req_cnt_q0--;
751 tcp_t **tcpp = &listener->tcp_eager_next_q;
756 if (listener->tcp_eager_last_q == tcp) {
764 if (listener->tcp_eager_last_q ==
765 listener->tcp_eager_next_q) {
766 listener->tcp_eager_last_q =
775 listener
796 tcp_eager_cleanup(tcp_t *listener, boolean_t q0_only, int sock_id) argument
1052 tcp_t *listener; local
1433 tcp_accept_comm(tcp_t *listener, tcp_t *acceptor, mblk_t *cr_pkt, uint_t ip_hdr_len) argument
1886 tcp_lookup_eager_ipv4(tcp_t *listener, struct ip *iph, tcpha_t *tcph) argument
3318 tcp_t *listener = tcp->tcp_listener; local
7027 int val = *(int *)optval; local
[all...]

Completed in 553 milliseconds