Searched refs:exprm_opt (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_misc_tcp_hdr_options.c | 69 hdr.exprm_opt.len = 5; in __check_active_hdr_in() 70 hdr.exprm_opt.magic = 0; in __check_active_hdr_in() 71 ret = bpf_load_hdr_opt(skops, &hdr.exprm_opt, sizeof(hdr.exprm_opt), in __check_active_hdr_in() 77 hdr.exprm_opt.len = 4; in __check_active_hdr_in() 78 ret = bpf_load_hdr_opt(skops, &hdr.exprm_opt, sizeof(hdr.exprm_opt), in __check_active_hdr_in() 84 ret = bpf_load_hdr_opt(skops, &hdr.exprm_opt, sizeof(hdr.exprm_opt), in __check_active_hdr_in() 179 exprm_opt.len = 4; in write_active_opt() 189 err = bpf_store_hdr_opt(skops, &exprm_opt, sizeof(exprm_opt), 0); in write_active_opt() 194 err = bpf_store_hdr_opt(skops, &exprm_opt, sizeof(exprm_opt), 0); in write_active_opt() 206 ret = bpf_load_hdr_opt(skops, &exprm_opt, sizeof(exprm_opt), 0); in write_active_opt() [all …]
|