Lines Matching refs:helper

40     struct helper *h;
61 struct helper { struct
104 int (*qtf_packet_plain_cb)(struct helper *h, QUIC_PKT_HDR *hdr, argument
106 int (*qtf_handshake_cb)(struct helper *h, argument
108 int (*qtf_datagram_cb)(struct helper *h, argument
124 struct helper *h; argument
135 int (*check_func)(struct helper *h, struct helper_local *hl);
138 int (*qtf_packet_plain_cb)(struct helper *h, QUIC_PKT_HDR *hdr,
140 int (*qtf_handshake_cb)(struct helper *h,
142 int (*qtf_datagram_cb)(struct helper *h,
355 struct helper *h = arg; in get_time()
367 static int skip_time_ms(struct helper *h, struct helper_local *hl) in skip_time_ms()
378 static QUIC_TSERVER *s_lock(struct helper *h, struct helper_local *hl);
379 static void s_unlock(struct helper *h, struct helper_local *hl);
384 static int check_rejected(struct helper *h, struct helper_local *hl) in check_rejected()
397 static int check_stream_reset(struct helper *h, struct helper_local *hl) in check_stream_reset()
409 static int check_stream_stopped(struct helper *h, struct helper_local *hl) in check_stream_stopped()
421 static int override_key_update(struct helper *h, struct helper_local *hl) in override_key_update()
429 static int trigger_key_update(struct helper *h, struct helper_local *hl) in trigger_key_update()
437 static int check_key_update_ge(struct helper *h, struct helper_local *hl) in check_key_update_ge()
458 static int check_key_update_lt(struct helper *h, struct helper_local *hl) in check_key_update_lt()
523 static int join_server_thread(struct helper *h) in join_server_thread()
542 static int *s_checked_out_p(struct helper *h, int thread_idx) in s_checked_out_p()
548 static QUIC_TSERVER *s_lock(struct helper *h, struct helper_local *hl) in s_lock()
562 static void s_unlock(struct helper *h, struct helper_local *hl) in s_unlock()
576 struct helper *h = arg; in server_helper_thread()
610 static QUIC_TSERVER *s_lock(struct helper *h, struct helper_local *hl) in s_lock()
615 static void s_unlock(struct helper *h, struct helper_local *hl) in s_unlock()
620 static void helper_cleanup(struct helper *h) in helper_cleanup()
689 static int helper_init(struct helper *h, const char *script_name, in helper_init()
867 static int helper_local_init(struct helper_local *hl, struct helper *h, in helper_local_init()
956 helper_set_s_stream(struct helper *h, const char *stream_name, in helper_set_s_stream()
973 static uint64_t helper_get_s_stream(struct helper *h, const char *stream_name) in helper_get_s_stream()
991 struct helper *h = arg; in helper_packet_plain_listener()
1000 struct helper *h = arg; in helper_handshake_listener()
1009 struct helper *h = arg; in helper_datagram_listener()
1044 static int run_script_worker(struct helper *h, const struct script_op *script, in run_script_worker()
2127 struct helper h; in run_script()
2763 static int script_20_trigger(struct helper *h, volatile uint64_t *counter) in script_20_trigger()
2774 static int script_20_wait(struct helper *h, volatile uint64_t *counter, uint64_t threshold) in script_20_wait()
2793 static int script_20_trigger1(struct helper *h, struct helper_local *hl) in script_20_trigger1()
2798 static int script_20_wait1(struct helper *h, struct helper_local *hl) in script_20_wait1()
2803 static int script_20_trigger2(struct helper *h, struct helper_local *hl) in script_20_trigger2()
2808 static int script_20_wait2(struct helper *h, struct helper_local *hl) in script_20_wait2()
2859 static int script_21_inject_plain(struct helper *h, QUIC_PKT_HDR *hdr, in script_21_inject_plain()
2999 static int script_22_inject_plain(struct helper *h, QUIC_PKT_HDR *hdr, in script_22_inject_plain()
3028 static int script_23_inject_plain(struct helper *h, QUIC_PKT_HDR *hdr, in script_23_inject_plain()
3081 static int script_24_inject_plain(struct helper *h, QUIC_PKT_HDR *hdr, in script_24_inject_plain()
3191 static int script_28_inject_plain(struct helper *h, QUIC_PKT_HDR *hdr, in script_28_inject_plain()
3325 static int script_32_inject_plain(struct helper *h, QUIC_PKT_HDR *hdr, in script_32_inject_plain()
3540 static int script_39_inject_plain(struct helper *h, QUIC_PKT_HDR *hdr, in script_39_inject_plain()
3689 static int script_41_inject_plain(struct helper *h, QUIC_PKT_HDR *hdr, in script_41_inject_plain()
3730 struct helper *h = arg; in script_41_trace()
3761 static int script_41_setup(struct helper *h, struct helper_local *hl) in script_41_setup()
3767 static int script_41_check(struct helper *h, struct helper_local *hl) in script_41_check()
3803 static int script_42_inject_plain(struct helper *h, QUIC_PKT_HDR *hdr, in script_42_inject_plain()
3883 static int script_44_inject_plain(struct helper *h, QUIC_PKT_HDR *hdr, in script_44_inject_plain()
3934 static int force_ping(struct helper *h, struct helper_local *hl) in force_ping()
3946 static int wait_incoming_acks_increased(struct helper *h, struct helper_local *hl) in wait_incoming_acks_increased()
3983 static int script_46_inject_plain(struct helper *h, QUIC_PKT_HDR *hdr, in script_46_inject_plain()
4194 static int script_52_inject_plain(struct helper *h, QUIC_PKT_HDR *hdr, in script_52_inject_plain()
4282 static int script_53_inject_plain(struct helper *h, QUIC_PKT_HDR *hdr, in script_53_inject_plain()
4360 static int script_54_inject_handshake(struct helper *h, in script_54_inject_handshake()
4456 static int script_58_inject_plain(struct helper *h, QUIC_PKT_HDR *hdr, in script_58_inject_plain()
4538 static int init_reason(struct helper *h, struct helper_local *hl) in init_reason()
4546 static int check_shutdown_reason(struct helper *h, struct helper_local *hl) in check_shutdown_reason()
4579 static int script_61_inject_plain(struct helper *h, QUIC_PKT_HDR *hdr, in script_61_inject_plain()
4702 static int script_65_inject_plain(struct helper *h, QUIC_PKT_HDR *hdr, in script_65_inject_plain()
4759 static int script_66_inject_plain(struct helper *h, QUIC_PKT_HDR *hdr, in script_66_inject_plain()
4844 static int script_68_inject_handshake(struct helper *h, unsigned char *msg, in script_68_inject_handshake()
4938 static int set_max_early_data(struct helper *h, struct helper_local *hl) in set_max_early_data()
4988 static int script_72_check(struct helper *h, struct helper_local *hl) in script_72_check()
5064 static int server_gen_version_neg(struct helper *h, BIO_MSG *msg, size_t stride) in server_gen_version_neg()
5154 static int script_74_arm_packet_mutator(struct helper *h, in script_74_arm_packet_mutator()
5196 static int script_76_check(struct helper *h, struct helper_local *hl) in script_76_check()
5258 static int setup_session(struct helper *h, struct helper_local *hl) in setup_session()
5265 static int trigger_late_session_ticket(struct helper *h, struct helper_local *hl) in trigger_late_session_ticket()
5275 static int check_got_session_ticket(struct helper *h, struct helper_local *hl) in check_got_session_ticket()
5283 static int check_idle_timeout(struct helper *h, struct helper_local *hl);
5342 static int script_80_send_stateless_reset(struct helper *h, QUIC_PKT_HDR *hdr, in script_80_send_stateless_reset()
5366 static int script_80_gen_new_conn_id(struct helper *h, QUIC_PKT_HDR *hdr, in script_80_gen_new_conn_id()
5414 static int script_80_inject_pkt(struct helper *h, QUIC_PKT_HDR *hdr, in script_80_inject_pkt()
5443 static int modify_idle_timeout(struct helper *h, struct helper_local *hl) in modify_idle_timeout()
5470 static int check_idle_timeout(struct helper *h, struct helper_local *hl) in check_idle_timeout()
5516 static int cannot_change_idle_timeout(struct helper *h, struct helper_local *hl) in cannot_change_idle_timeout()
5552 static int check_avail_streams(struct helper *h, struct helper_local *hl) in check_avail_streams()
5583 static int set_event_handling_mode_conn(struct helper *h, struct helper_local *hl);
5584 static int reenable_test_event_handling(struct helper *h, struct helper_local *hl);
5586 static int check_write_buf_stat(struct helper *h, struct helper_local *hl) in check_write_buf_stat()
5672 ossl_unused static int script_85_poll(struct helper *h, struct helper_local *hl) in script_85_poll()
5829 ossl_unused static int script_88_poll(struct helper *h, struct helper_local *hl) in script_88_poll()
5903 ossl_unused static int script_88_poll_conly(struct helper *h, struct helper_local *hl) in script_88_poll_conly()
5996 static int set_event_handling_mode_conn(struct helper *h, struct helper_local *hl) in set_event_handling_mode_conn()
6002 static int reenable_test_event_handling(struct helper *h, struct helper_local *hl) in reenable_test_event_handling()
6008 static ossl_unused int set_event_handling_mode_stream(struct helper *h, struct helper_local *hl) in set_event_handling_mode_stream()