X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fflow.h;h=6a3c5393c64d80c78e1873c1ff3a2e60e6ac2fb9;hb=35d25d444257d086411a4347f8142c53d5ca5d3f;hp=3cda5967c111ccd8107adfea4efb7afead617537;hpb=80e5eed9c2128f04a1d7da134120d96e961dbe10;p=openvswitch diff --git a/datapath/flow.h b/datapath/flow.h index 3cda5967..6a3c5393 100644 --- a/datapath/flow.h +++ b/datapath/flow.h @@ -40,8 +40,8 @@ struct sw_flow_key { __be16 type; /* Ethernet frame type. */ } eth; struct { - u8 nw_proto; /* IP protocol or lower 8 bits of ARP opcode. */ - u8 nw_tos; /* IP ToS (DSCP field, 6 bits). */ + u8 proto; /* IP protocol or lower 8 bits of ARP opcode. */ + u8 tos; /* IP ToS (DSCP field, 6 bits). */ } ip; union { struct {