Home | History | Annotate | Download | only in extensions

Lines Matching full:numeric

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