OSDN Git Service

net: flow_dissector: add support for dissection of tcp flags
authorJiri Pirko <jiri@mellanox.com>
Tue, 23 May 2017 16:40:44 +0000 (18:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 May 2017 20:22:11 +0000 (16:22 -0400)
commitac4bb5de27010e41f027c635dedca1393e7ebf55
tree94c718da6d54c0b7e3aa17619d7fb6c98b6ddb66
parent2a7f38c53857d03431897dc97ca83c0af459b7fd
net: flow_dissector: add support for dissection of tcp flags

Add support for dissection of tcp flags. Uses similar function call to
tcp dissection function as arp, mpls and others.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Acked-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/flow_dissector.h
net/core/flow_dissector.c