Home
last modified time | relevance | path

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

/Linux-v5.4/net/
Dsocket.c237 struct socket_alloc *ei; in sock_alloc_inode()
257 struct socket_alloc *ei; in sock_free_inode()
259 ei = container_of(inode, struct socket_alloc, vfs_inode); in sock_free_inode()
265 struct socket_alloc *ei = (struct socket_alloc *)foo; in init_once()
273 sizeof(struct socket_alloc), in init_inodecache()
/Linux-v5.4/include/net/
Dsock.h1358 struct socket_alloc { struct
1365 return &container_of(inode, struct socket_alloc, vfs_inode)->socket; in SOCKET_I() argument
1370 return &container_of(socket, struct socket_alloc, socket)->vfs_inode; in SOCK_INODE()