Searched refs:reg_opt (Results 1 – 1 of 1) sorted by relevance
39 struct tcp_opt reg_opt; in __check_active_hdr_in() member46 hdr.reg_opt.kind = 0xB9; in __check_active_hdr_in()49 ret = bpf_load_hdr_opt(skops, &hdr.reg_opt, 2, load_flags); in __check_active_hdr_in()54 hdr.reg_opt.len = 4; in __check_active_hdr_in()55 ret = bpf_load_hdr_opt(skops, &hdr.reg_opt, sizeof(hdr.reg_opt), in __check_active_hdr_in()60 hdr.reg_opt.len = 0; in __check_active_hdr_in()61 ret = bpf_load_hdr_opt(skops, &hdr.reg_opt, sizeof(hdr.reg_opt), in __check_active_hdr_in()63 if (ret != 4 || hdr.reg_opt.len != 4 || hdr.reg_opt.kind != 0xB9 || in __check_active_hdr_in()64 hdr.reg_opt.data[0] != 0xfa || hdr.reg_opt.data[1] != 0xce) in __check_active_hdr_in()174 struct tcp_opt reg_opt = {}; in write_active_opt() local[all …]