ReactOS 0.4.15-dev-7842-g558ab78
or_calltable Struct Reference

#include <tcpcore.h>

Collaboration diagram for or_calltable:

Public Attributes

int family
 
int(* rtx_syn_ack )(struct sock *sk, struct open_request *req, struct dst_entry *)
 
void(* send_ack )(struct sk_buff *skb, struct open_request *req)
 
void(* destructor )(struct open_request *req)
 
void(* send_reset )(struct sk_buff *skb)
 

Detailed Description

Definition at line 2260 of file tcpcore.h.

Member Data Documentation

◆ destructor

void(* or_calltable::destructor) (struct open_request *req)

Definition at line 2264 of file tcpcore.h.

◆ family

int or_calltable::family

Definition at line 2261 of file tcpcore.h.

◆ rtx_syn_ack

int(* or_calltable::rtx_syn_ack) (struct sock *sk, struct open_request *req, struct dst_entry *)

Definition at line 2262 of file tcpcore.h.

◆ send_ack

void(* or_calltable::send_ack) (struct sk_buff *skb, struct open_request *req)

Definition at line 2263 of file tcpcore.h.

◆ send_reset

void(* or_calltable::send_reset) (struct sk_buff *skb)

Definition at line 2265 of file tcpcore.h.


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