Helper function bpf_sock_from_file
Definition
Copyright (c) 2015 The Libbpf Authors. All rights reserved.
If the given file represents a socket, returns the associated socket.
Returns
A pointer to a struct socket on success or NULL if the file is not a socket.
static struct socket *(* const bpf_sock_from_file)(struct file *file) = (void *) 162;
Usage
Docs could be improved
This part of the docs is incomplete, contributions are very welcome
Program types
This helper call can be used in the following program types:
Example
Docs could be improved
This part of the docs is incomplete, contributions are very welcome