Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_sockmap.c1330 #define OPTSTRING 60 macro
1333 char tstr[OPTSTRING]; in test_options()
1335 memset(options, 0, OPTSTRING); in test_options()
1338 append_str(options, "pass,", OPTSTRING); in test_options()
1340 append_str(options, "redir,", OPTSTRING); in test_options()
1342 append_str(options, "drop,", OPTSTRING); in test_options()
1344 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1345 append_str(options, tstr, OPTSTRING); in test_options()
1348 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options()
1349 append_str(options, tstr, OPTSTRING); in test_options()
[all …]