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