ReactOS 0.4.15-dev-7953-g1f49173
tcp_func Struct Reference

#include <tcpcore.h>

Collaboration diagram for tcp_func:

Public Attributes

int(* queue_xmit )(struct sk_buff *skb)
 
void(* send_check )(struct sock *sk, struct tcphdr *th, int len, struct sk_buff *skb)
 
int(* rebuild_header )(struct sock *sk)
 
int(* conn_request )(struct sock *sk, struct sk_buff *skb)
 
struct sock *(* syn_recv_sock )(struct sock *sk, struct sk_buff *skb, struct open_request *req, struct dst_entry *dst)
 
int(* remember_stamp )(struct sock *sk)
 
__u16 net_header_len
 
int(* setsockopt )(struct sock *sk, int level, int optname, char *optval, int optlen)
 
int(* getsockopt )(struct sock *sk, int level, int optname, char *optval, int *optlen)
 
void(* addr2sockaddr )(struct sock *sk, struct sockaddr *)
 
int sockaddr_len
 

Detailed Description

Definition at line 2344 of file tcpcore.h.

Member Data Documentation

◆ addr2sockaddr

void(* tcp_func::addr2sockaddr) (struct sock *sk, struct sockaddr *)

Definition at line 2379 of file tcpcore.h.

◆ conn_request

int(* tcp_func::conn_request) (struct sock *sk, struct sk_buff *skb)

Definition at line 2354 of file tcpcore.h.

◆ getsockopt

int(* tcp_func::getsockopt) (struct sock *sk, int level, int optname, char *optval, int *optlen)

Definition at line 2372 of file tcpcore.h.

◆ net_header_len

__u16 tcp_func::net_header_len

Definition at line 2364 of file tcpcore.h.

◆ queue_xmit

int(* tcp_func::queue_xmit) (struct sk_buff *skb)

Definition at line 2345 of file tcpcore.h.

◆ rebuild_header

int(* tcp_func::rebuild_header) (struct sock *sk)

Definition at line 2352 of file tcpcore.h.

◆ remember_stamp

int(* tcp_func::remember_stamp) (struct sock *sk)

Definition at line 2362 of file tcpcore.h.

◆ send_check

void(* tcp_func::send_check) (struct sock *sk, struct tcphdr *th, int len, struct sk_buff *skb)

Definition at line 2347 of file tcpcore.h.

◆ setsockopt

int(* tcp_func::setsockopt) (struct sock *sk, int level, int optname, char *optval, int optlen)

Definition at line 2366 of file tcpcore.h.

◆ sockaddr_len

int tcp_func::sockaddr_len

Definition at line 2382 of file tcpcore.h.

◆ syn_recv_sock

struct sock *(* tcp_func::syn_recv_sock) (struct sock *sk, struct sk_buff *skb, struct open_request *req, struct dst_entry *dst)

Definition at line 2354 of file tcpcore.h.


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