/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */

/* THIS FILE IS AUTOGENERATED BY BPFTOOL! */
#ifndef __TCP_DDOS_SKEL_H__
#define __TCP_DDOS_SKEL_H__

#include <errno.h>
#include <stdlib.h>
#include <bpf/libbpf.h>

#define BPF_SKEL_SUPPORTS_MAP_AUTO_ATTACH 1

struct tcp_ddos {
	struct bpf_object_skeleton *skeleton;
	struct bpf_object *obj;
	struct {
		struct bpf_program *tcp_ddos;
	} progs;
	struct {
		struct bpf_link *tcp_ddos;
	} links;

#ifdef __cplusplus
	static inline struct tcp_ddos *open(const struct bpf_object_open_opts *opts = nullptr);
	static inline struct tcp_ddos *open_and_load();
	static inline int load(struct tcp_ddos *skel);
	static inline int attach(struct tcp_ddos *skel);
	static inline void detach(struct tcp_ddos *skel);
	static inline void destroy(struct tcp_ddos *skel);
	static inline const void *elf_bytes(size_t *sz);
#endif /* __cplusplus */
};

static void
tcp_ddos__destroy(struct tcp_ddos *obj)
{
	if (!obj)
		return;
	if (obj->skeleton)
		bpf_object__destroy_skeleton(obj->skeleton);
	free(obj);
}

static inline int
tcp_ddos__create_skeleton(struct tcp_ddos *obj);

static inline struct tcp_ddos *
tcp_ddos__open_opts(const struct bpf_object_open_opts *opts)
{
	struct tcp_ddos *obj;
	int err;

	obj = (struct tcp_ddos *)calloc(1, sizeof(*obj));
	if (!obj) {
		errno = ENOMEM;
		return NULL;
	}

	err = tcp_ddos__create_skeleton(obj);
	if (err)
		goto err_out;

	err = bpf_object__open_skeleton(obj->skeleton, opts);
	if (err)
		goto err_out;

	return obj;
err_out:
	tcp_ddos__destroy(obj);
	errno = -err;
	return NULL;
}

static inline struct tcp_ddos *
tcp_ddos__open(void)
{
	return tcp_ddos__open_opts(NULL);
}

static inline int
tcp_ddos__load(struct tcp_ddos *obj)
{
	return bpf_object__load_skeleton(obj->skeleton);
}

static inline struct tcp_ddos *
tcp_ddos__open_and_load(void)
{
	struct tcp_ddos *obj;
	int err;

	obj = tcp_ddos__open();
	if (!obj)
		return NULL;
	err = tcp_ddos__load(obj);
	if (err) {
		tcp_ddos__destroy(obj);
		errno = -err;
		return NULL;
	}
	return obj;
}

static inline int
tcp_ddos__attach(struct tcp_ddos *obj)
{
	return bpf_object__attach_skeleton(obj->skeleton);
}

static inline void
tcp_ddos__detach(struct tcp_ddos *obj)
{
	bpf_object__detach_skeleton(obj->skeleton);
}

static inline const void *tcp_ddos__elf_bytes(size_t *sz);

static inline int
tcp_ddos__create_skeleton(struct tcp_ddos *obj)
{
	struct bpf_object_skeleton *s;
	struct bpf_map_skeleton *map __attribute__((unused));
	int err;

	s = (struct bpf_object_skeleton *)calloc(1, sizeof(*s));
	if (!s)	{
		err = -ENOMEM;
		goto err;
	}

	s->sz = sizeof(*s);
	s->name = "tcp_ddos";
	s->obj = &obj->obj;

	/* programs */
	s->prog_cnt = 1;
	s->prog_skel_sz = sizeof(*s->progs);
	s->progs = (struct bpf_prog_skeleton *)calloc(s->prog_cnt, s->prog_skel_sz);
	if (!s->progs) {
		err = -ENOMEM;
		goto err;
	}

	s->progs[0].name = "tcp_ddos";
	s->progs[0].prog = &obj->progs.tcp_ddos;
	s->progs[0].link = &obj->links.tcp_ddos;

	s->data = tcp_ddos__elf_bytes(&s->data_sz);

	obj->skeleton = s;
	return 0;
err:
	bpf_object__destroy_skeleton(s);
	return err;
}

