# # Netlink Sockets # config NETLINK_DIAG tristate "NETLINK: socket monitoring interface" default n ---help--- Support for NETLINK socket monitoring interface used by the ss tool. If unsure, say Y. oding: 8bit Replace bpf_map_delete() with bpf_map_delete_elem() calls. Signed-off-by: Mickaël Salaün Cc: Alexei Starovoitov Cc: Daniel Borkmann Cc: Shuah Khan Signed-off-by: David S. Miller --- tools/testing/selftests/bpf/bpf_sys.h | 10 ---------- tools/testing/selftests/bpf/test_lru_map.c | 6 +++--- tools/testing/selftests/bpf/test_maps.c | 22 +++++++++++----------- 3 files changed, 14 insertions(+), 24 deletions(-) (limited to 'tools/testing/selftests/bpf')