Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf.h3154 int sock_map_get_from_fd(const union bpf_attr *attr, struct bpf_prog *prog);
3235 static inline int sock_map_get_from_fd(const union bpf_attr *attr, in sock_map_get_from_fd() function
/linux-6.15/net/core/
H A Dsock_map.c68 int sock_map_get_from_fd(const union bpf_attr *attr, struct bpf_prog *prog) in sock_map_get_from_fd() function
/linux-6.15/kernel/bpf/
H A Dsyscall.c4236 ret = sock_map_get_from_fd(attr, prog); in bpf_prog_attach()