Home
last modified time | relevance | path

Searched refs:owner_mt_print_item_v0 (Results 1 – 1 of 1) sorted by relevance

/external/iptables/extensions/
Dlibxt_owner.c290 owner_mt_print_item_v0(const struct ipt_owner_info *info, const char *label, in owner_mt_print_item_v0() function
434 owner_mt_print_item_v0(info, "owner UID match", IPT_OWNER_UID, numeric); in owner_mt_print_v0()
435 owner_mt_print_item_v0(info, "owner GID match", IPT_OWNER_GID, numeric); in owner_mt_print_v0()
436 owner_mt_print_item_v0(info, "owner PID match", IPT_OWNER_PID, numeric); in owner_mt_print_v0()
437 owner_mt_print_item_v0(info, "owner SID match", IPT_OWNER_SID, numeric); in owner_mt_print_v0()
438 owner_mt_print_item_v0(info, "owner CMD match", IPT_OWNER_COMM, numeric); in owner_mt_print_v0()
468 owner_mt_print_item_v0(info, "--uid-owner", IPT_OWNER_UID, true); in owner_mt_save_v0()
469 owner_mt_print_item_v0(info, "--gid-owner", IPT_OWNER_GID, true); in owner_mt_save_v0()
470 owner_mt_print_item_v0(info, "--pid-owner", IPT_OWNER_PID, true); in owner_mt_save_v0()
471 owner_mt_print_item_v0(info, "--sid-owner", IPT_OWNER_SID, true); in owner_mt_save_v0()
[all …]