static inline const void *tcp_ddos__elf_bytes(size_t *sz)
{
	static const char data[] __attribute__((__aligned__(8))) = "\
\x7f\x45\x4c\x46\x02\x01\x01\0\0\0\0\0\0\0\0\0\x01\0\xf7\0\x01\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\x60\x0f\0\0\0\0\0\0\0\0\0\0\x40\0\0\0\0\0\x40\0\x19\0\
\x01\0\x61\x12\x04\0\0\0\0\0\x61\x11\0\0\0\0\0\0\x07\x01\0\0\x0e\0\0\0\xb4\0\0\
\0\x02\0\0\0\x2d\x21\x01\0\0\0\0\0\xb4\0\0\0\x01\0\0\0\x95\0\0\0\0\0\0\0\x47\
\x50\x4c\0\x30\0\0\0\x05\0\x08\0\x04\0\0\0\x10\0\0\0\x16\0\0\0\x1c\0\0\0\x22\0\
\0\0\x04\0\x10\x01\x51\0\x04\x08\x38\x01\x52\0\x04\x10\x18\x01\x51\0\x04\x10\
\x18\x01\x51\0\x01\x11\x01\x25\x25\x13\x05\x03\x25\x72\x17\x10\x17\x1b\x25\x11\
\x1b\x12\x06\x73\x17\x8c\x01\x17\0\0\x02\x34\0\x03\x25\x49\x13\x3f\x19\x3a\x0b\
\x3b\x0b\x02\x18\0\0\x03\x01\x01\x49\x13\0\0\x04\x21\0\x49\x13\x37\x0b\0\0\x05\
\x24\0\x03\x25\x3e\x0b\x0b\x0b\0\0\x06\x24\0\x03\x25\x0b\x0b\x3e\x0b\0\0\x07\
\x04\x01\x49\x13\x03\x25\x0b\x0b\x3a\x0b\x3b\x05\0\0\x08\x28\0\x03\x25\x1c\x0f\
\0\0\x09\x0f\0\0\0\x0a\x2e\x01\x11\x1b\x12\x06\x40\x18\x7a\x19\x03\x25\x3a\x0b\
\x3b\x0b\x27\x19\x49\x13\x3f\x19\0\0\x0b\x05\0\x02\x22\x03\x25\x3a\x0b\x3b\x0b\
\x49\x13\0\0\x0c\x34\0\x02\x22\x03\x25\x3a\x0b\x3b\x0b\x49\x13\0\0\x0d\x0f\0\
\x49\x13\0\0\x0e\x13\x01\x03\x25\x0b\x0b\x3a\x0b\x3b\x05\0\0\x0f\x0d\0\x03\x25\
\x49\x13\x3a\x0b\x3b\x05\x38\x0b\0\0\x10\x16\0\x49\x13\x03\x25\x3a\x0b\x3b\x0b\
\0\0\x11\x13\x01\x03\x25\x0b\x0b\x3a\x0b\x3b\x0b\0\0\x12\x0d\0\x03\x25\x49\x13\
\x3a\x0b\x3b\x0b\x38\x0b\0\0\0\x38\x01\0\0\x05\0\x01\x08\0\0\0\0\x01\0\x1d\0\
\x01\x08\0\0\0\0\0\0\0\x02\x01\x38\0\0\0\x08\0\0\0\x0c\0\0\0\x02\x03\x32\0\0\0\
\0\x13\x02\xa1\0\x03\x3e\0\0\0\x04\x42\0\0\0\x04\0\x05\x04\x06\x01\x06\x05\x08\
\x07\x07\x60\0\0\0\x0c\x04\x01\x2d\x17\x08\x07\0\x08\x08\x01\x08\x09\x02\x08\
\x0a\x03\x08\x0b\x04\0\x05\x06\x07\x04\x09\x05\x0d\x05\x08\x0a\x01\x38\0\0\0\
\x01\x5a\x0e\0\x06\x9d\0\0\0\x0b\0\x10\0\x06\xa1\0\0\0\x0c\x01\x13\0\x08\x64\0\
\0\0\x0c\x02\x11\0\x09\x64\0\0\0\x0c\x03\x19\0\x0a\xf1\0\0\0\0\x05\x0f\x05\x04\
\x0d\xa6\0\0\0\x0e\x18\x18\x01\x38\x17\x0f\x11\xe9\0\0\0\x01\x39\x17\0\x0f\x13\
\xe9\0\0\0\x01\x3a\x17\x04\x0f\x14\xe9\0\0\0\x01\x3b\x17\x08\x0f\x15\xe9\0\0\0\
\x01\x3d\x17\x0c\x0f\x16\xe9\0\0\0\x01\x3e\x17\x10\x0f\x17\xe9\0\0\0\x01\x40\
\x17\x14\0\x10\x60\0\0\0\x12\x02\x1b\x0d\xf6\0\0\0\x11\x21\x0e\x03\xad\x12\x1a\
\x17\x01\0\0\x03\xae\0\x12\x1c\x17\x01\0\0\x03\xaf\x06\x12\x1d\x27\x01\0\0\x03\
\xb0\x0c\0\x03\x23\x01\0\0\x04\x42\0\0\0\x06\0\x05\x1b\x08\x01\x10\x2f\x01\0\0\
\x20\x04\x20\x10\x37\x01\0\0\x1f\x02\x18\x05\x1e\x07\x02\0\x8c\0\0\0\x05\0\0\0\
\0\0\0\0\x15\0\0\0\x24\0\0\0\x47\0\0\0\x50\0\0\0\x55\0\0\0\x69\0\0\0\x76\0\0\0\
\x82\0\0\0\x8b\0\0\0\x94\0\0\0\x9b\0\0\0\xa8\0\0\0\xb3\0\0\0\xb8\0\0\0\xc1\0\0\
\0\xc5\0\0\0\xc9\0\0\0\xce\0\0\0\xd4\0\0\0\xdd\0\0\0\xe7\0\0\0\xf7\0\0\0\x06\
\x01\0\0\x15\x01\0\0\x1c\x01\0\0\x20\x01\0\0\x27\x01\0\0\x35\x01\0\0\x3e\x01\0\
\0\x46\x01\0\0\x55\x01\0\0\x5b\x01\0\0\x62\x01\0\0\x63\x6c\x61\x6e\x67\x20\x76\
\x65\x72\x73\x69\x6f\x6e\x20\x32\x31\x2e\x31\x2e\x35\0\x74\x63\x70\x5f\x64\x64\
\x6f\x73\x2e\x62\x70\x66\x2e\x63\0\x2f\x68\x6f\x6d\x65\x2f\x6c\x6f\x6f\x6e\x67\
\x61\x72\x63\x68\x2f\x78\x64\x70\x2d\x74\x6f\x6f\x6c\x73\x2f\x78\x64\x70\x2d\
\x64\x64\x6f\x73\0\x5f\x6c\x69\x63\x65\x6e\x73\x65\0\x63\x68\x61\x72\0\x5f\x5f\
\x41\x52\x52\x41\x59\x5f\x53\x49\x5a\x45\x5f\x54\x59\x50\x45\x5f\x5f\0\x75\x6e\
\x73\x69\x67\x6e\x65\x64\x20\x69\x6e\x74\0\x58\x44\x50\x5f\x41\x42\x4f\x52\x54\
\x45\x44\0\x58\x44\x50\x5f\x44\x52\x4f\x50\0\x58\x44\x50\x5f\x50\x41\x53\x53\0\
\x58\x44\x50\x5f\x54\x58\0\x58\x44\x50\x5f\x52\x45\x44\x49\x52\x45\x43\x54\0\
\x78\x64\x70\x5f\x61\x63\x74\x69\x6f\x6e\0\x6c\x6f\x6e\x67\0\x74\x63\x70\x5f\
\x64\x64\x6f\x73\0\x69\x6e\x74\0\x63\x74\x78\0\x64\x61\x74\x61\0\x5f\x5f\x75\
\x33\x32\0\x64\x61\x74\x61\x5f\x65\x6e\x64\0\x64\x61\x74\x61\x5f\x6d\x65\x74\
\x61\0\x69\x6e\x67\x72\x65\x73\x73\x5f\x69\x66\x69\x6e\x64\x65\x78\0\x72\x78\
\x5f\x71\x75\x65\x75\x65\x5f\x69\x6e\x64\x65\x78\0\x65\x67\x72\x65\x73\x73\x5f\
\x69\x66\x69\x6e\x64\x65\x78\0\x78\x64\x70\x5f\x6d\x64\0\x65\x74\x68\0\x68\x5f\
\x64\x65\x73\x74\0\x75\x6e\x73\x69\x67\x6e\x65\x64\x20\x63\x68\x61\x72\0\x68\
\x5f\x73\x6f\x75\x72\x63\x65\0\x68\x5f\x70\x72\x6f\x74\x6f\0\x75\x6e\x73\x69\
\x67\x6e\x65\x64\x20\x73\x68\x6f\x72\x74\0\x5f\x5f\x75\x31\x36\0\x5f\x5f\x62\
\x65\x31\x36\0\x65\x74\x68\x68\x64\x72\0\x14\0\0\0\x05\0\x08\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\x9f\xeb\x01\0\x18\0\0\0\0\0\0\0\x0c\x01\0\0\x0c\x01\0\0\x56\
\x01\0\0\0\0\0\0\0\0\0\x02\x02\0\0\0\x01\0\0\0\x06\0\0\x04\x18\0\0\0\x08\0\0\0\
\x03\0\0\0\0\0\0\0\x0d\0\0\0\x03\0\0\0\x20\0\0\0\x16\0\0\0\x03\0\0\0\x40\0\0\0\
\x20\0\0\0\x03\0\0\0\x60\0\0\0\x30\0\0\0\x03\0\0\0\x80\0\0\0\x3f\0\0\0\x03\0\0\
\0\xa0\0\0\0\x4e\0\0\0\0\0\0\x08\x04\0\0\0\x54\0\0\0\0\0\0\x01\x04\0\0\0\x20\0\
\0\0\0\0\0\0\x01\0\0\x0d\x06\0\0\0\x61\0\0\0\x01\0\0\0\x65\0\0\0\0\0\0\x01\x04\
\0\0\0\x20\0\0\x01\x69\0\0\0\x01\0\0\x0c\x05\0\0\0\x2c\x01\0\0\0\0\0\x01\x01\0\
\0\0\x08\0\0\x01\0\0\0\0\0\0\0\x03\0\0\0\0\x08\0\0\0\x0a\0\0\0\x04\0\0\0\x31\
\x01\0\0\0\0\0\x01\x04\0\0\0\x20\0\0\0\x45\x01\0\0\0\0\0\x0e\x09\0\0\0\x01\0\0\
\0\x4e\x01\0\0\x01\0\0\x0f\0\0\0\0\x0b\0\0\0\0\0\0\0\x04\0\0\0\0\x78\x64\x70\
\x5f\x6d\x64\0\x64\x61\x74\x61\0\x64\x61\x74\x61\x5f\x65\x6e\x64\0\x64\x61\x74\
\x61\x5f\x6d\x65\x74\x61\0\x69\x6e\x67\x72\x65\x73\x73\x5f\x69\x66\x69\x6e\x64\
\x65\x78\0\x72\x78\x5f\x71\x75\x65\x75\x65\x5f\x69\x6e\x64\x65\x78\0\x65\x67\
\x72\x65\x73\x73\x5f\x69\x66\x69\x6e\x64\x65\x78\0\x5f\x5f\x75\x33\x32\0\x75\
\x6e\x73\x69\x67\x6e\x65\x64\x20\x69\x6e\x74\0\x63\x74\x78\0\x69\x6e\x74\0\x74\
\x63\x70\x5f\x64\x64\x6f\x73\0\x78\x64\x70\0\x2f\x68\x6f\x6d\x65\x2f\x6c\x6f\
\x6f\x6e\x67\x61\x72\x63\x68\x2f\x78\x64\x70\x2d\x74\x6f\x6f\x6c\x73\x2f\x78\
\x64\x70\x2d\x64\x64\x6f\x73\x2f\x74\x63\x70\x5f\x64\x64\x6f\x73\x2e\x62\x70\
\x66\x2e\x63\0\x20\x20\x20\x20\x76\x6f\x69\x64\x20\x2a\x64\x61\x74\x61\x5f\x65\
\x6e\x64\x20\x3d\x20\x28\x76\x6f\x69\x64\x20\x2a\x29\x28\x6c\x6f\x6e\x67\x29\
\x63\x74\x78\x2d\x3e\x64\x61\x74\x61\x5f\x65\x6e\x64\x3b\0\x20\x20\x20\x20\x76\
\x6f\x69\x64\x20\x2a\x64\x61\x74\x61\x20\x3d\x20\x28\x76\x6f\x69\x64\x20\x2a\
\x29\x28\x6c\x6f\x6e\x67\x29\x63\x74\x78\x2d\x3e\x64\x61\x74\x61\x3b\0\x20\x20\
\x20\x20\x69\x66\x20\x28\x28\x76\x6f\x69\x64\x20\x2a\x29\x28\x65\x74\x68\x20\
\x2b\x20\x31\x29\x20\x3e\x20\x64\x61\x74\x61\x5f\x65\x6e\x64\x29\0\x7d\0\x63\
\x68\x61\x72\0\x5f\x5f\x41\x52\x52\x41\x59\x5f\x53\x49\x5a\x45\x5f\x54\x59\x50\
\x45\x5f\x5f\0\x5f\x6c\x69\x63\x65\x6e\x73\x65\0\x6c\x69\x63\x65\x6e\x73\x65\0\
\0\0\x9f\xeb\x01\0\x20\0\0\0\0\0\0\0\x14\0\0\0\x14\0\0\0\x4c\0\0\0\x60\0\0\0\0\
\0\0\0\x08\0\0\0\x72\0\0\0\x01\0\0\0\0\0\0\0\x07\0\0\0\x10\0\0\0\x72\0\0\0\x04\
\0\0\0\0\0\0\0\x76\0\0\0\xa8\0\0\0\x29\x20\0\0\x08\0\0\0\x76\0\0\0\xda\0\0\0\
\x25\x24\0\0\x10\0\0\0\x76\0\0\0\x04\x01\0\0\x16\x34\0\0\x30\0\0\0\x76\0\0\0\
\x2a\x01\0\0\x01\x44\0\0\0\0\0\0\x0c\0\0\0\xff\xff\xff\xff\x04\0\x08\0\x08\x7c\
\x0b\0\x14\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x38\0\0\0\0\0\0\0\xc5\0\0\0\x05\0\x08\
\0\x97\0\0\0\x08\x01\x01\xfb\x0e\x0d\0\x01\x01\x01\x01\0\0\0\x01\0\0\x01\x01\
\x01\x1f\x04\0\0\0\0\x23\0\0\0\x3b\0\0\0\x54\0\0\0\x03\x01\x1f\x02\x0f\x05\x1e\
\x05\x67\0\0\0\0\xd3\xf4\x93\xd9\x05\x62\xcd\x03\x4a\xfe\xe5\xf3\xce\xd8\x44\0\
\x76\0\0\0\x01\x19\xe7\xa2\x78\xdd\x5e\x69\xad\xb0\x87\xc4\x19\x97\x7e\x86\xe0\
\x7c\0\0\0\x02\xb8\x10\xf2\x70\x73\x3e\x10\x63\x19\xb6\x7e\xf5\x12\xc6\x24\x6e\
\x87\0\0\0\x03\x16\x3f\x54\xfb\x1a\xf2\xe2\x1f\xea\x41\x0f\x14\xeb\x18\xfa\x76\
\x92\0\0\0\x03\xbf\x9f\xbc\x0e\x8f\x60\x92\x7f\xef\x9d\x89\x17\x53\x53\x75\xa6\
\x04\0\x05\x29\x0a\0\x09\x02\0\0\0\0\0\0\0\0\x19\x05\x25\x21\x05\x16\x24\x06\
\x03\x73\x20\x05\x01\x06\x03\x11\x3c\x02\x01\0\x01\x01\x2f\x68\x6f\x6d\x65\x2f\
\x6c\x6f\x6f\x6e\x67\x61\x72\x63\x68\x2f\x78\x64\x70\x2d\x74\x6f\x6f\x6c\x73\
\x2f\x78\x64\x70\x2d\x64\x64\x6f\x73\0\x2e\x2e\x2f\x6c\x69\x62\x2f\x2e\x2e\x2f\
\x68\x65\x61\x64\x65\x72\x73\x2f\x6c\x69\x6e\x75\x78\0\x2f\x75\x73\x72\x2f\x69\
\x6e\x63\x6c\x75\x64\x65\x2f\x61\x73\x6d\x2d\x67\x65\x6e\x65\x72\x69\x63\0\x2f\
\x75\x73\x72\x2f\x69\x6e\x63\x6c\x75\x64\x65\x2f\x6c\x69\x6e\x75\x78\0\x74\x63\
\x70\x5f\x64\x64\x6f\x73\x2e\x62\x70\x66\x2e\x63\0\x62\x70\x66\x2e\x68\0\x69\
\x6e\x74\x2d\x6c\x6c\x36\x34\x2e\x68\0\x69\x66\x5f\x65\x74\x68\x65\x72\x2e\x68\
\0\x74\x79\x70\x65\x73\x2e\x68\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\xc9\0\0\0\x04\0\xf1\xff\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\x03\0\x03\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x03\0\x05\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\x03\0\x06\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\x03\0\x09\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x03\0\x0b\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\x03\0\x0c\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\x03\0\x12\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x03\0\x14\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\x03\0\x16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x49\0\0\
\0\x12\0\x03\0\0\0\0\0\0\0\0\0\x38\0\0\0\0\0\0\0\x9f\0\0\0\x11\0\x04\0\0\0\0\0\
\0\0\0\0\x04\0\0\0\0\0\0\0\x08\0\0\0\0\0\0\0\x03\0\0\0\x04\0\0\0\x11\0\0\0\0\0\
\0\0\x03\0\0\0\x05\0\0\0\x15\0\0\0\0\0\0\0\x03\0\0\0\x09\0\0\0\x1f\0\0\0\0\0\0\
\0\x03\0\0\0\x07\0\0\0\x23\0\0\0\0\0\0\0\x03\0\0\0\x03\0\0\0\x08\0\0\0\0\0\0\0\
\x03\0\0\0\x06\0\0\0\x0c\0\0\0\0\0\0\0\x03\0\0\0\x06\0\0\0\x10\0\0\0\0\0\0\0\
\x03\0\0\0\x06\0\0\0\x14\0\0\0\0\0\0\0\x03\0\0\0\x06\0\0\0\x18\0\0\0\0\0\0\0\
\x03\0\0\0\x06\0\0\0\x1c\0\0\0\0\0\0\0\x03\0\0\0\x06\0\0\0\x20\0\0\0\0\0\0\0\
\x03\0\0\0\x06\0\0\0\x24\0\0\0\0\0\0\0\x03\0\0\0\x06\0\0\0\x28\0\0\0\0\0\0\0\
\x03\0\0\0\x06\0\0\0\x2c\0\0\0\0\0\0\0\x03\0\0\0\x06\0\0\0\x30\0\0\0\0\0\0\0\
\x03\0\0\0\x06\0\0\0\x34\0\0\0\0\0\0\0\x03\0\0\0\x06\0\0\0\x38\0\0\0\0\0\0\0\
\x03\0\0\0\x06\0\0\0\x3c\0\0\0\0\0\0\0\x03\0\0\0\x06\0\0\0\x40\0\0\0\0\0\0\0\
\x03\0\0\0\x06\0\0\0\x44\0\0\0\0\0\0\0\x03\0\0\0\x06\0\0\0\x48\0\0\0\0\0\0\0\
\x03\0\0\0\x06\0\0\0\x4c\0\0\0\0\0\0\0\x03\0\0\0\x06\0\0\0\x50\0\0\0\0\0\0\0\
\x03\0\0\0\x06\0\0\0\x54\0\0\0\0\0\0\0\x03\0\0\0\x06\0\0\0\x58\0\0\0\0\0\0\0\
\x03\0\0\0\x06\0\0\0\x5c\0\0\0\0\0\0\0\x03\0\0\0\x06\0\0\0\x60\0\0\0\0\0\0\0\
\x03\0\0\0\x06\0\0\0\x64\0\0\0\0\0\0\0\x03\0\0\0\x06\0\0\0\x68\0\0\0\0\0\0\0\
\x03\0\0\0\x06\0\0\0\x6c\0\0\0\0\0\0\0\x03\0\0\0\x06\0\0\0\x70\0\0\0\0\0\0\0\
\x03\0\0\0\x06\0\0\0\x74\0\0\0\0\0\0\0\x03\0\0\0\x06\0\0\0\x78\0\0\0\0\0\0\0\
\x03\0\0\0\x06\0\0\0\x7c\0\0\0\0\0\0\0\x03\0\0\0\x06\0\0\0\x80\0\0\0\0\0\0\0\
\x03\0\0\0\x06\0\0\0\x84\0\0\0\0\0\0\0\x03\0\0\0\x06\0\0\0\x88\0\0\0\0\0\0\0\
\x03\0\0\0\x06\0\0\0\x8c\0\0\0\0\0\0\0\x03\0\0\0\x06\0\0\0\x08\0\0\0\0\0\0\0\
\x02\0\0\0\x0c\0\0\0\x10\0\0\0\0\0\0\0\x02\0\0\0\x02\0\0\0\x1c\x01\0\0\0\0\0\0\
\x04\0\0\0\x0c\0\0\0\x2c\0\0\0\0\0\0\0\x04\0\0\0\x02\0\0\0\x40\0\0\0\0\0\0\0\
\x04\0\0\0\x02\0\0\0\x50\0\0\0\0\0\0\0\x04\0\0\0\x02\0\0\0\x60\0\0\0\0\0\0\0\
\x04\0\0\0\x02\0\0\0\x70\0\0\0\0\0\0\0\x04\0\0\0\x02\0\0\0\x14\0\0\0\0\0\0\0\
\x03\0\0\0\x08\0\0\0\x18\0\0\0\0\0\0\0\x02\0\0\0\x02\0\0\0\x22\0\0\0\0\0\0\0\
\x03\0\0\0\x0a\0\0\0\x26\0\0\0\0\0\0\0\x03\0\0\0\x0a\0\0\0\x2a\0\0\0\0\0\0\0\
\x03\0\0\0\x0a\0\0\0\x2e\0\0\0\0\0\0\0\x03\0\0\0\x0a\0\0\0\x3a\0\0\0\0\0\0\0\
\x03\0\0\0\x0a\0\0\0\x4f\0\0\0\0\0\0\0\x03\0\0\0\x0a\0\0\0\x64\0\0\0\0\0\0\0\
\x03\0\0\0\x0a\0\0\0\x79\0\0\0\0\0\0\0\x03\0\0\0\x0a\0\0\0\x8e\0\0\0\0\0\0\0\
\x03\0\0\0\x0a\0\0\0\xab\0\0\0\0\0\0\0\x02\0\0\0\x02\0\0\0\x0b\x0c\0\x2e\x64\
\x65\x62\x75\x67\x5f\x61\x62\x62\x72\x65\x76\0\x2e\x74\x65\x78\x74\0\x2e\x72\
\x65\x6c\x2e\x42\x54\x46\x2e\x65\x78\x74\0\x2e\x64\x65\x62\x75\x67\x5f\x6c\x6f\
\x63\x6c\x69\x73\x74\x73\0\x2e\x72\x65\x6c\x2e\x64\x65\x62\x75\x67\x5f\x73\x74\
\x72\x5f\x6f\x66\x66\x73\x65\x74\x73\0\x74\x63\x70\x5f\x64\x64\x6f\x73\0\x2e\
\x64\x65\x62\x75\x67\x5f\x73\x74\x72\0\x2e\x64\x65\x62\x75\x67\x5f\x6c\x69\x6e\
\x65\x5f\x73\x74\x72\0\x2e\x72\x65\x6c\x2e\x64\x65\x62\x75\x67\x5f\x61\x64\x64\
\x72\0\x78\x64\x70\0\x2e\x72\x65\x6c\x2e\x64\x65\x62\x75\x67\x5f\x69\x6e\x66\
\x6f\0\x2e\x6c\x6c\x76\x6d\x5f\x61\x64\x64\x72\x73\x69\x67\0\x5f\x6c\x69\x63\
\x65\x6e\x73\x65\0\x2e\x72\x65\x6c\x2e\x64\x65\x62\x75\x67\x5f\x6c\x69\x6e\x65\
\0\x2e\x72\x65\x6c\x2e\x64\x65\x62\x75\x67\x5f\x66\x72\x61\x6d\x65\0\x74\x63\
\x70\x5f\x64\x64\x6f\x73\x2e\x62\x70\x66\x2e\x63\0\x2e\x73\x74\x72\x74\x61\x62\
\0\x2e\x73\x79\x6d\x74\x61\x62\0\x2e\x72\x65\x6c\x2e\x42\x54\x46\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\xd8\0\0\0\x03\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\x6a\x0e\0\0\0\0\0\0\xf1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x0f\0\0\0\x01\0\0\0\x06\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\x40\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x04\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\x7d\0\0\0\x01\0\0\0\x06\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x40\0\0\
\0\0\0\0\0\x38\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x08\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\xa0\0\0\0\x01\0\0\0\x03\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x78\0\0\0\0\0\0\0\x04\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x22\0\0\0\x01\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x7c\0\0\0\0\0\0\0\x34\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x01\0\0\0\x01\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\xb0\0\0\0\0\0\0\0\xf2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x01\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\x85\0\0\0\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\xa2\x01\0\0\0\0\0\0\x3c\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x01\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\x81\0\0\0\x09\0\0\0\x40\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\xb8\x0a\0\0\
\0\0\0\0\x50\0\0\0\0\0\0\0\x18\0\0\0\x07\0\0\0\x08\0\0\0\0\0\0\0\x10\0\0\0\0\0\
\0\0\x36\0\0\0\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\xde\x02\0\0\0\0\0\0\
\x90\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x32\0\0\0\
\x09\0\0\0\x40\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x08\x0b\0\0\0\0\0\0\x20\x02\0\0\0\
\0\0\0\x18\0\0\0\x09\0\0\0\x08\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\x52\0\0\0\x01\0\
\0\0\x30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x6e\x03\0\0\0\0\0\0\x69\x01\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\x01\0\0\0\0\0\0\0\x01\0\0\0\0\0\0\0\x71\0\0\0\x01\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\xd7\x04\0\0\0\0\0\0\x18\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x6d\0\0\0\x09\0\0\0\x40\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\x28\x0d\0\0\0\0\0\0\x20\0\0\0\0\0\0\0\x18\0\0\0\x0c\0\0\0\x08\0\0\
\0\0\0\0\0\x10\0\0\0\0\0\0\0\xec\0\0\0\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\xf0\x04\0\0\0\0\0\0\x7a\x02\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x04\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\xe8\0\0\0\x09\0\0\0\x40\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x48\x0d\0\
\0\0\0\0\0\x10\0\0\0\0\0\0\0\x18\0\0\0\x0e\0\0\0\x08\0\0\0\0\0\0\0\x10\0\0\0\0\
\0\0\0\x19\0\0\0\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x6c\x07\0\0\0\0\0\0\
\x80\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x15\0\0\0\
\x09\0\0\0\x40\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x58\x0d\0\0\0\0\0\0\x50\0\0\0\0\0\
\0\0\x18\0\0\0\x10\0\0\0\x08\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\xbc\0\0\0\x01\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\xf0\x07\0\0\0\0\0\0\x28\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\x08\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\xb8\0\0\0\x09\0\0\0\x40\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\xa8\x0d\0\0\0\0\0\0\x20\0\0\0\0\0\0\0\x18\0\0\0\x12\0\0\0\
\x08\0\0\0\0\0\0\0\x10\0\0\0\0\0\0\0\xac\0\0\0\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\x18\x08\0\0\0\0\0\0\xc9\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x01\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\xa8\0\0\0\x09\0\0\0\x40\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\xc8\
\x0d\0\0\0\0\0\0\xa0\0\0\0\0\0\0\0\x18\0\0\0\x14\0\0\0\x08\0\0\0\0\0\0\0\x10\0\
\0\0\0\0\0\0\x5d\0\0\0\x01\0\0\0\x30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\xe1\x08\0\0\
\0\0\0\0\x9a\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x01\0\0\0\0\0\0\0\x01\0\0\0\0\0\0\0\
\x91\0\0\0\x03\x4c\xff\x6f\0\0\0\x80\0\0\0\0\0\0\0\0\0\0\0\0\x68\x0e\0\0\0\0\0\
\0\x02\0\0\0\0\0\0\0\x18\0\0\0\0\0\0\0\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\xe0\0\
\0\0\x02\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x80\x09\0\0\0\0\0\0\x38\x01\0\0\
\0\0\0\0\x01\0\0\0\x0b\0\0\0\x08\0\0\0\0\0\0\0\x18\0\0\0\0\0\0\0";

	*sz = sizeof(data) - 1;
	return (const void *)data;
}

#ifdef __cplusplus
struct tcp_ddos *tcp_ddos::open(const struct bpf_object_open_opts *opts) { return tcp_ddos__open_opts(opts); }
struct tcp_ddos *tcp_ddos::open_and_load() { return tcp_ddos__open_and_load(); }
int tcp_ddos::load(struct tcp_ddos *skel) { return tcp_ddos__load(skel); }
int tcp_ddos::attach(struct tcp_ddos *skel) { return tcp_ddos__attach(skel); }
void tcp_ddos::detach(struct tcp_ddos *skel) { tcp_ddos__detach(skel); }
void tcp_ddos::destroy(struct tcp_ddos *skel) { tcp_ddos__destroy(skel); }
const void *tcp_ddos::elf_bytes(size_t *sz) { return tcp_ddos__elf_bytes(sz); }
#endif /* __cplusplus */

__attribute__((unused)) static void
tcp_ddos__assert(struct tcp_ddos *s __attribute__((unused)))
{
#ifdef __cplusplus
#define _Static_assert static_assert
#endif
#ifdef __cplusplus
#undef _Static_assert
#endif
}

#endif /* __TCP_DDOS_SKEL_H__ */
