Home
last modified time | relevance | path

Searched refs:pipe_to_umh (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/bpfilter/
Dbpfilter_kern.c31 fput(info->pipe_to_umh); in shutdown_umh()
69 n = __kernel_write(info.pipe_to_umh, &req, sizeof(req), &pos); in __bpfilter_process_sockopt()
/Linux-v4.19/include/linux/
Dumh.h47 struct file *pipe_to_umh; member
/Linux-v4.19/kernel/
Dumh.c456 umh_info->pipe_to_umh = to_umh[1]; in umh_pipe_setup()