ReactOS 0.4.15-dev-7918-g2a2556c
dst_ops Struct Reference

#include <tcpcore.h>

Collaboration diagram for dst_ops:

Public Attributes

unsigned short family
 
unsigned short protocol
 
unsigned gc_thresh
 
int(* gc )(void)
 
struct dst_entry *(* check )(struct dst_entry *, __u32 cookie)
 
struct dst_entry *(* reroute )(struct dst_entry *, struct sk_buff *)
 
void(* destroy )(struct dst_entry *)
 
struct dst_entry *(* negative_advice )(struct dst_entry *)
 
void(* link_failure )(struct sk_buff *)
 
int entry_size
 
atomic_t entries
 
kmem_cache_tkmem_cachep
 

Detailed Description

Definition at line 1715 of file tcpcore.h.

Member Data Documentation

◆ check

struct dst_entry *(* dst_ops::check) (struct dst_entry *, __u32 cookie)

Definition at line 1721 of file tcpcore.h.

◆ destroy

void(* dst_ops::destroy) (struct dst_entry *)

Definition at line 1725 of file tcpcore.h.

◆ entries

atomic_t dst_ops::entries

Definition at line 1730 of file tcpcore.h.

◆ entry_size

int dst_ops::entry_size

Definition at line 1728 of file tcpcore.h.

◆ family

unsigned short dst_ops::family

Definition at line 1717 of file tcpcore.h.

◆ gc

int(* dst_ops::gc) (void)

Definition at line 1721 of file tcpcore.h.

◆ gc_thresh

unsigned dst_ops::gc_thresh

Definition at line 1719 of file tcpcore.h.

◆ kmem_cachep

kmem_cache_t* dst_ops::kmem_cachep

Definition at line 1731 of file tcpcore.h.

◆ link_failure

void(* dst_ops::link_failure) (struct sk_buff *)

Definition at line 1727 of file tcpcore.h.

◆ negative_advice

struct dst_entry *(* dst_ops::negative_advice) (struct dst_entry *)

Definition at line 1725 of file tcpcore.h.

◆ protocol

unsigned short dst_ops::protocol

Definition at line 1718 of file tcpcore.h.

◆ reroute

struct dst_entry *(* dst_ops::reroute) (struct dst_entry *, struct sk_buff *)

Definition at line 1721 of file tcpcore.h.


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