Home
last modified time | relevance | path

Searched refs:get_netvc (Results 1 – 12 of 12) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpSessionManager.cc158 …match_style & TS_SERVER_SESSION_SHARING_MATCH_MASK_SNI) || validate_sni(sm, first->get_netvc())) && in acquireSession()
160 …tch_style & TS_SERVER_SESSION_SHARING_MATCH_MASK_CERT) || validate_cert(sm, first->get_netvc()))) { in acquireSession()
217 ss->set_inactivity_timeout(ss->get_netvc()->get_inactivity_timeout()); in releaseSession()
218 ss->set_active_timeout(ss->get_netvc()->get_active_timeout()); in releaseSession()
262 if ((s = spot)->get_netvc() == net_vc) { in eventHandler()
277 s->get_netvc()->set_inactivity_timeout(s->get_netvc()->get_inactivity_timeout()); in eventHandler()
278 s->get_netvc()->set_active_timeout(s->get_netvc()->get_active_timeout()); in eventHandler()
361 ServerSessionPool::validate_sni(sm, to_return->get_netvc())) && in acquire_session()
363 ServerSessionPool::validate_host_sni(sm, to_return->get_netvc())) && in acquire_session()
365 ServerSessionPool::validate_cert(sm, to_return->get_netvc()))) { in acquire_session()
[all …]
H A DHttp1ClientSession.cc464 ink_assert(ssession->get_netvc() != this->get_netvc()); in attach_server_session()
H A DHttpSM.cc529 NetVConnection *netvc = client_vc->get_netvc(); in attach_client_session()
662 NetVConnection *netvc = ua_txn->get_netvc(); in setup_blind_tunnel_port()
711 NetVConnection *netvc = ua_txn->get_netvc(); in state_read_client_request_header()
998 NetVConnection *netvc = ua_txn->get_netvc(); in state_watch_for_client_abort()
1516 NetVConnection *netvc = ua_txn->get_netvc(); in state_api_callout()
1678 NetVConnection *netvc = ua_txn->get_netvc(); in handle_api_return()
2517 NetVConnection *vc = ua_txn->get_netvc(); in state_cache_open_write()
4141 NetVConnection *netvc = ua_txn->get_netvc(); in check_sni_host()
4932 NetVConnection *vc = ua_txn->get_netvc(); in do_http_server_open()
5628 NetVConnection *vc = server_session->get_netvc(); in handle_http_server_open()
[all …]
H A DHttpTransact.cc5674 vc = s->state_machine->ua_txn->get_netvc(); in initialize_state_variables_from_request()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/
H A DProxyTransaction.cc54 if (this->get_netvc()->get_is_internal_request()) { in new_transaction()
55 PluginIdentity *pi = dynamic_cast<PluginIdentity *>(this->get_netvc()); in new_transaction()
89 ProxyTransaction::get_netvc() const in get_netvc() function in ProxyTransaction
91 return (_proxy_ssn) ? _proxy_ssn->get_netvc() : nullptr; in get_netvc()
H A DProxySession.h129 NetVConnection *get_netvc() const;
240 return get_netvc() == nullptr; in is_client_closed()
280 ProxySession::get_netvc() const in get_netvc() function
H A DProxyTransaction.h69 virtual NetVConnection *get_netvc() const;
266 NetVConnection *vc = this->get_netvc(); in adjust_thread()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http3/
H A DHttp3Transaction.cc39 …CConnection *>(reinterpret_cast<QUICNetVConnection *>(this->_proxy_ssn->get_netvc()))->cids().data…
44 …CConnection *>(reinterpret_cast<QUICNetVConnection *>(this->_proxy_ssn->get_netvc()))->cids().data…
241 return this->_proxy_ssn->get_netvc()->get_context(); in direction()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/remap/
H A DUrlRewrite.cc401 incoming_addr.assign(s->state_machine->ua_txn->get_netvc()->get_local_addr()); in PerformACLFiltering()
423 match = s->state_machine->ua_txn->get_netvc()->get_is_internal_request(); in PerformACLFiltering()
/dports/www/trafficserver/trafficserver-9.1.1/doc/developer-guide/
H A Dclient-session-architecture.en.rst73 associated NetVC object. The NetVC object is available via the :code:`ProxySession::get_netvc()` m…
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http2/
H A DHttp2ConnectionState.cc1171 if (!ua_session->get_netvc()->add_to_active_queue()) { in create_stream()
1353 UnixNetVConnection *vc = static_cast<UnixNetVConnection *>(ua_session->get_netvc()); in cleanup_streams()
1436 UnixNetVConnection *vc = static_cast<UnixNetVConnection *>(ua_session->get_netvc()); in release_stream()
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_server/
H A DInkAPI.cc4993 return reinterpret_cast<TSVConn>(cs->get_netvc()); in TSHttpSsnClientVConnGet()
5893 NetVConnection *vc = ssn->get_netvc(); in TSHttpTxnOutgoingAddrGet()
6005 NetVConnection *vc = sm->ua_txn->get_netvc(); in TSHttpTxnClientPacketMarkSet()
6025 NetVConnection *vc = ssn->get_netvc(); in TSHttpTxnServerPacketMarkSet()
6047 NetVConnection *vc = sm->ua_txn->get_netvc(); in TSHttpTxnClientPacketTosSet()
6067 NetVConnection *vc = ssn->get_netvc(); in TSHttpTxnServerPacketTosSet()
6089 NetVConnection *vc = sm->ua_txn->get_netvc(); in TSHttpTxnClientPacketDscpSet()
6109 NetVConnection *vc = ssn->get_netvc(); in TSHttpTxnServerPacketDscpSet()
7867 NetVConnection *vc = cs->get_netvc(); in TSHttpSsnClientFdGet()
7899 NetVConnection *vc = ss->get_netvc(); in TSHttpTxnServerFdGet()
[all …]