Searched refs:owner_mt_print_item (Results 1 - 1 of 1) sorted by relevance

/external/iptables/extensions/
H A Dlibxt_owner.c383 owner_mt_print_item(const struct xt_owner_match_info *info, const char *label, function
457 owner_mt_print_item(info, "owner socket exists", XT_OWNER_SOCKET, numeric);
458 owner_mt_print_item(info, "owner UID match", XT_OWNER_UID, numeric);
459 owner_mt_print_item(info, "owner GID match", XT_OWNER_GID, numeric);
489 owner_mt_print_item(info, "--socket-exists", XT_OWNER_SOCKET, true);
490 owner_mt_print_item(info, "--uid-owner", XT_OWNER_UID, true);
491 owner_mt_print_item(info, "--gid-owner", XT_OWNER_GID, true);

Completed in 17 milliseconds