Searched refs:OPTSTRING (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 1328 #define OPTSTRING 60 macro 1331 char tstr[OPTSTRING]; in test_options() 1333 memset(options, 0, OPTSTRING); in test_options() 1336 append_str(options, "pass,", OPTSTRING); in test_options() 1338 append_str(options, "redir,", OPTSTRING); in test_options() 1340 append_str(options, "drop,", OPTSTRING); in test_options() 1342 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options() 1343 append_str(options, tstr, OPTSTRING); in test_options() 1346 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options() 1347 append_str(options, tstr, OPTSTRING); in test_options() [all …]
|