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

  /external/iptables/include/linux/netfilter/
nf_conntrack_common.h 16 IP_CT_NEW,
23 IP_CT_NEW_REPLY = IP_CT_NEW + IP_CT_IS_REPLY,
  /external/libnl/include/linux-private/linux/netfilter/
nf_conntrack_common.h 16 IP_CT_NEW,
23 IP_CT_NEW_REPLY = IP_CT_NEW + IP_CT_IS_REPLY,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
nf_conntrack_common.h 16 IP_CT_NEW,
23 IP_CT_NEW_REPLY = IP_CT_NEW + IP_CT_IS_REPLY,
  /bionic/libc/kernel/uapi/linux/netfilter/
nf_conntrack_common.h 24 IP_CT_NEW,
  /external/kernel-headers/original/uapi/linux/netfilter/
nf_conntrack_common.h 17 IP_CT_NEW,
  /external/iptables/extensions/
libxt_conntrack.c 194 sinfo->statemask |= XT_CONNTRACK_STATE_BIT(IP_CT_NEW);
235 info->state_mask |= XT_CONNTRACK_STATE_BIT(IP_CT_NEW);
586 if (statemask & XT_CONNTRACK_STATE_BIT(IP_CT_NEW)) {
1042 return XT_CONNTRACK_STATE_BIT(IP_CT_NEW);
    [all...]

Completed in 97 milliseconds