Lines Matching defs:proto_ops
159 struct proto_ops { struct
160 int family;
161 struct module *owner;
162 int (*release) (struct socket *sock);
163 int (*bind) (struct socket *sock,
166 int (*connect) (struct socket *sock,
169 int (*socketpair)(struct socket *sock1,
171 int (*accept) (struct socket *sock,
173 int (*getname) (struct socket *sock,
176 __poll_t (*poll) (struct file *file, struct socket *sock,
178 int (*ioctl) (struct socket *sock, unsigned int cmd,
181 int (*compat_ioctl) (struct socket *sock, unsigned int cmd,
184 int (*gettstamp) (struct socket *sock, void __user *userstamp,
186 int (*listen) (struct socket *sock, int len);
187 int (*shutdown) (struct socket *sock, int flags);
188 int (*setsockopt)(struct socket *sock, int level,
191 int (*getsockopt)(struct socket *sock, int level,
193 void (*show_fdinfo)(struct seq_file *m, struct socket *sock);
194 int (*sendmsg) (struct socket *sock, struct msghdr *m,
204 int (*recvmsg) (struct socket *sock, struct msghdr *m,
206 int (*mmap) (struct file *file, struct socket *sock,
208 ssize_t (*sendpage) (struct socket *sock, struct page *page,
210 ssize_t (*splice_read)(struct socket *sock, loff_t *ppos,
212 int (*set_peek_off)(struct sock *sk, int val);
213 int (*peek_len)(struct socket *sock);
218 int (*read_sock)(struct sock *sk, read_descriptor_t *desc,
221 int (*read_skb)(struct sock *sk, skb_read_actor_t recv_actor);
222 int (*sendpage_locked)(struct sock *sk, struct page *page,
224 int (*sendmsg_locked)(struct sock *sk, struct msghdr *msg,
226 int (*set_rcvlowat)(struct sock *sk, int val);