/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_IDLETIMER.c | 42 u8 timer_type; member 75 if (timer->timer_type & XT_IDLETIMER_ALARM) { in idletimer_tg_show() 218 pr_debug("timer type value is %u", info->timer_type); in idletimer_tg_create_v1() 219 info->timer->timer_type = info->timer_type; in idletimer_tg_create_v1() 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() 368 if (info->timer->timer_type != info->timer_type) { in idletimer_tg_checkentry_v1() [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_IDLETIMER.c | 42 u8 timer_type; member 75 if (timer->timer_type & XT_IDLETIMER_ALARM) { in idletimer_tg_show() 218 pr_debug("timer type value is %u", info->timer_type); in idletimer_tg_create_v1() 219 info->timer->timer_type = info->timer_type; in idletimer_tg_create_v1() 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() 368 if (info->timer->timer_type != info->timer_type) { in idletimer_tg_checkentry_v1() [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/ |
H A D | xt_IDLETIMER.h | 37 __u8 timer_type; member
|
/kernel/linux/linux-6.6/include/uapi/linux/netfilter/ |
H A D | xt_IDLETIMER.h | 37 __u8 timer_type; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_IDLETIMER.h | 37 __u8 timer_type; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_IDLETIMER.h | 37 __u8 timer_type; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | tlan.c | 254 priv->timer_type != TLAN_TIMER_ACTIVITY) { in tlan_set_timer() 264 priv->timer_type = type; in tlan_set_timer() 1409 priv->timer_type = TLAN_TIMER_ACTIVITY; in tlan_handle_tx_eof() 1411 } else if (priv->timer_type == TLAN_TIMER_ACTIVITY) { in tlan_handle_tx_eof() 1560 priv->timer_type = TLAN_TIMER_ACTIVITY; in tlan_handle_rx_eof() 1562 } else if (priv->timer_type == TLAN_TIMER_ACTIVITY) { in tlan_handle_rx_eof() 1823 switch (priv->timer_type) { in tlan_timer()
|
H A D | tlan.h | 196 u32 timer_type; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | tlan.c | 256 priv->timer_type != TLAN_TIMER_ACTIVITY) { in tlan_set_timer() 264 priv->timer_type = type; in tlan_set_timer() 1411 priv->timer_type = TLAN_TIMER_ACTIVITY; in tlan_handle_tx_eof() 1413 } else if (priv->timer_type == TLAN_TIMER_ACTIVITY) { in tlan_handle_tx_eof() 1562 priv->timer_type = TLAN_TIMER_ACTIVITY; in tlan_handle_rx_eof() 1564 } else if (priv->timer_type == TLAN_TIMER_ACTIVITY) { in tlan_handle_rx_eof() 1825 switch (priv->timer_type) { in tlan_timer()
|
H A D | tlan.h | 196 u32 timer_type; member
|
/kernel/linux/linux-5.10/drivers/staging/comedi/ |
H A D | comedi.h | 697 * @timer_type: Timer type. Always set to %5 ("nanosecond timer"). 788 unsigned int timer_type; member
|
H A D | comedi_fops.c | 999 us->timer_type = TIMER_nanosec; in do_subdinfo_ioctl()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | comedi.h | 697 * @timer_type: Timer type. Always set to %5 ("nanosecond timer"). 788 unsigned int timer_type; member
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_3ad.c | 379 * @timer_type: which timer to operate 382 * If @timer_type is %current_while_timer, @par indicates long/short timer. 383 * If @timer_type is %periodic_timer, @par is one of %FAST_PERIODIC_TIME, 386 static u16 __ad_timer_to_ticks(u16 timer_type, u16 par) in __ad_timer_to_ticks() argument 390 switch (timer_type) { in __ad_timer_to_ticks()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_3ad.c | 398 * @timer_type: which timer to operate 401 * If @timer_type is %current_while_timer, @par indicates long/short timer. 402 * If @timer_type is %periodic_timer, @par is one of %FAST_PERIODIC_TIME, 405 static u16 __ad_timer_to_ticks(u16 timer_type, u16 par) in __ad_timer_to_ticks() argument 409 switch (timer_type) { in __ad_timer_to_ticks()
|
/kernel/linux/linux-6.6/drivers/comedi/ |
H A D | comedi_fops.c | 1003 us->timer_type = TIMER_nanosec; in do_subdinfo_ioctl()
|