• Home
  • Raw
  • Download

Lines Matching refs:numeric

291                        uint8_t flag, bool numeric)  in owner_mt_print_item_v0()  argument
301 if (!numeric) { in owner_mt_print_item_v0()
313 if (!numeric) { in owner_mt_print_item_v0()
340 uint8_t flag, bool numeric) in owner_mt6_print_item_v0() argument
350 if (!numeric) { in owner_mt6_print_item_v0()
362 if (!numeric) { in owner_mt6_print_item_v0()
385 uint8_t flag, bool numeric) in owner_mt_print_item() argument
399 } else if (!numeric) { in owner_mt_print_item()
415 } else if (!numeric) { in owner_mt_print_item()
430 int numeric) in owner_mt_print_v0() argument
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()
443 int numeric) in owner_mt6_print_v0() argument
447 owner_mt6_print_item_v0(info, "owner UID match", IPT_OWNER_UID, numeric); in owner_mt6_print_v0()
448 owner_mt6_print_item_v0(info, "owner GID match", IPT_OWNER_GID, numeric); in owner_mt6_print_v0()
449 owner_mt6_print_item_v0(info, "owner PID match", IPT_OWNER_PID, numeric); in owner_mt6_print_v0()
450 owner_mt6_print_item_v0(info, "owner SID match", IPT_OWNER_SID, numeric); in owner_mt6_print_v0()
454 int numeric) in owner_mt_print() argument
458 owner_mt_print_item(info, "owner socket exists", XT_OWNER_SOCKET, numeric); in owner_mt_print()
459 owner_mt_print_item(info, "owner UID match", XT_OWNER_UID, numeric); in owner_mt_print()
460 owner_mt_print_item(info, "owner GID match", XT_OWNER_GID, numeric); in owner_mt_print()