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

  /external/iptables/include/linux/netfilter/
xt_conntrack.h 29 XT_CONNTRACK_ORIGDST_PORT = 1 << 9,
  /external/iptables/extensions/
libxt_conntrack.c 434 info->match_flags |= XT_CONNTRACK_ORIGDST_PORT;
436 info->invert_flags |= XT_CONNTRACK_ORIGDST_PORT;
812 if (info->match_flags & XT_CONNTRACK_ORIGDST_PORT) {
813 if (info->invert_flags & XT_CONNTRACK_ORIGDST_PORT)

Completed in 37 milliseconds