|
uint16 | code |
|
uint16 | val |
|
void(* | close )(struct sock *sk, long timeout) |
|
int(* | connect )(struct sock *sk, struct sockaddr *uaddr, int addr_len) |
|
int(* | disconnect )(struct sock *sk, int flags) |
|
struct sock *(* | accept )(struct sock *sk, int flags, int *err) |
|
int(* | ioctl )(struct sock *sk, int cmd, unsigned long arg) |
|
int(* | init )(struct sock *sk) |
|
int(* | destroy )(struct sock *sk) |
|
void(* | shutdown )(struct sock *sk, int how) |
|
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 *option) |
|
int(* | sendmsg )(struct sock *sk, struct msghdr *msg, int len) |
|
int(* | recvmsg )(struct sock *sk, struct msghdr *msg, int len, int noblock, int flags, int *addr_len) |
|
int(* | bind )(struct sock *sk, struct sockaddr *uaddr, int addr_len) |
|
int(* | backlog_rcv )(struct sock *sk, struct sk_buff *skb) |
|
void(* | hash )(struct sock *sk) |
|
void(* | unhash )(struct sock *sk) |
|
int(* | get_port )(struct sock *sk, unsigned short snum) |
|
char | name [32] |
|
struct { |
int inuse |
|
} | stats [32] |
|
Definition at line 53 of file mkg3states.c.