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