commit | a6e544b0a88b53114bfa5a57e21b7be7a8dfc9d0 | [log] [tgz] |
---|---|---|
author | Tom Herbert <tom@herbertland.com> | Tue Sep 01 09:24:26 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 01 15:06:22 2015 -0700 |
tree | 7e9edf38b386974620e002467570da7da756ec8d | |
parent | c6cc1ca7f4d70cbb3ea3a5ca163c5dabaf155cdb [diff] |
flow_dissector: Jump to exit code in __skb_flow_dissect Instead of returning immediately (on a parsing failure for instance) we jump to cleanup code. This always sets protocol values in key_control (even on a failure there is still valid information in the key_tags that was set before the problem was hit). Signed-off-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>