Home
last modified time | relevance | path

Searched refs:XT_IDLETIMER_ALARM (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/net/netfilter/
Dxt_IDLETIMER.c75 if (timer->timer_type & XT_IDLETIMER_ALARM) { in idletimer_tg_show()
224 if (info->timer->timer_type & XT_IDLETIMER_ALARM) { in idletimer_tg_create_v1()
275 if (info->timer->timer_type & XT_IDLETIMER_ALARM) { in idletimer_tg_target_v1()
359 if (info->timer_type > XT_IDLETIMER_ALARM) { in idletimer_tg_checkentry_v1()
375 if (info->timer_type & XT_IDLETIMER_ALARM) { in idletimer_tg_checkentry_v1()
441 if (info->timer->timer_type & XT_IDLETIMER_ALARM) { in idletimer_tg_destroy_v1()
/linux-6.12.1/include/uapi/linux/netfilter/
Dxt_IDLETIMER.h20 #define XT_IDLETIMER_ALARM 0x01 macro