Searched refs:socket_alloc (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | lsm_cgroup.c | 148 int BPF_PROG(socket_alloc, struct sock *sk, int family, gfp_t priority) in BPF_PROG() argument
|
| H A D | bpf_iter_tcp4.c | 58 inode = &container_of(sk_socket, struct socket_alloc, socket)->vfs_inode; in sock_i_ino()
|
| H A D | bpf_iter_tcp6.c | 58 inode = &container_of(sk_socket, struct socket_alloc, socket)->vfs_inode; in sock_i_ino()
|
| /linux/net/ |
| H A D | socket.c | 320 struct socket_alloc *ei; in sock_alloc_inode() 340 struct socket_alloc *ei; in sock_free_inode() 342 ei = container_of(inode, struct socket_alloc, vfs_inode); in sock_free_inode() 348 struct socket_alloc *ei = (struct socket_alloc *)foo; in init_once() 356 sizeof(struct socket_alloc), in init_inodecache()
|
| /linux/include/net/ |
| H A D | sock.h | 1521 struct socket_alloc { struct 1528 return &container_of(inode, struct socket_alloc, vfs_inode)->socket; in SOCKET_I() argument 1533 return &container_of(socket, struct socket_alloc, socket)->vfs_inode; in SOCK_INODE()
|