Home
last modified time | relevance | path

Searched hist:"5 dec597e5cd0f4c3000d120508efa64157d5bd7a" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dflow_dissector.hdiff 5dec597e5cd0f4c3000d120508efa64157d5bd7a Tue Oct 29 08:50:52 CDT 2019 Matteo Croce <mcroce@redhat.com> 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>
/openbmc/linux/net/core/
H A Dflow_dissector.cdiff 5dec597e5cd0f4c3000d120508efa64157d5bd7a Tue Oct 29 08:50:52 CDT 2019 Matteo Croce <mcroce@redhat.com> 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>