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

/external/iptables/include/linux/netfilter/
H A Dxt_esp.h6 struct xt_esp { struct
11 /* Values for "invflags" field in struct xt_esp. */
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_esp.h6 struct xt_esp { struct
11 /* Values for "invflags" field in struct xt_esp. */
/external/iptables/extensions/
H A Dlibxt_esp.c3 #include <linux/netfilter/xt_esp.h>
20 XTOPT_POINTER(struct xt_esp, spis)},
26 struct xt_esp *espinfo = cb->data;
52 const struct xt_esp *esp = (struct xt_esp *)match->data;
64 const struct xt_esp *espinfo = (struct xt_esp *)match->data;
86 .size = XT_ALIGN(sizeof(struct xt_esp)),
87 .userspacesize = XT_ALIGN(sizeof(struct xt_esp)),

Completed in 244 milliseconds