Searched refs:reg_opt (Results 1 – 1 of 1) sorted by relevance
43 struct tcp_opt reg_opt; in __check_active_hdr_in() member50 hdr.reg_opt.kind = 0xB9; in __check_active_hdr_in()53 ret = bpf_load_hdr_opt(skops, &hdr.reg_opt, 2, load_flags); in __check_active_hdr_in()58 hdr.reg_opt.len = 4; in __check_active_hdr_in()59 ret = bpf_load_hdr_opt(skops, &hdr.reg_opt, sizeof(hdr.reg_opt), in __check_active_hdr_in()64 hdr.reg_opt.len = 0; in __check_active_hdr_in()65 ret = bpf_load_hdr_opt(skops, &hdr.reg_opt, sizeof(hdr.reg_opt), in __check_active_hdr_in()67 if (ret != 4 || hdr.reg_opt.len != 4 || hdr.reg_opt.kind != 0xB9 || in __check_active_hdr_in()68 hdr.reg_opt.data[0] != 0xfa || hdr.reg_opt.data[1] != 0xce) in __check_active_hdr_in()178 struct tcp_opt reg_opt = {}; in write_active_opt() local[all …]