Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/
Dtest_sockmap.c1286 #define OPTSTRING 60 macro
1289 char tstr[OPTSTRING]; in test_options()
1291 memset(options, 0, OPTSTRING); in test_options()
1294 append_str(options, "pass,", OPTSTRING); in test_options()
1296 append_str(options, "redir,", OPTSTRING); in test_options()
1298 append_str(options, "drop,", OPTSTRING); in test_options()
1300 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1301 append_str(options, tstr, OPTSTRING); in test_options()
1304 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options()
1305 append_str(options, tstr, OPTSTRING); in test_options()
[all …]