Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp.c1766 static const struct vm_operations_struct tcp_vm_ops = { variable
1779 vma->vm_ops = &tcp_vm_ops; in tcp_mmap()
2082 if (vma->vm_ops != &tcp_vm_ops) { in find_tcp_vma()
2092 if (!vma || vma->vm_ops != &tcp_vm_ops) { in find_tcp_vma()