Searched defs:proto_ops (Results 1 – 1 of 1) sorted by relevance
163 struct proto_ops { struct164 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,[all …]