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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dsock.h683 struct socket_alloc { struct
690 return &container_of(inode, struct socket_alloc, vfs_inode)->socket;
695 return &container_of(socket, struct socket_alloc, socket)->vfs_inode;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/
H A Dsocket.c237 struct socket_alloc *ei;
257 container_of(inode, struct socket_alloc, vfs_inode));
262 struct socket_alloc *ei = (struct socket_alloc *)foo;
270 sizeof(struct socket_alloc),

Completed in 108 milliseconds