MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_inline_ipsec

Function test_inline_ipsec

dpdk/app/test/test_security_inline_proto.c:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16#ifdef RTE_EXEC_ENV_WINDOWS
17static int
18test_inline_ipsec(void)
19{
20 printf("Inline ipsec not supported on Windows, skipping test\n");
21 return TEST_SKIPPED;
22}
23
24static int
25test_event_inline_ipsec(void)

Callers

nothing calls this directly

Calls 2

unit_test_suite_runnerFunction · 0.70
printfFunction · 0.50

Tested by

no test coverage detected