Searched refs:OPTSTRING (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 1276 #define OPTSTRING 60 macro 1279 char tstr[OPTSTRING]; in test_options() 1281 memset(options, 0, OPTSTRING); in test_options() 1284 strncat(options, "pass,", OPTSTRING); in test_options() 1286 strncat(options, "redir,", OPTSTRING); in test_options() 1288 strncat(options, "drop,", OPTSTRING); in test_options() 1290 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options() 1291 strncat(options, tstr, OPTSTRING); in test_options() 1294 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options() 1295 strncat(options, tstr, OPTSTRING); in test_options() [all …]
|