Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp.c1729 static const struct vm_operations_struct tcp_vm_ops = { variable
1742 vma->vm_ops = &tcp_vm_ops; in tcp_mmap()
1770 if (!vma || vma->vm_start > address || vma->vm_ops != &tcp_vm_ops) in tcp_zerocopy_receive()