Searched refs:owner_mt_print_item_v0 (Results 1 – 1 of 1) sorted by relevance
/third_party/iptables/extensions/ |
D | libxt_owner.c | 298 owner_mt_print_item_v0(const struct ipt_owner_info *info, const char *label, in owner_mt_print_item_v0() function 442 owner_mt_print_item_v0(info, "owner UID match", IPT_OWNER_UID, numeric); in owner_mt_print_v0() 443 owner_mt_print_item_v0(info, "owner GID match", IPT_OWNER_GID, numeric); in owner_mt_print_v0() 444 owner_mt_print_item_v0(info, "owner PID match", IPT_OWNER_PID, numeric); in owner_mt_print_v0() 445 owner_mt_print_item_v0(info, "owner SID match", IPT_OWNER_SID, numeric); in owner_mt_print_v0() 446 owner_mt_print_item_v0(info, "owner CMD match", IPT_OWNER_COMM, numeric); in owner_mt_print_v0() 477 owner_mt_print_item_v0(info, "--uid-owner", IPT_OWNER_UID, true); in owner_mt_save_v0() 478 owner_mt_print_item_v0(info, "--gid-owner", IPT_OWNER_GID, true); in owner_mt_save_v0() 479 owner_mt_print_item_v0(info, "--pid-owner", IPT_OWNER_PID, true); in owner_mt_save_v0() 480 owner_mt_print_item_v0(info, "--sid-owner", IPT_OWNER_SID, true); in owner_mt_save_v0() [all …]
|