diff options
author | Matteo Croce <mcroce@redhat.com> | 2019-10-29 14:50:52 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-10-31 01:21:35 +0100 |
commit | 5dec597e5cd0f4c3000d120508efa64157d5bd7a (patch) | |
tree | 025e4114d551f2aabec1be69be27471182ceb099 /drivers/net/bonding | |
parent | flow_dissector: skip the ICMP dissector for non ICMP packets (diff) | |
download | linux-5dec597e5cd0f4c3000d120508efa64157d5bd7a.tar.xz linux-5dec597e5cd0f4c3000d120508efa64157d5bd7a.zip |
flow_dissector: extract more ICMP information
The ICMP flow dissector currently parses only the Type and Code fields.
Some ICMP packets (echo, timestamp) have a 16 bit Identifier field which
is used to correlate packets.
Add such field in flow_dissector_key_icmp and replace skb_flow_get_be16()
with a more complex function which populate this field.
Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding')
0 files changed, 0 insertions, 0 deletions