Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40055
b: refs/heads/master
c: 78d7942
h: refs/heads/master
i:
  40053: ec9e19c
  40051: 615493a
  40047: c9b9da4
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Oct 20, 2006
1 parent 8f1ead8 commit 0332910
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 06ca719faddaf5ea46c6356b12847663c3ed8806
refs/heads/master: 78d79423179c0efc7ec34b55d287e7be4ca07da6
7 changes: 4 additions & 3 deletions trunk/include/net/inetpeer.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@

struct inet_peer
{
/* group together avl_left,avl_right,v4daddr to speedup lookups */
struct inet_peer *avl_left, *avl_right;
__be32 v4daddr; /* peer's address */
__u16 avl_height;
__u16 ip_id_count; /* IP ID for the next packet */
struct inet_peer *unused_next, **unused_prevp;
__u32 dtime; /* the time of last use of not
* referenced entries */
atomic_t refcnt;
__be32 v4daddr; /* peer's address */
__u16 avl_height;
__u16 ip_id_count; /* IP ID for the next packet */
atomic_t rid; /* Frag reception counter */
__u32 tcp_ts;
unsigned long tcp_ts_stamp;
Expand Down

0 comments on commit 0332910

Please sign in to comment.