Searched defs:proto_ops (Results 1 – 3 of 3) sorted by relevance
204 struct proto_ops { struct205 int family;206 struct module *owner;207 int (*release) (struct socket *sock);208 int (*bind) (struct socket *sock,211 int (*connect) (struct socket *sock,214 int (*socketpair)(struct socket *sock1,216 int (*accept) (struct socket *sock,219 int (*getname) (struct socket *sock,222 __poll_t (*poll) (struct file *file, struct socket *sock,[all …]
19 struct rsi_proto_ops *proto_ops; member
205 const struct hsr_proto_ops *proto_ops; member