]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit292cd1dc1de26576b4d8c708e9e53f6c18bb291e
tree94c718da6d54c0b7e3aa17619d7fb6c98b6ddb66
parent5c209d31997ec3470bcf17bbf4f10ba69c298079
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