Searched defs:ei (Results 1 - 2 of 2) sorted by relevance

/net/core/
H A Dnet_namespace.c340 struct proc_ns *ei; local
348 ei = get_proc_ns(file_inode(file));
349 if (ei->ns_ops == &netns_operations)
350 net = get_net(ei->ns);
/net/
H A Dsocket.c251 struct socket_alloc *ei; local
254 ei = kmem_cache_alloc(sock_inode_cachep, GFP_KERNEL);
255 if (!ei)
259 kmem_cache_free(sock_inode_cachep, ei);
264 RCU_INIT_POINTER(ei->socket.wq, wq);
266 ei->socket.state = SS_UNCONNECTED;
267 ei->socket.flags = 0;
268 ei->socket.ops = NULL;
269 ei->socket.sk = NULL;
270 ei
277 struct socket_alloc *ei; local
288 struct socket_alloc *ei = (struct socket_alloc *)foo; local
[all...]

Completed in 36 milliseconds