Searched refs:write_opt (Results 1 – 1 of 1) sorted by relevance
88 } write_opt; in store_option() local92 write_opt.exprm.kind = TCPOPT_EXP; in store_option()93 write_opt.exprm.len = option_total_len(test_opt->flags); in store_option()94 write_opt.exprm.magic = __bpf_htons(test_magic); in store_option()95 write_opt.exprm.data32 = 0; in store_option()96 write_test_option(test_opt, write_opt.exprm.data); in store_option()97 err = bpf_store_hdr_opt(skops, &write_opt.exprm, in store_option()98 sizeof(write_opt.exprm), 0); in store_option()100 write_opt.regular.kind = test_kind; in store_option()101 write_opt.regular.len = option_total_len(test_opt->flags); in store_option()[all …]