bpf_test_option
static int check_hdr_opt(const struct bpf_test_option *exp,
const struct bpf_test_option *act,
static struct bpf_test_option exp_passive_estab_in;
static struct bpf_test_option exp_active_estab_in;
static struct bpf_test_option exp_passive_fin_in;
static struct bpf_test_option exp_active_fin_in;
size_t optsize = sizeof(struct bpf_test_option);
static void print_option(const struct bpf_test_option *opt, const char *prefix)
static int parse_test_option(struct bpf_test_option *opt, const __u8 *start)
struct bpf_test_option *test_opt, bool from_syn)
struct bpf_test_option test_opt = {};
struct bpf_test_option opt;
struct bpf_test_option passive_synack_out = {};
struct bpf_test_option *opt;
struct bpf_test_option passive_fin_out = {};
struct bpf_test_option passive_estab_in = {};
struct bpf_test_option *opt;
struct bpf_test_option passive_fin_in = {};
struct bpf_test_option active_syn_out = {};
struct bpf_test_option active_fin_out = {};
struct bpf_test_option active_estab_in = {};
struct bpf_test_option active_fin_in = {};
struct bpf_test_option *fin_opt;
static void write_test_option(const struct bpf_test_option *test_opt,
const struct bpf_test_option *test_opt)