ReactOS 0.4.15-dev-7924-g5949c20
dst_entry Struct Reference

#include <tcpcore.h>

Collaboration diagram for dst_entry:

Public Attributes

struct dst_entrynext
 
atomic_t __refcnt
 
int __use
 
struct net_device * dev
 
int obsolete
 
int flags
 
unsigned long lastuse
 
unsigned long expires
 
unsigned mxlock
 
unsigned pmtu
 
unsigned window
 
unsigned rtt
 
unsigned rttvar
 
unsigned ssthresh
 
unsigned cwnd
 
unsigned advmss
 
unsigned reordering
 
unsigned long rate_last
 
unsigned long rate_tokens
 
int error
 
struct neighbour * neighbour
 
struct hh_cache * hh
 
int(* input )(struct sk_buff *)
 
int(* output )(struct sk_buff *)
 
struct dst_opsops
 
char info [0]
 

Detailed Description

Definition at line 1672 of file tcpcore.h.

Member Data Documentation

◆ __refcnt

atomic_t dst_entry::__refcnt

Definition at line 1675 of file tcpcore.h.

◆ __use

int dst_entry::__use

Definition at line 1676 of file tcpcore.h.

◆ advmss

unsigned dst_entry::advmss

Definition at line 1691 of file tcpcore.h.

◆ cwnd

unsigned dst_entry::cwnd

Definition at line 1690 of file tcpcore.h.

◆ dev

struct net_device* dst_entry::dev

Definition at line 1677 of file tcpcore.h.

◆ error

int dst_entry::error

Definition at line 1697 of file tcpcore.h.

◆ expires

unsigned long dst_entry::expires

Definition at line 1682 of file tcpcore.h.

◆ flags

int dst_entry::flags

Definition at line 1679 of file tcpcore.h.

◆ hh

struct hh_cache* dst_entry::hh

Definition at line 1700 of file tcpcore.h.

◆ info

char dst_entry::info[0]

Definition at line 1711 of file tcpcore.h.

◆ input

int(* dst_entry::input) (struct sk_buff *)

Definition at line 1702 of file tcpcore.h.

◆ lastuse

unsigned long dst_entry::lastuse

Definition at line 1681 of file tcpcore.h.

◆ mxlock

unsigned dst_entry::mxlock

Definition at line 1684 of file tcpcore.h.

◆ neighbour

struct neighbour* dst_entry::neighbour

Definition at line 1699 of file tcpcore.h.

◆ next

struct dst_entry* dst_entry::next

Definition at line 1674 of file tcpcore.h.

◆ obsolete

int dst_entry::obsolete

Definition at line 1678 of file tcpcore.h.

◆ ops

struct dst_ops* dst_entry::ops

Definition at line 1709 of file tcpcore.h.

◆ output

int(* dst_entry::output) (struct sk_buff *)

Definition at line 1703 of file tcpcore.h.

◆ pmtu

unsigned dst_entry::pmtu

Definition at line 1685 of file tcpcore.h.

◆ rate_last

unsigned long dst_entry::rate_last

Definition at line 1694 of file tcpcore.h.

◆ rate_tokens

unsigned long dst_entry::rate_tokens

Definition at line 1695 of file tcpcore.h.

◆ reordering

unsigned dst_entry::reordering

Definition at line 1692 of file tcpcore.h.

◆ rtt

unsigned dst_entry::rtt

Definition at line 1687 of file tcpcore.h.

◆ rttvar

unsigned dst_entry::rttvar

Definition at line 1688 of file tcpcore.h.

◆ ssthresh

unsigned dst_entry::ssthresh

Definition at line 1689 of file tcpcore.h.

◆ window

unsigned dst_entry::window

Definition at line 1686 of file tcpcore.h.


The documentation for this struct was generated from the following file: