Searched refs:OPTSTRING (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | test_sockmap.c | 1102 #define OPTSTRING 60 macro 1105 char tstr[OPTSTRING]; in test_options() 1107 memset(options, 0, OPTSTRING); in test_options() 1110 strncat(options, "pass,", OPTSTRING); in test_options() 1112 strncat(options, "pass_noisy,", OPTSTRING); in test_options() 1114 strncat(options, "redir,", OPTSTRING); in test_options() 1116 strncat(options, "redir_noisy,", OPTSTRING); in test_options() 1118 strncat(options, "drop,", OPTSTRING); in test_options() 1120 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options() 1121 strncat(options, tstr, OPTSTRING); in test_options() [all …]
|