commit | a8f500af0ccffc3d2aaf9018537981cb173865a1 | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Tue May 21 20:17:06 2019 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Fri May 24 01:46:22 2019 +0200 |
tree | 1b5ec7951b918ddb8dd5391bec198fe1d77da5d3 | |
parent | 5d839021675a2e1b76653189cc6a90cfd8e30a69 [diff] |
bpf: split explored_states split explored_states into prune_point boolean mark and link list of explored states. This removes STATE_LIST_MARK hack and allows marks to be separate from states. Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>