ebpf-for-windows/ebpfapi
Dave Thaler e22fcdb281
Remove unused ebpf_get_next_map API (#910)
ebpf_get_next_map was obsoleted by standard libbpf apis
(specifically bpf_map_get_next_id and bpf_map_get_fd_by_id)
and isn't called by anything including test code.

This increases our code coverage percentage.

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

Co-authored-by: Alan Jowett <alanjo@microsoft.com>
2022-04-08 14:32:49 -07:00
..
Source.def Remove unused ebpf_get_next_map API (#910) 2022-04-08 14:32:49 -07:00
dllmain.cpp remove ebpf_api_initiate, ebpf_api_terminate from sources (#738) 2022-01-31 08:32:28 -08:00
ebpfapi.vcxproj Centralize compiler options (#823) 2022-03-29 10:41:09 -06:00
ebpfapi.vcxproj.filters Use CRT library to map handles to fds (#513) 2021-09-14 09:25:56 -06:00
pch.h Switch to approved license header format (#268) 2021-06-10 12:02:00 -07:00
resource.h Add version info to ebpfcore.sys, ebpfapi.dll, netebpfext.sys, and ebpfsvc.exe (#478) 2021-09-01 17:57:35 -06:00
rpc_client.cpp Add mutual auth for RPC client / server. (#804) 2022-03-14 15:26:55 -06:00