Home
last modified time | relevance | path

Searched refs:RET_CG_ERR (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_misc_tcp_hdr_options.c51 RET_CG_ERR(ret); in __check_active_hdr_in()
58 RET_CG_ERR(ret); in __check_active_hdr_in()
65 RET_CG_ERR(ret); in __check_active_hdr_in()
74 RET_CG_ERR(ret); in __check_active_hdr_in()
105 RET_CG_ERR(0); in __check_active_hdr_in()
113 RET_CG_ERR(0); in __check_active_hdr_in()
120 RET_CG_ERR(0); in __check_active_hdr_in()
139 RET_CG_ERR(0); in check_active_hdr_in()
219 RET_CG_ERR(0); in write_active_opt()
256 RET_CG_ERR(0); in handle_hdr_opt_len()
[all …]
H A Dtest_tcp_hdr_options.c112 RET_CG_ERR(err); in store_option()
197 RET_CG_ERR(0); in write_synack_opt()
227 RET_CG_ERR(0); in write_syn_opt()
240 RET_CG_ERR(0); in fin_opt_len()
244 RET_CG_ERR(0); in fin_opt_len()
267 RET_CG_ERR(0); in write_fin_opt()
271 RET_CG_ERR(0); in write_fin_opt()
279 RET_CG_ERR(0); in write_fin_opt()
304 RET_CG_ERR(0); in nodata_opt_len()
318 RET_CG_ERR(0); in write_nodata_opt()
[all …]
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h138 #define RET_CG_ERR(__err) ({ \ macro