Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
A Dtest_sockmap.c1299 #define OPTSTRING 60 macro
1302 char tstr[OPTSTRING]; in test_options()
1304 memset(options, 0, OPTSTRING); in test_options()
1307 append_str(options, "pass,", OPTSTRING); in test_options()
1311 append_str(options, "drop,", OPTSTRING); in test_options()
1314 append_str(options, tstr, OPTSTRING); in test_options()
1318 append_str(options, tstr, OPTSTRING); in test_options()
1322 append_str(options, tstr, OPTSTRING); in test_options()
1326 append_str(options, tstr, OPTSTRING); in test_options()
1331 append_str(options, tstr, OPTSTRING); in test_options()
[all …]

Completed in 6 milliseconds