Searched hist:"91 c459561bfdc67eb3cb4a5d149e9cbfa4400d7f" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/net/ |
H A D | flow_dissector.h | diff 91c459561bfdc67eb3cb4a5d149e9cbfa4400d7f Tue Nov 27 09:40:59 CST 2018 Edward Cree <ecree@solarflare.com> net/flow_dissector: correct comments on enum flow_dissector_key_id
There are no such structs flow_dissector_key_flow_vlan or flow_dissector_key_flow_tags, the actual structs used are struct flow_dissector_key_vlan and struct flow_dissector_key_tags. So correct the comments against FLOW_DISSECTOR_KEY_VLAN, FLOW_DISSECTOR_KEY_FLOW_LABEL and FLOW_DISSECTOR_KEY_CVLAN to refer to those.
Signed-off-by: Edward Cree <ecree@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|