Lines Matching refs:tcp_t
266 tcp_t *tcpt_tcp; /* The parameter we are to pass in */
281 static int tcp_connect_ipv4(tcp_t *tcp, ipaddr_t *dstaddrp,
283 static int tcp_connect_ipv6(tcp_t *tcp, in6_addr_t *dstaddrp,
286 static void tcp_iss_init(tcp_t *tcp);
287 static void tcp_reinit(tcp_t *tcp);
288 static void tcp_reinit_values(tcp_t *tcp);
291 static void tcp_update_lso(tcp_t *tcp, ip_xmit_attr_t *ixa);
292 static void tcp_update_zcopy(tcp_t *tcp);
423 tcp_set_recv_threshold(tcp_t *tcp, uint32_t new_rcvthresh) in tcp_set_recv_threshold()
454 tcp_set_ws_value(tcp_t *tcp) in tcp_set_ws_value()
469 tcp_ipsec_cleanup(tcp_t *tcp) in tcp_ipsec_cleanup()
499 tcp_cleanup(tcp_t *tcp) in tcp_cleanup()
564 bzero(tcp, sizeof (tcp_t)); in tcp_cleanup()
609 tcp_set_destination(tcp_t *tcp) in tcp_set_destination()
794 tcp_t *tcp = ((conn_t *)arg)->conn_tcp; in tcp_clean_death_wrapper()
811 tcp_clean_death(tcp_t *tcp, int err) in tcp_clean_death()
854 void, NULL, tcp_t *, tcp, void, NULL, in tcp_clean_death()
945 connp->conn_ixa, void, NULL, tcp_t *, tcp, void, NULL, in tcp_clean_death()
962 tcp_stop_lingering(tcp_t *tcp) in tcp_stop_lingering()
1047 tcp_t *tcp = connp->conn_tcp; in tcp_close_common()
1184 tcp_t *tcp = connp->conn_tcp; in tcp_linger_interrupted()
1217 tcp_close_detached(tcp_t *tcp) in tcp_close_detached()
1241 tcp_closei_local(tcp_t *tcp) in tcp_closei_local()
1268 tcp_t *listener = tcp->tcp_listener; in tcp_closei_local()
1334 connp->conn_ixa, void, NULL, tcp_t *, tcp, void, NULL, in tcp_closei_local()
1357 tcp_free(tcp_t *tcp) in tcp_free()
1503 tcp_t *tcp = NULL; in tcp_get_conn()
1583 tcp_connect_ipv4(tcp_t *tcp, ipaddr_t *dstaddrp, in_port_t dstport, in tcp_connect_ipv4()
1672 tcp_connect_ipv6(tcp_t *tcp, in6_addr_t *dstaddrp, in_port_t dstport, in tcp_connect_ipv6()
1769 tcp_disconnect_common(tcp_t *tcp, t_scalar_t seqnum) in tcp_disconnect_common()
1835 connp->conn_ixa, void, NULL, tcp_t *, tcp, void, in tcp_disconnect_common()
1841 connp->conn_ixa, void, NULL, tcp_t *, tcp, void, in tcp_disconnect_common()
1895 tcp_disconnect(tcp_t *tcp, mblk_t *mp) in tcp_disconnect()
1926 tcp_reinit(tcp_t *tcp) in tcp_reinit()
2060 connp->conn_ixa, void, NULL, tcp_t *, tcp, void, NULL, in tcp_reinit()
2077 tcp_reinit_values(tcp_t *tcp) in tcp_reinit_values()
2361 tcp_init_values(tcp_t *tcp, tcp_t *parent) in tcp_init_values()
2497 tcp_update_pmtu(tcp_t *tcp, boolean_t decrease_only) in tcp_update_pmtu()
2573 tcp_maxpsz_set(tcp_t *tcp, boolean_t set_maxblk) in tcp_maxpsz_set()
2636 tcp_t *tcp = NULL; in tcp_create_common()
2780 tcp_t *tcp = NULL; in tcp_open()
2892 tcp_build_hdrs(tcp_t *tcp) in tcp_build_hdrs()
2989 tcp_rwnd_set(tcp_t *tcp, uint32_t rwnd) in tcp_rwnd_set()
3008 tcp_t *peer_tcp = tcp->tcp_loopback_peer; in tcp_rwnd_set()
3115 tcp_t *tcp = connp->conn_tcp; in tcp_do_unbind()
3145 connp->conn_ixa, void, NULL, tcp_t *, tcp, void, NULL, in tcp_do_unbind()
3158 tcp_get_proto_props(tcp_t *tcp, struct sock_proto_props *sopp) in tcp_get_proto_props()
3206 tcp_zcopy_check(tcp_t *tcp) in tcp_zcopy_check()
3247 tcp_zcopy_backoff(tcp_t *tcp, mblk_t *bp, boolean_t fix_xmitlist) in tcp_zcopy_backoff()
3317 tcp_zcopy_notify(tcp_t *tcp) in tcp_zcopy_notify()
3341 tcp_update_lso(tcp_t *tcp, ip_xmit_attr_t *ixa) in tcp_update_lso()
3403 tcp_update_zcopy(tcp_t *tcp) in tcp_update_zcopy()
3434 tcp_t *tcp = (tcp_t *)arg; in tcp_notify()
3469 tcp_t *
3473 tcp_t *tcp; in tcp_acceptor_hash_lookup()
3493 tcp_acceptor_hash_insert(t_uscalar_t id, tcp_t *tcp) in tcp_acceptor_hash_insert()
3496 tcp_t **tcpp; in tcp_acceptor_hash_insert()
3497 tcp_t *tcpnext; in tcp_acceptor_hash_insert()
3520 tcp_acceptor_hash_remove(tcp_t *tcp) in tcp_acceptor_hash_remove()
3522 tcp_t *tcpnext; in tcp_acceptor_hash_remove()
3977 tcp_iss_init(tcp_t *tcp) in tcp_iss_init()
4027 tcp_setqfull(tcp_t *tcp) in tcp_setqfull()
4041 tcp_clrqfull(tcp_t *tcp) in tcp_clrqfull()
4087 (tcp_ncpus * sizeof (tcp_t) * 100); in tcp_squeue_add()
4100 tcp_t *tcp = connp->conn_tcp; in tcp_do_bind()
4128 tcp_t *tcp = connp->conn_tcp; in tcp_do_connect()
4318 connp->conn_ixa, void, NULL, tcp_t *, tcp, void, NULL, in tcp_do_connect()
4337 void_ip_t *, syn_mp->b_rptr, tcp_t *, tcp, in tcp_do_connect()
4360 tcp_t *tcp = connp->conn_tcp; in tcp_do_listen()
4432 connp->conn_ixa, void, NULL, tcp_t *, tcp, in tcp_do_listen()
4462 connp->conn_ixa, void, NULL, tcp_t *, tcp, void, NULL, in tcp_do_listen()