Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf.h2803 int sock_map_prog_detach(const union bpf_attr *attr, enum bpf_prog_type ptype);
2888 static inline int sock_map_prog_detach(const union bpf_attr *attr, in sock_map_prog_detach() function
/Linux-v6.6/net/core/
Dsock_map.c79 int sock_map_prog_detach(const union bpf_attr *attr, enum bpf_prog_type ptype) in sock_map_prog_detach() function
/Linux-v6.6/kernel/bpf/
Dsyscall.c3895 ret = sock_map_prog_detach(attr, ptype); in bpf_prog_detach()