Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_sockmap.c1276 #define OPTSTRING 60 macro
1279 char tstr[OPTSTRING]; in test_options()
1281 memset(options, 0, OPTSTRING); in test_options()
1284 strncat(options, "pass,", OPTSTRING); in test_options()
1286 strncat(options, "redir,", OPTSTRING); in test_options()
1288 strncat(options, "drop,", OPTSTRING); in test_options()
1290 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1291 strncat(options, tstr, OPTSTRING); in test_options()
1294 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options()
1295 strncat(options, tstr, OPTSTRING); in test_options()
[all …]