HomeSort by relevance Sort by last modified time
    Searched refs:xt_mac_info (Results 1 - 5 of 5) sorted by null

  /external/iptables/include/linux/netfilter/
xt_mac.h 4 struct xt_mac_info { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_mac.h 4 struct xt_mac_info { struct
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_mac.h 22 struct xt_mac_info { struct
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_mac.h 7 struct xt_mac_info { struct
  /external/iptables/extensions/
libxt_mac.c 22 #define s struct xt_mac_info
33 struct xt_mac_info *macinfo = cb->data;
52 const struct xt_mac_info *info = (void *)match->data;
64 const struct xt_mac_info *info = (void *)match->data;
86 const struct xt_mac_info *info = (void *)params->match->data;
98 .size = XT_ALIGN(sizeof(struct xt_mac_info)),
99 .userspacesize = XT_ALIGN(sizeof(struct xt_mac_info)),

Completed in 401 milliseconds