Home
last modified time | relevance | path

Searched refs:sock_map_get_from_fd (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dbpf.h2836 int sock_map_get_from_fd(const union bpf_attr *attr, struct bpf_prog *prog);
2916 static inline int sock_map_get_from_fd(const union bpf_attr *attr, in sock_map_get_from_fd() function
/openbmc/linux/net/core/
H A Dsock_map.c60 int sock_map_get_from_fd(const union bpf_attr *attr, struct bpf_prog *prog) in sock_map_get_from_fd() function
/openbmc/linux/kernel/bpf/
H A Dsyscall.c3909 ret = sock_map_get_from_fd(attr, prog); in bpf_prog_attach()