OPTSTRING        1109 tools/testing/selftests/bpf/test_sockmap.c 	char tstr[OPTSTRING];
OPTSTRING        1111 tools/testing/selftests/bpf/test_sockmap.c 	memset(options, 0, OPTSTRING);
OPTSTRING        1114 tools/testing/selftests/bpf/test_sockmap.c 		strncat(options, "pass,", OPTSTRING);
OPTSTRING        1116 tools/testing/selftests/bpf/test_sockmap.c 		strncat(options, "pass_noisy,", OPTSTRING);
OPTSTRING        1118 tools/testing/selftests/bpf/test_sockmap.c 		strncat(options, "redir,", OPTSTRING);
OPTSTRING        1120 tools/testing/selftests/bpf/test_sockmap.c 		strncat(options, "redir_noisy,", OPTSTRING);
OPTSTRING        1122 tools/testing/selftests/bpf/test_sockmap.c 		strncat(options, "drop,", OPTSTRING);
OPTSTRING        1124 tools/testing/selftests/bpf/test_sockmap.c 		snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply);
OPTSTRING        1125 tools/testing/selftests/bpf/test_sockmap.c 		strncat(options, tstr, OPTSTRING);
OPTSTRING        1128 tools/testing/selftests/bpf/test_sockmap.c 		snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork);
OPTSTRING        1129 tools/testing/selftests/bpf/test_sockmap.c 		strncat(options, tstr, OPTSTRING);
OPTSTRING        1132 tools/testing/selftests/bpf/test_sockmap.c 		snprintf(tstr, OPTSTRING, "start %d,", txmsg_start);
OPTSTRING        1133 tools/testing/selftests/bpf/test_sockmap.c 		strncat(options, tstr, OPTSTRING);
OPTSTRING        1136 tools/testing/selftests/bpf/test_sockmap.c 		snprintf(tstr, OPTSTRING, "end %d,", txmsg_end);
OPTSTRING        1137 tools/testing/selftests/bpf/test_sockmap.c 		strncat(options, tstr, OPTSTRING);
OPTSTRING        1140 tools/testing/selftests/bpf/test_sockmap.c 		snprintf(tstr, OPTSTRING, "pop (%d,%d),",
OPTSTRING        1142 tools/testing/selftests/bpf/test_sockmap.c 		strncat(options, tstr, OPTSTRING);
OPTSTRING        1145 tools/testing/selftests/bpf/test_sockmap.c 		strncat(options, "ingress,", OPTSTRING);
OPTSTRING        1147 tools/testing/selftests/bpf/test_sockmap.c 		strncat(options, "skb,", OPTSTRING);
OPTSTRING        1149 tools/testing/selftests/bpf/test_sockmap.c 		strncat(options, "ktls,", OPTSTRING);
OPTSTRING        1151 tools/testing/selftests/bpf/test_sockmap.c 		strncat(options, "peek,", OPTSTRING);
OPTSTRING        1156 tools/testing/selftests/bpf/test_sockmap.c 	char *options = calloc(OPTSTRING, sizeof(char));