Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_sockmap.c1422 #define OPTSTRING 60 macro
1425 char tstr[OPTSTRING]; in test_options()
1427 memset(options, 0, OPTSTRING); in test_options()
1430 append_str(options, "pass,", OPTSTRING); in test_options()
1434 append_str(options, "drop,", OPTSTRING); in test_options()
1437 append_str(options, tstr, OPTSTRING); in test_options()
1441 append_str(options, tstr, OPTSTRING); in test_options()
1445 append_str(options, tstr, OPTSTRING); in test_options()
1449 append_str(options, tstr, OPTSTRING); in test_options()
1454 append_str(options, tstr, OPTSTRING); in test_options()
[all …]