Searched refs:bpf_attach_socket (Results 1 – 5 of 5) sorted by relevance
79 int bpf_attach_socket(int sockfd, int progfd);
924 int bpf_attach_socket(int sock, int prog) { in bpf_attach_socket() function
101 lib.bpf_attach_socket.restype = ct.c_int102 lib.bpf_attach_socket.argtypes = [ct.c_int, ct.c_int]
679 res = lib.bpf_attach_socket(sock, fn.fd)