Home
last modified time | relevance | path

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

/net/packet/
Daf_packet.c3699 static void packet_mm_open(struct vm_area_struct *vma) in packet_mm_open() argument
3701 struct file *file = vma->vm_file; in packet_mm_open()
3709 static void packet_mm_close(struct vm_area_struct *vma) in packet_mm_close() argument
3711 struct file *file = vma->vm_file; in packet_mm_close()
3946 struct vm_area_struct *vma) in packet_mmap() argument
3956 if (vma->vm_pgoff) in packet_mmap()
3973 size = vma->vm_end - vma->vm_start; in packet_mmap()
3977 start = vma->vm_start; in packet_mmap()
3989 err = vm_insert_page(vma, start, page); in packet_mmap()
3999 vma->vm_ops = &packet_mmap_ops; in packet_mmap()
/net/
Dsocket.c121 static int sock_mmap(struct file *file, struct vm_area_struct *vma);
1182 static int sock_mmap(struct file *file, struct vm_area_struct *vma) in sock_mmap() argument
1186 return sock->ops->mmap(file, sock, vma); in sock_mmap()
/net/core/
Dsock.c2174 int sock_no_mmap(struct file *file, struct socket *sock, struct vm_area_struct *vma) in sock_no_mmap() argument