Searched refs:OPTSTRING (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c1330 #define OPTSTRING 60 macro
1333 char tstr[OPTSTRING];
1335 memset(options, 0, OPTSTRING);
1338 append_str(options, "pass,", OPTSTRING);
1340 append_str(options, "redir,", OPTSTRING);
1342 append_str(options, "drop,", OPTSTRING);
1344 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply);
1345 append_str(options, tstr, OPTSTRING);
1348 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork);
1349 append_str(options, tstr, OPTSTRING);
[all...]

Completed in 179 milliseconds