Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361802
b: refs/heads/master
c: 8ed7816
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Borkmann authored and David S. Miller committed Mar 20, 2013
1 parent 11ceb73 commit 0ef3f3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e0ebcb80cbf2022db839186b52f8de4591883559
refs/heads/master: 8ed781668dd49b608f1e67a22e3b445fd0c2cd6f
1 change: 1 addition & 0 deletions trunk/include/net/flow_keys.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ struct flow_keys {
__be32 ports;
__be16 port16[2];
};
u16 thoff;
u8 ip_proto;
};

Expand Down
2 changes: 2 additions & 0 deletions trunk/net/core/flow_dissector.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ bool skb_flow_dissect(const struct sk_buff *skb, struct flow_keys *flow)
flow->ports = *ports;
}

flow->thoff = (u16) nhoff;

return true;
}
EXPORT_SYMBOL(skb_flow_dissect);
Expand Down

0 comments on commit 0ef3f3e

Please sign in to comment.