Searched refs:OPTSTRING (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/tools/testing/selftests/bpf/ |
| D | test_sockmap.c | 876 #define OPTSTRING 60 macro 879 char tstr[OPTSTRING]; in test_options() 881 memset(options, 0, OPTSTRING); in test_options() 884 strncat(options, "pass,", OPTSTRING); in test_options() 886 strncat(options, "pass_noisy,", OPTSTRING); in test_options() 888 strncat(options, "redir,", OPTSTRING); in test_options() 890 strncat(options, "redir_noisy,", OPTSTRING); in test_options() 892 strncat(options, "drop,", OPTSTRING); in test_options() 894 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options() 895 strncat(options, tstr, OPTSTRING); in test_options() [all …]
|