• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:numeric

299                        uint8_t flag, bool numeric)  in owner_mt_print_item_v0()  argument
309 if (!numeric) { in owner_mt_print_item_v0()
321 if (!numeric) { in owner_mt_print_item_v0()
348 uint8_t flag, bool numeric) in owner_mt6_print_item_v0() argument
358 if (!numeric) { in owner_mt6_print_item_v0()
370 if (!numeric) { in owner_mt6_print_item_v0()
393 uint8_t flag, bool numeric) in owner_mt_print_item() argument
407 } else if (!numeric) { in owner_mt_print_item()
423 } else if (!numeric) { in owner_mt_print_item()
438 int numeric) in owner_mt_print_v0() argument
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()
451 int numeric) in owner_mt6_print_v0() argument
455 owner_mt6_print_item_v0(info, "owner UID match", IPT_OWNER_UID, numeric); in owner_mt6_print_v0()
456 owner_mt6_print_item_v0(info, "owner GID match", IPT_OWNER_GID, numeric); in owner_mt6_print_v0()
457 owner_mt6_print_item_v0(info, "owner PID match", IPT_OWNER_PID, numeric); in owner_mt6_print_v0()
458 owner_mt6_print_item_v0(info, "owner SID match", IPT_OWNER_SID, numeric); in owner_mt6_print_v0()
462 int numeric) in owner_mt_print() argument
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()