Searched defs:script_op (Results 1 – 2 of 2) sorted by relevance
270 struct script_op { struct271 uint32_t opcode;272 uint64_t arg0, arg1;273 const void *buf;274 size_t buf_len;275 int (*check_func)(struct helper *h);
131 struct script_op { struct132 uint32_t op;133 const void *arg0;134 size_t arg1;135 int (*check_func)(struct helper *h, struct helper_local *hl);136 const char *stream_name;137 uint64_t arg2;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,