Home
last modified time | relevance | path

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

/net/bluetooth/hidp/
Dsock.c69 csock = sockfd_lookup(ca.ctrl_sock, &err); in do_hidp_sock_ioctl()
73 isock = sockfd_lookup(ca.intr_sock, &err); in do_hidp_sock_ioctl()
198 csock = sockfd_lookup(ca.ctrl_sock, &err); in hidp_sock_compat_ioctl()
202 isock = sockfd_lookup(ca.intr_sock, &err); in hidp_sock_compat_ioctl()
/net/core/
Dbpf_sk_storage.c707 sock = sockfd_lookup(fd, &err); in bpf_fd_sk_storage_lookup_elem()
725 sock = sockfd_lookup(fd, &err); in bpf_fd_sk_storage_update_elem()
741 sock = sockfd_lookup(fd, &err); in bpf_fd_sk_storage_delete_elem()
Dsock_map.c411 sock = sockfd_lookup(ufd, &ret); in sock_map_update_elem()
734 sock = sockfd_lookup(ufd, &ret); in sock_hash_update_elem()
/net/bluetooth/bnep/
Dsock.c72 nsock = sockfd_lookup(ca.sock, &err); in do_bnep_sock_ioctl()
/net/bluetooth/cmtp/
Dsock.c85 nsock = sockfd_lookup(ca.sock, &err); in do_cmtp_sock_ioctl()
/net/
Dcompat.c372 sock = sockfd_lookup(fd, &err); in __compat_sys_setsockopt()
405 struct socket *sock = sockfd_lookup(fd, &err); in __compat_sys_getsockopt()
Dsocket.c462 struct socket *sockfd_lookup(int fd, int *err) in sockfd_lookup() function
478 EXPORT_SYMBOL(sockfd_lookup);
/net/sunrpc/
Dsvcsock.c1317 struct socket *sock = sockfd_lookup(fd, &err); in svc_alien_sock()
1346 struct socket *so = sockfd_lookup(fd, &err); in svc_addsock()
/net/sched/
Dsch_atm.c253 sock = sockfd_lookup(fd, &error); in atm_tc_change()
/net/kcm/
Dkcmsock.c1481 csock = sockfd_lookup(info->fd, &err); in kcm_attach_ioctl()
1610 csock = sockfd_lookup(info->fd, &err); in kcm_unattach_ioctl()
/net/xdp/
Dxsk.c579 sock = sockfd_lookup(fd, &err); in xsk_lookup_xsk_from_fd()
/net/l2tp/
Dl2tp_core.c1484 sock = sockfd_lookup(tunnel->fd, &ret); in l2tp_tunnel_register()