diff options
author | Teng Qin <[email protected]> | 2017-04-24 19:00:37 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-04-25 11:57:45 -0400 |
commit | 8fe45924387be6b5c1be59a7eb330790c61d5d10 (patch) | |
tree | 1879f4fd4d14907155b1ebb2fd85ff26aa89ebbe /lib/mpi/mpi-cmp.c | |
parent | 472ecf084a7687347f79720c83881c07407bfd8b (diff) |
bpf: map_get_next_key to return first key on NULL
When iterating through a map, we need to find a key that does not exist
in the map so map_get_next_key will give us the first key of the map.
This often requires a lot of guessing in production systems.
This patch makes map_get_next_key return the first key when the key
pointer in the parameter is NULL.
Signed-off-by: Teng Qin <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Acked-by: Daniel Borkmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-cmp.c')
0 files changed, 0 insertions, 0 deletions