Searched refs:OPTSTRING (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 1422 #define OPTSTRING 60 macro 1425 char tstr[OPTSTRING]; in test_options() 1427 memset(options, 0, OPTSTRING); in test_options() 1430 append_str(options, "pass,", OPTSTRING); in test_options() 1432 append_str(options, "redir,", OPTSTRING); in test_options() 1434 append_str(options, "drop,", OPTSTRING); in test_options() 1436 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options() 1437 append_str(options, tstr, OPTSTRING); in test_options() 1440 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options() 1441 append_str(options, tstr, OPTSTRING); in test_options() [all …]
|