check_cookie
bool check_cookie)
if (!check_cookie)
bool check_cookie);
if (check_cookie(priv, skb, txs->cookie, epid)) {
return check_cookie(ctx, 1, &test_kprobe_1_result);
return check_cookie(ctx, 2, &test_kprobe_2_result);
return check_cookie(ctx, 3, &test_kprobe_3_result);
return check_cookie(ctx, 1, &test_uprobe_1_result);
return check_cookie(ctx, 2, &test_uprobe_2_result);
return check_cookie(ctx, 3, &test_uprobe_3_result);
return check_cookie(ctx);