Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_IDLETIMER.c178 if (timer->timer_type & XT_IDLETIMER_ALARM) { in idletimer_tg_show()
422 if (info->timer->timer_type & XT_IDLETIMER_ALARM) { in idletimer_tg_create_v1()
518 if (info->timer->timer_type & XT_IDLETIMER_ALARM) { in idletimer_tg_target_v1()
605 if (info->timer_type > XT_IDLETIMER_ALARM) { in idletimer_tg_checkentry_v1()
626 if (info->timer_type & XT_IDLETIMER_ALARM) { in idletimer_tg_checkentry_v1()
692 if (info->timer->timer_type & XT_IDLETIMER_ALARM) { in idletimer_tg_destroy_v1()
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/
H A Dxt_IDLETIMER.h20 #define XT_IDLETIMER_ALARM 0x01 macro