Searched refs:ei (Results 1 – 2 of 2) sorted by relevance
251 struct socket_alloc *ei; in sock_alloc_inode() local254 ei = kmem_cache_alloc(sock_inode_cachep, GFP_KERNEL); in sock_alloc_inode()255 if (!ei) in sock_alloc_inode()259 kmem_cache_free(sock_inode_cachep, ei); in sock_alloc_inode()264 RCU_INIT_POINTER(ei->socket.wq, wq); in sock_alloc_inode()266 ei->socket.state = SS_UNCONNECTED; in sock_alloc_inode()267 ei->socket.flags = 0; in sock_alloc_inode()268 ei->socket.ops = NULL; in sock_alloc_inode()269 ei->socket.sk = NULL; in sock_alloc_inode()270 ei->socket.file = NULL; in sock_alloc_inode()[all …]
424 struct proc_ns *ei; in get_net_ns_by_fd() local432 ei = get_proc_ns(file_inode(file)); in get_net_ns_by_fd()433 if (ei->ns_ops == &netns_operations) in get_net_ns_by_fd()434 net = get_net(ei->ns); in get_net_ns_by_fd()