Searched refs:owner_mt_print_item (Results 1 – 1 of 1) sorted by relevance
/third_party/iptables/extensions/ |
D | libxt_owner.c | 392 owner_mt_print_item(const struct xt_owner_match_info *info, const char *label, in owner_mt_print_item() function 466 owner_mt_print_item(info, "owner socket exists", XT_OWNER_SOCKET, numeric); in owner_mt_print() 467 owner_mt_print_item(info, "owner UID match", XT_OWNER_UID, numeric); in owner_mt_print() 468 owner_mt_print_item(info, "owner GID match", XT_OWNER_GID, numeric); in owner_mt_print() 469 owner_mt_print_item(info, "incl. suppl. groups", XT_OWNER_SUPPL_GROUPS, numeric); in owner_mt_print() 499 owner_mt_print_item(info, "--socket-exists", XT_OWNER_SOCKET, true); in owner_mt_save() 500 owner_mt_print_item(info, "--uid-owner", XT_OWNER_UID, true); in owner_mt_save() 501 owner_mt_print_item(info, "--gid-owner", XT_OWNER_GID, true); in owner_mt_save() 502 owner_mt_print_item(info, "--suppl-groups", XT_OWNER_SUPPL_GROUPS, true); in owner_mt_save()
|