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

  /external/iptables/include/linux/netfilter/
xt_owner.h 7 XT_OWNER_UID = 1 << 0,
  /external/iptables/extensions/
libxt_owner.c 256 info->invert |= XT_OWNER_UID;
257 info->match |= XT_OWNER_UID;
393 case XT_OWNER_UID:
458 owner_mt_print_item(info, "owner UID match", XT_OWNER_UID, numeric);
490 owner_mt_print_item(info, "--uid-owner", XT_OWNER_UID, true);

Completed in 692 milliseconds