Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36767
b: refs/heads/master
c: f2c3fe2
h: refs/heads/master
i:
  36765: 013aec6
  36763: b5fa655
  36759: 4eb59df
  36751: 7b2cccf
  36735: 350989c
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Sep 29, 2006
1 parent f961f96 commit 48169ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c7bc84085135d5cc87e9fc6802d3c7bbbb40ef5
refs/heads/master: f2c3fe24119ee4f8faca08699f0488f500014a27
4 changes: 2 additions & 2 deletions trunk/include/net/flow.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ struct flowi {

union {
struct {
__u32 daddr;
__u32 saddr;
__be32 daddr;
__be32 saddr;
__u32 fwmark;
__u8 tos;
__u8 scope;
Expand Down
8 changes: 4 additions & 4 deletions trunk/include/net/route.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,18 @@ struct rtable
__u16 rt_type;
__u16 rt_multipath_alg;

__u32 rt_dst; /* Path destination */
__u32 rt_src; /* Path source */
__be32 rt_dst; /* Path destination */
__be32 rt_src; /* Path source */
int rt_iif;

/* Info on neighbour */
__u32 rt_gateway;
__be32 rt_gateway;

/* Cache lookup keys */
struct flowi fl;

/* Miscellaneous cached information */
__u32 rt_spec_dst; /* RFC1122 specific destination */
__be32 rt_spec_dst; /* RFC1122 specific destination */
struct inet_peer *peer; /* long-living peer info */
};

Expand Down

0 comments on commit 48169ce

Please sign in to comment.