Searched refs:idletimer_tg_device (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/netfilter/
H A Dxt_IDLETIMER.c261 static struct device *idletimer_tg_device; variable in typeref:struct:device
274 idletimer_tg_device = device_create(idletimer_tg_class, NULL, idletimer_tg_init()
276 err = PTR_ERR(idletimer_tg_device); idletimer_tg_init()
277 if (IS_ERR(idletimer_tg_device)) { idletimer_tg_init()
282 idletimer_tg_kobj = &idletimer_tg_device->kobj; idletimer_tg_init()

Completed in 36 milliseconds