Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c1425 #define OPTSTRING 60 macro
1428 char tstr[OPTSTRING]; in test_options()
1430 memset(options, 0, OPTSTRING); in test_options()
1433 append_str(options, "pass,", OPTSTRING); in test_options()
1435 append_str(options, "redir,", OPTSTRING); in test_options()
1437 append_str(options, "drop,", OPTSTRING); in test_options()
1439 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1440 append_str(options, tstr, OPTSTRING); in test_options()
1443 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options()
1444 append_str(options, tstr, OPTSTRING); in test_options()
[all …]