HomeSort by relevance Sort by last modified time
    Searched defs:xt_mark_info (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/common/linux/netfilter/
xt_mark.h 21 struct xt_mark_info { struct
  /external/kernel-headers/original/linux/netfilter/
xt_mark.h 4 struct xt_mark_info { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_mark.h 4 struct xt_mark_info { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_mark.h 4 struct xt_mark_info { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_mark.h 4 struct xt_mark_info { struct
  /external/iptables/extensions/
libxt_mark.c 6 struct xt_mark_info { struct
41 struct xt_mark_info *markinfo = cb->data;
72 const struct xt_mark_info *info = (const void *)match->data;
96 const struct xt_mark_info *info = (const void *)match->data;
111 .size = XT_ALIGN(sizeof(struct xt_mark_info)),
112 .userspacesize = XT_ALIGN(sizeof(struct xt_mark_info)),

Completed in 75 milliseconds