Linux Kernel
3.7.1
|
#include <inet_connection_sock.h>
Data Fields | |
int(* | queue_xmit )(struct sk_buff *skb, struct flowi *fl) |
void(* | send_check )(struct sock *sk, struct sk_buff *skb) |
int(* | rebuild_header )(struct sock *sk) |
void(* | sk_rx_dst_set )(struct sock *sk, const struct sk_buff *skb) |
int(* | conn_request )(struct sock *sk, struct sk_buff *skb) |
struct sock *(* | syn_recv_sock )(struct sock *sk, struct sk_buff *skb, struct request_sock *req, struct dst_entry *dst) |
u16 | net_header_len |
u16 | net_frag_header_len |
u16 | sockaddr_len |
int(* | setsockopt )(struct sock *sk, int level, int optname, char __user *optval, unsigned int optlen) |
int(* | getsockopt )(struct sock *sk, int level, int optname, char __user *optval, int __user *optlen) |
void(* | addr2sockaddr )(struct sock *sk, struct sockaddr *) |
int(* | bind_conflict )(const struct sock *sk, const struct inet_bind_bucket *tb, bool relax) |
Definition at line 38 of file inet_connection_sock.h.
Definition at line 62 of file inet_connection_sock.h.
Definition at line 63 of file inet_connection_sock.h.
Definition at line 43 of file inet_connection_sock.h.
Definition at line 52 of file inet_connection_sock.h.
u16 net_frag_header_len |
Definition at line 48 of file inet_connection_sock.h.
u16 net_header_len |
Definition at line 47 of file inet_connection_sock.h.
Definition at line 39 of file inet_connection_sock.h.
Definition at line 40 of file inet_connection_sock.h.
int(* setsockopt)(struct sock *sk, int level, int optname, char __user *optval, unsigned int optlen) |
Definition at line 50 of file inet_connection_sock.h.
Definition at line 42 of file inet_connection_sock.h.
u16 sockaddr_len |
Definition at line 49 of file inet_connection_sock.h.
|
read |
Definition at line 44 of file inet_connection_sock.h.