Home
last modified time | relevance | path

Searched refs:tcp_stack_t (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_sig.h30 tcp_stack_t *ts_stack;
64 extern void tcpsig_init(tcp_stack_t *);
65 extern void tcpsig_fini(tcp_stack_t *);
H A Dtcp_impl.h612 tcp_calculate_rto(tcp_t *tcp, tcp_stack_t *tcps, uint32_t extra) in tcp_calculate_rto()
647 extern tcp_t *tcp_acceptor_hash_lookup(t_uscalar_t, tcp_stack_t *);
715 extern void tcp_iss_key_init(uint8_t *, int, tcp_stack_t *);
822 extern uint32_t tcp_find_listener_conf(tcp_stack_t *, in_port_t);
824 extern void tcp_listener_conf_cleanup(tcp_stack_t *);
825 extern void tcp_stack_cpu_add(tcp_stack_t *, processorid_t);
H A Dtcp_stack.h135 typedef struct tcp_stack tcp_stack_t; typedef
H A Dtcp.h156 tcp_stack_t *tcp_tcps; /* back pointer to tcp_stack_t */
525 extern conn_t *tcp_get_conn(void *arg, tcp_stack_t *);
H A Dtunables.c350 tcp_stack_t *tcps; in mod_set_extra_privports()
468 tcp_stack_t *tcps; in mod_get_extra_privports()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c66 static int tcp_ioctl_abort(tcp_ioc_abort_conn_t *, tcp_stack_t *tcps);
69 boolean_t, tcp_stack_t *);
281 boolean_t exact, tcp_stack_t *tcps) in tcp_ioctl_abort_bucket()
353 tcp_ioctl_abort(tcp_ioc_abort_conn_t *acp, tcp_stack_t *tcps) in tcp_ioctl_abort()
434 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_ioctl_abort_conn()
505 tcp_stack_t *tcps = (tcp_stack_t *)arg; in tcp_reclaim_timer()
549 tcp_stack_t *tcps; in tcp_conn_reclaim()
617 tcp_find_listener_conf(tcp_stack_t *tcps, in_port_t port) in tcp_find_listener_conf()
638 tcp_listener_conf_cleanup(tcp_stack_t *tcps) in tcp_listener_conf_cleanup()
655 tcp_stack_cpu_add(tcp_stack_t *tcps, processorid_t cpu_seqid) in tcp_stack_cpu_add()
H A Dtcp_tunables.c75 tcp_stack_t *tcps = stack->netstack_tcp; in tcp_listener_conf_get()
124 tcp_stack_t *tcps = stack->netstack_tcp; in tcp_listener_conf_add()
170 tcp_stack_t *tcps = stack->netstack_tcp; in tcp_listener_conf_del()
219 tcp_stack_t *tcps = stack->netstack_tcp; in tcp_smallest_anon_set()
237 tcp_stack_t *tcps = stack->netstack_tcp; in tcp_largest_anon_set()
254 tcp_stack_t *tcps = stack->netstack_tcp; in tcp_set_cc_algorithm()
H A Dtcp_sig.c108 tcpsig_init(tcp_stack_t *tcps) in tcpsig_init()
114 tcpsig_fini(tcp_stack_t *tcps) in tcpsig_fini()
132 tcpsig_db(tcp_stack_t *tcps) in tcpsig_db()
441 tcpsig_sa_age(keysock_t *ks, tcp_stack_t *tcps) in tcpsig_sa_age()
612 tcp_stack_t *tcps) in tcpsig_sa_find_held()
648 tcp_stack_t *tcps) in tcpsig_sa_find()
661 tcpsig_sa_flush(keysock_t *ks, tcp_stack_t *tcps, int *diagp) in tcpsig_sa_flush()
692 tcpsig_sa_add(keysock_t *ks, tcp_stack_t *tcps, keysock_in_t *ksi, in tcpsig_sa_add()
829 tcpsig_sa_update(keysock_t *ks, tcp_stack_t *tcps, keysock_in_t *ksi, in tcpsig_sa_update()
984 tcpsig_sa_dump(keysock_t *ks, tcp_stack_t *tcps, sadb_msg_t *samsg, int *diag) in tcpsig_sa_dump()
[all …]
H A Dtcp.c503 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_cleanup()
615 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_set_destination()
816 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_clean_death()
965 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_stop_lingering()
1244 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_closei_local()
1501 tcp_get_conn(void *arg, tcp_stack_t *tcps) in tcp_get_conn()
1589 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_connect_ipv4()
1677 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_connect_ipv6()
1772 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_disconnect_common()
1929 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_reinit()
[all …]
H A Dtcp_cluster.c34 void *arg, tcp_stack_t *tcps);
100 tcp_stack_t *tcps) in cl_tcp_walk_list_stack()
H A Dtcp_fusion.c88 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_fuse()
288 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_unfuse()
365 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_fuse_output_urg()
461 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_fuse_output()
731 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_fuse_rcv_drain()
827 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_fuse_set_rcv_hiwat()
H A Dtcp_bind.c161 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_bind_hash_remove()
219 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_update_next_port()
293 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_get_next_priv_port()
322 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_bind_select_lport()
667 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_bindi()
H A Dtcp_output.c67 static boolean_t tcp_send_rst_chk(tcp_stack_t *);
1115 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_output()
1465 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_close_output()
1808 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_send()
2258 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_xmit_end()
2379 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_xmit_ctl()
2526 tcp_stack_t *tcps = ns->netstack_tcp; in tcp_xmit_early_reset()
2766 tcp_stack_t *tcps = ns->netstack_tcp; in tcp_xmit_listeners_reset()
2854 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_xmit_mp_aux_iss()
3104 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_xmit_mp()
[all …]
H A Dtcp_stats.c50 static void tcp_sum_mib(tcp_stack_t *, mib2_tcp_t *);
171 tcp_stack_t *tcps; in tcp_snmp_get()
615 tcp_stack_t *tcps; in tcp_kstat_update()
851 tcp_stack_t *tcps; in tcp_kstat2_update()
948 tcp_sum_mib(tcp_stack_t *tcps, mib2_tcp_t *tcp_mib) in tcp_sum_mib()
H A Dtcp_timers.c426 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_keepalive_timer()
563 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_ack_timer()
651 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_timer()
H A Dtcp_time_wait.c132 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_time_wait_append()
609 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_time_wait_processing()
H A Dtcp_input.c314 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_mss_set()
553 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_process_options()
743 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_reass()
841 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_reass_elim_overlap()
913 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_drop_q0()
970 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_conn_create_v6()
1064 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_conn_create_v4()
1201 tcp_stack_t *tcps = listener->tcp_tcps; in tcp_eager_cleanup()
1450 tcp_stack_t *tcps = listener->tcp_tcps; in tcp_input_listener()
2214 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_ack_mp()
[all …]
H A Dtcp_tpi.c807 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_copy_info()
1060 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_accept_finish()
1308 tcp_stack_t *tcps = listener->tcp_tcps; in tcp_tli_accept()
1918 tcp_stack_t *tcps = listener->tcp_tcps; in tcp_send_conn_ind()
H A Dtcp_opt_data.c330 tcp_stack_t *tcps = Q_TO_TCP(q)->tcp_tcps; in tcp_opt_default()
532 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_opt_set()
H A Dtcp_socket.c677 tcp_stack_t *tcps = connp->conn_tcp->tcp_tcps; in tcp_ioctl()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_attr.c1198 tcp_stack_t *tcps = connp->conn_netstack->netstack_tcp; in tcp_ixa_cleanup_getmblk()
1259 tcp_stack_t *tcps; in tcp_ixa_cleanup()
1283 tcp_stack_t *tcps = connp->conn_netstack->netstack_tcp; in tcp_ixa_cleanup_wait_and_finish()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c421 tcp_stack_t tcps; in tcps_sc_walk_init()
449 tcp_stack_t tcps; in tcps_sc_walk_step()