Searched refs:frags_work (Results 1 – 2 of 2) sorted by relevance
173 f = container_of(work, struct inet_frags, frags_work); in inet_frag_worker()196 if (unlikely(!work_pending(&f->frags_work))) in inet_frag_schedule_worker()197 schedule_work(&f->frags_work); in inet_frag_schedule_worker()204 INIT_WORK(&f->frags_work, inet_frag_worker); in inet_frags_init()232 cancel_work_sync(&f->frags_work); in inet_frags_fini()
81 struct work_struct frags_work; member