Lines Matching defs:sock
557 struct sock { struct
566 struct sock *next; argument
567 struct sock **pprev; argument
568 struct sock *bind_next; argument
569 struct sock **bind_pprev; argument
580 socket_lock_t lock; /* Synchronizer... */ argument
596 struct sock *prev; argument
620 struct sock *pair; argument
626 struct {
629 } backlog;
631 rwlock_t callback_lock;
634 struct sk_buff_head error_queue;
636 struct proto *prot;
639 union {
641 } net_pinfo;
644 union {
659 } tp_pinfo;
661 int err, err_soft; /* Soft holds errors that don't
665 unsigned short ack_backlog;
666 unsigned short max_ack_backlog;
667 __u32 priority;
691 struct atalk_sock af_at; argument
734 struct timer_list timer; /* This is the sock cleanup timer. */ argument
738 struct socket *socket; argument
744 void (*state_change)(struct sock *sk); argument
745 void (*data_ready)(struct sock *sk,int bytes); argument
746 void (*write_space)(struct sock *sk); argument
747 void (*error_report)(struct sock *sk); argument
749 int (*backlog_rcv) (struct sock *sk, argument
751 void (*destruct)(struct sock *sk); argument