Searched refs:rx_oob_work (Results 1 – 4 of 4) sorted by relevance
76 INIT_WORK(&net->rx_oob_work, afs_process_oob_queue); in afs_net_init()
131 cancel_work_sync(&net->rx_oob_work); in afs_close_socket()152 cancel_work_sync(&net->rx_oob_work); in afs_close_socket()995 queue_work(afs_wq, &net->rx_oob_work); in afs_rx_notify_oob()
100 struct afs_net *net = container_of(work, struct afs_net, rx_oob_work); in afs_process_oob_queue()
286 struct work_struct rx_oob_work; member