Searched refs:doq_table (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/unbound/services/ |
| H A D | listen_dnsport.h | 214 void* sslctx, struct dt_env* dtenv, struct doq_table* doq_table, 481 struct doq_table { struct 516 struct doq_table* doq_table_create(struct config_file* cfg, argument 520 void doq_table_delete(struct doq_table* table); 577 struct doq_table* table; 747 struct doq_conid* doq_conid_find(struct doq_table* doq_table, 791 void doq_conn_write_list_remove(struct doq_table* table, 796 struct doq_conn* doq_table_pop_first(struct doq_table* table); 821 struct doq_timer* doq_timer_find_time(struct doq_table* table, 835 int doq_table_quic_size_available(struct doq_table* table, [all …]
|
| H A D | listen_dnsport.c | 1526 void* sslctx, struct dt_env* dtenv, struct doq_table* doq_table, in listen_create() argument 1561 doq_table, rnd, ssl_service_key, in listen_create() 3260 struct doq_table* 3263 struct doq_table* table = calloc(1, sizeof(*table)); in doq_table_create() 3325 struct doq_table* table = (struct doq_table*)arg; in conn_tree_del() 3352 doq_table_delete(struct doq_table* table) in doq_table_delete() 3583 struct doq_table* table = (struct doq_table*)arg; in stream_tree_del() 3898 struct doq_table* table) in doq_stream_remove_out_buffer() 5487 doq_table_pop_first(struct doq_table* table) in doq_table_pop_first() 5599 doq_table_quic_size_available(struct doq_table* table, in doq_table_quic_size_available() [all …]
|
| /freebsd-14.2/contrib/unbound/daemon/ |
| H A D | daemon.h | 61 struct doq_table; 152 struct doq_table* doq_table; member
|
| H A D | daemon.c | 562 daemon->doq_table = doq_table_create(daemon->cfg, daemon->rand); in daemon_create_workers() 563 if(!daemon->doq_table) in daemon_create_workers() 917 doq_table_delete(daemon->doq_table); in daemon_cleanup() 918 daemon->doq_table = NULL; in daemon_cleanup()
|
| H A D | stats.c | 351 worker->daemon->doq_table); in server_stats_compile()
|
| H A D | worker.c | 2177 dtenv, worker->daemon->doq_table, worker->env.rnd, in worker_init()
|
| /freebsd-14.2/contrib/unbound/util/ |
| H A D | netevent.h | 79 struct doq_table; 605 struct unbound_socket* socket, struct doq_table* table, 1043 struct doq_table* table;
|
| H A D | netevent.c | 1609 doq_conn_find(struct doq_table* table, struct doq_addr_storage* addr, 1633 doq_conn_find_by_id(struct doq_table* table, const uint8_t* dcid, 1677 doq_conn_find_by_addr_or_cid(struct doq_table* table, 2689 doq_server_socket_create(struct doq_table* table, struct ub_randstate* rnd, 2824 doq_lookup_repinfo(struct doq_table* table, struct comm_reply* repinfo) 5863 struct unbound_socket* socket, struct doq_table* table,
|