HomeSort by relevance Sort by last modified time
    Searched refs:xt_esp (Results 151 - 152 of 152) sorted by null

1 2 3 4 5 67

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter/
xt_esp.h 15 struct xt_esp struct
  /external/iptables/extensions/
libxt_esp.c 3 #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 437 milliseconds

1 2 3 4 5 67