ktest_test_context
dump_hpts_entry(struct ktest_test_context *ctx, struct tcp_hpts_entry *hpts)
struct ktest_test_context *ctx = tp->t_fb_ptr;
struct ktest_test_context *ctx = tp->t_fb_ptr;
struct ktest_test_context *ctx = tp->t_fb_ptr;
test_hpts_create_tcpcb(struct ktest_test_context *ctx, struct tcp_hptsi *pace)
test_nlbuf_parser(struct ktest_test_context *ctx, struct nlattr *nla)
test_nlbuf_writer_allocation(struct ktest_test_context *ctx)
struct ktest_test_context ctx = {
ktest_start_msg(struct ktest_test_context *ctx)
ktest_add_msg_meta(struct ktest_test_context *ctx, const char *func,
ktest_add_msg_text(struct ktest_test_context *ctx, int msg_level,
ktest_end_msg(struct ktest_test_context *ctx)
typedef int (*ktest_run_t)(struct ktest_test_context *ctx);
typedef int (*ktest_parse_t)(struct ktest_test_context *ctx, struct nlattr *container);
#define KTEST_FUNC(X) static int __ktest_##X(struct ktest_test_context *ctx)
bool ktest_start_msg(struct ktest_test_context *ctx);
void ktest_add_msg_meta(struct ktest_test_context *ctx, const char *func,
void ktest_add_msg_text(struct ktest_test_context *ctx, int msg_level,
void ktest_end_msg(struct ktest_test_context *ctx);
test_something(struct ktest_test_context *ctx)
test_something_else(struct ktest_test_context *ctx)
test_failed(struct ktest_test_context *ctx)
test_failed2(struct ktest_test_context *ctx)
test_with_params_parser(struct ktest_test_context *ctx, struct nlattr *nla)
test_with_params(struct ktest_test_context *ctx)