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

  /external/iptables/include/linux/netfilter/
xt_owner.h 8 XT_OWNER_GID = 1 << 1,
  /external/iptables/extensions/
libxt_owner.c 267 info->invert |= XT_OWNER_GID;
268 info->match |= XT_OWNER_GID;
409 case XT_OWNER_GID:
459 owner_mt_print_item(info, "owner GID match", XT_OWNER_GID, numeric);
491 owner_mt_print_item(info, "--gid-owner", XT_OWNER_GID, true);

Completed in 2998 milliseconds