linux-cp: Add tests for tun devices
[vpp.git] / src / vnet / ipsec / ipsec_itf.h
index ab317e1..4958d10 100644 (file)
@@ -110,6 +110,9 @@ extern u8 *format_ipsec_itf (u8 * s, va_list * a);
 
 extern ipsec_itf_t *ipsec_itf_get (index_t ii);
 
+typedef walk_rc_t (*ipsec_itf_walk_cb_t) (ipsec_itf_t *itf, void *ctx);
+extern void ipsec_itf_walk (ipsec_itf_walk_cb_t cd, void *ctx);
+
 /*
  * fd.io coding-style-patch-verification: ON
  *