Home
last modified time | relevance | path

Searched refs:bpf_attach_socket (Results 1 – 5 of 5) sorted by relevance

/external/bcc/src/python/bcc/
Dlibbcc.py83 lib.bpf_attach_socket.restype = ct.c_int
84 lib.bpf_attach_socket.argtypes = [ct.c_int, ct.c_int]
D__init__.py505 res = lib.bpf_attach_socket(sock, fn.fd)
/external/bcc/src/cc/includes/
Dlibbpf.h64 int bpf_attach_socket(int sockfd, int progfd);
/external/bcc/src/cc/
Dlibbpf.h64 int bpf_attach_socket(int sockfd, int progfd);
Dlibbpf.c668 int bpf_attach_socket(int sock, int prog) { in bpf_attach_socket() function