Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/progs/
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()
81 RET_CG_ERR(ret); in __check_active_hdr_in()
89 RET_CG_ERR(ret); in __check_active_hdr_in()
101 RET_CG_ERR(ret); in __check_active_hdr_in()
105 RET_CG_ERR(0); in __check_active_hdr_in()
109 RET_CG_ERR(ret); in __check_active_hdr_in()
113 RET_CG_ERR(0); in __check_active_hdr_in()
[all …]
Dtest_tcp_hdr_options.c112 RET_CG_ERR(err); in store_option()
177 RET_CG_ERR(err); in synack_opt_len()
183 RET_CG_ERR(err); in synack_opt_len()
197 RET_CG_ERR(0); in write_synack_opt()
218 RET_CG_ERR(err); in syn_opt_len()
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()
255 RET_CG_ERR(err); in fin_opt_len()
267 RET_CG_ERR(0); in write_fin_opt()
[all …]
/linux-6.6.21/tools/testing/selftests/bpf/
Dtest_tcp_hdr_options.h138 #define RET_CG_ERR(__err) ({ \ macro