Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dnetclassid_cgroup.c61 struct socket *sock = sock_from_file(file, &err); in update_classid()
Dnetprio_cgroup.c215 struct socket *sock = sock_from_file(file, &err); in update_netprio()
Dscm.c296 sock = sock_from_file(fp[i], &err); in scm_detach_fds()
/linux-4.1.27/include/linux/
Dnet.h219 struct socket *sock_from_file(struct file *file, int *err);
/linux-4.1.27/net/
Dsocket.c407 struct socket *sock_from_file(struct file *file, int *err) in sock_from_file() function
415 EXPORT_SYMBOL(sock_from_file);
441 sock = sock_from_file(file, err); in sockfd_lookup()
455 sock = sock_from_file(f.file, err); in sockfd_lookup_light()