Lines Matching defs:proto_ops
163 struct proto_ops { struct
164 int family;
165 struct module *owner;
166 int (*release) (struct socket *sock);
167 int (*bind) (struct socket *sock,
170 int (*connect) (struct socket *sock,
173 int (*socketpair)(struct socket *sock1,
175 int (*accept) (struct socket *sock,
178 int (*getname) (struct socket *sock,
181 __poll_t (*poll) (struct file *file, struct socket *sock,
183 int (*ioctl) (struct socket *sock, unsigned int cmd,
186 int (*compat_ioctl) (struct socket *sock, unsigned int cmd,
189 int (*gettstamp) (struct socket *sock, void __user *userstamp,
191 int (*listen) (struct socket *sock, int len);
192 int (*shutdown) (struct socket *sock, int flags);
193 int (*setsockopt)(struct socket *sock, int level,
196 int (*getsockopt)(struct socket *sock, int level,
198 void (*show_fdinfo)(struct seq_file *m, struct socket *sock);
199 int (*sendmsg) (struct socket *sock, struct msghdr *m,
209 int (*recvmsg) (struct socket *sock, struct msghdr *m,
211 int (*mmap) (struct file *file, struct socket *sock,
213 ssize_t (*splice_read)(struct socket *sock, loff_t *ppos,
215 void (*splice_eof)(struct socket *sock);
216 int (*set_peek_off)(struct sock *sk, int val);
217 int (*peek_len)(struct socket *sock);
222 int (*read_sock)(struct sock *sk, read_descriptor_t *desc,
225 int (*read_skb)(struct sock *sk, skb_read_actor_t recv_actor);
226 int (*sendmsg_locked)(struct sock *sk, struct msghdr *msg,
228 int (*set_rcvlowat)(struct sock *sk, int val);