Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c1268 #define OPTSTRING 60 macro
1271 char tstr[OPTSTRING]; in test_options()
1273 memset(options, 0, OPTSTRING); in test_options()
1276 append_str(options, "pass,", OPTSTRING); in test_options()
1278 append_str(options, "redir,", OPTSTRING); in test_options()
1280 append_str(options, "drop,", OPTSTRING); in test_options()
1282 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1283 append_str(options, tstr, OPTSTRING); in test_options()
1286 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options()
1287 append_str(options, tstr, OPTSTRING); in test_options()
[all …]