commit | 8306b688f1a6621b9efe3b0d827e26750528b12a | [log] [tgz] |
---|---|---|
author | Tom Herbert <tom@herbertland.com> | Tue Sep 01 09:24:30 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 01 15:06:23 2015 -0700 |
tree | 81725f39b3e3905ec73e817ccdeeda187a298325 | |
parent | b840f28b908da0239c8c5d9c8cae362ad21cda97 [diff] |
flow_dissector: Add flag to stop parsing at L3 Add an input flag to flow dissector on rather dissection should be stopped when an L3 packet is encountered. This would be useful if a caller just wanted to get IP addresses of the outermost header (e.g. to do an L3 hash). Signed-off-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>