|
struct net_device * | dev |
|
struct timer_list | timer |
|
unsigned long | timeout |
|
u16 | pid |
|
u8 | state |
|
u8 | cr_id |
|
u8 | restart_counter |
|
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) |
|
void(* | destroy )(struct sock *sk) |
|
void(* | shutdown )(struct sock *sk, int how) |
|
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 *option) |
|
int(* | sendmsg )(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, size_t len) |
|
int(* | recvmsg )(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, size_t len, int noblock, int flags, int *addr_len) |
|
int(* | sendpage )(struct sock *sk, struct page *page, int offset, size_t size, int flags) |
|
int(* | bind )(struct sock *sk, struct sockaddr *uaddr, int addr_len) |
|
int(* | backlog_rcv )(struct sock *sk, struct sk_buff *skb) |
|
void(* | release_cb )(struct sock *sk) |
|
void(* | mtu_reduced )(struct sock *sk) |
|
void(* | hash )(struct sock *sk) |
|
void(* | unhash )(struct sock *sk) |
|
void(* | rehash )(struct sock *sk) |
|
int(* | get_port )(struct sock *sk, unsigned short snum) |
|
void(* | clear_sk )(struct sock *sk, int size) |
|
void(* | enter_memory_pressure )(struct sock *sk) |
|
atomic_long_t * | memory_allocated |
|
struct percpu_counter * | sockets_allocated |
|
int * | memory_pressure |
|
long * | sysctl_mem |
|
int * | sysctl_wmem |
|
int * | sysctl_rmem |
|
int | max_header |
|
bool | no_autobind |
|
struct kmem_cache * | slab |
|
unsigned int | obj_size |
|
int | slab_flags |
|
struct percpu_counter * | orphan_count |
|
struct request_sock_ops * | rsk_prot |
|
struct timewait_sock_ops * | twsk_prot |
|
union { |
struct inet_hashinfo * hashinfo |
|
struct udp_table * udp_table |
|
struct raw_hashinfo * raw_hash |
|
} | h |
|
struct module * | owner |
|
char | name [32] |
|
struct list_head | node |
|
Definition at line 65 of file hdlc_ppp.c.