Lines Matching refs:numeric
290 uint8_t flag, bool numeric) in owner_mt_print_item_v0() argument
300 if (!numeric) { in owner_mt_print_item_v0()
312 if (!numeric) { in owner_mt_print_item_v0()
339 uint8_t flag, bool numeric) in owner_mt6_print_item_v0() argument
349 if (!numeric) { in owner_mt6_print_item_v0()
361 if (!numeric) { in owner_mt6_print_item_v0()
384 uint8_t flag, bool numeric) in owner_mt_print_item() argument
398 } else if (!numeric) { in owner_mt_print_item()
414 } else if (!numeric) { in owner_mt_print_item()
429 int numeric) in owner_mt_print_v0() argument
433 owner_mt_print_item_v0(info, "owner UID match", IPT_OWNER_UID, numeric); in owner_mt_print_v0()
434 owner_mt_print_item_v0(info, "owner GID match", IPT_OWNER_GID, numeric); in owner_mt_print_v0()
435 owner_mt_print_item_v0(info, "owner PID match", IPT_OWNER_PID, numeric); in owner_mt_print_v0()
436 owner_mt_print_item_v0(info, "owner SID match", IPT_OWNER_SID, numeric); in owner_mt_print_v0()
437 owner_mt_print_item_v0(info, "owner CMD match", IPT_OWNER_COMM, numeric); in owner_mt_print_v0()
442 int numeric) in owner_mt6_print_v0() argument
446 owner_mt6_print_item_v0(info, "owner UID match", IPT_OWNER_UID, numeric); in owner_mt6_print_v0()
447 owner_mt6_print_item_v0(info, "owner GID match", IPT_OWNER_GID, numeric); in owner_mt6_print_v0()
448 owner_mt6_print_item_v0(info, "owner PID match", IPT_OWNER_PID, numeric); in owner_mt6_print_v0()
449 owner_mt6_print_item_v0(info, "owner SID match", IPT_OWNER_SID, numeric); in owner_mt6_print_v0()
453 int numeric) in owner_mt_print() argument
457 owner_mt_print_item(info, "owner socket exists", XT_OWNER_SOCKET, numeric); in owner_mt_print()
458 owner_mt_print_item(info, "owner UID match", XT_OWNER_UID, numeric); in owner_mt_print()
459 owner_mt_print_item(info, "owner GID match", XT_OWNER_GID, numeric); in owner_mt_print()