15 #ifndef __IPSEC_IO_H__ 16 #define __IPSEC_IO_H__ 18 #define foreach_ipsec_output_next \ 19 _ (DROP, "error-drop") 21 #define _(v, s) IPSEC_OUTPUT_NEXT_##v, 29 #define foreach_ipsec_input_next \ 30 _ (PUNT, "punt-dispatch") \ 31 _ (DROP, "error-drop") 35 #define _(v, s) IPSEC_INPUT_NEXT_##v,
#define foreach_ipsec_input_next
#define foreach_ipsec_output_next