Searched defs:proto_ops (Results 1 – 3 of 3) sorted by relevance
137 struct proto_ops { struct138 int family;139 struct module *owner;140 int (*release) (struct socket *sock);141 int (*bind) (struct socket *sock,144 int (*connect) (struct socket *sock,147 int (*socketpair)(struct socket *sock1,149 int (*accept) (struct socket *sock,151 int (*getname) (struct socket *sock,154 __poll_t (*poll) (struct file *file, struct socket *sock,[all …]
30 struct rsi_proto_ops *proto_ops; member
214 struct hsr_proto_ops *proto_ops; member