Searched defs:attach_func (Results 1 – 4 of 4) sorted by relevance
19 static __u32 query_prog_cnt(int cgroup_fd, const char *attach_func) in query_prog_cnt()
722 StatusTuple BPF::attach_func(int prog_fd, int attachable_fd, in attach_func() function in ebpf::BPF
908 auto attach_func = [&](InFlightDiagnostic diag) -> LogicalResult { in VerifySignature() local
655 def attach_func(fn, attachable_fd, attach_type, flags=0): member in BPF