HomeSort by relevance Sort by last modified time
    Searched refs:ipt_entry_target (Results 51 - 56 of 56) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/
ip_tables.h 43 #define ipt_entry_target xt_entry_target macro
170 static __inline__ struct ipt_entry_target *
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h 56 #define ipt_entry_target xt_entry_target macro
222 static __inline__ struct ipt_entry_target *
301 struct ipt_entry_target target;
  /external/iproute2/include/linux/netfilter_ipv4/
ip_tables.h 31 #define ipt_entry_target xt_entry_target macro
  /external/iptables/iptables/
iptables.c 556 const struct ipt_entry_target *t;
677 struct ipt_entry_target *t;
777 + XT_ALIGN(sizeof(struct ipt_entry_target))
791 XT_ALIGN(sizeof(struct ipt_entry_target))
1105 const struct ipt_entry_target *t;
1167 /* If the target size is greater than ipt_entry_target
1171 sizeof(struct ipt_entry_target)) {
    [all...]
  /external/iproute2/tc/
m_ipt.c 361 build_st(struct iptables_target *target, struct ipt_entry_target *t)
369 IPT_ALIGN(sizeof (struct ipt_entry_target)) + target->size;
540 struct ipt_entry_target *t = NULL;
  /external/iptables/libiptc/
libip4tc.c 43 #define STRUCT_ENTRY_TARGET struct ipt_entry_target
212 mptr += XT_ALIGN(sizeof(struct ipt_entry_target));

Completed in 290 milliseconds

1 23