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,190 int (*set_peek_off)(struct sock *sk, int val);[all …]
29 struct rsi_proto_ops *proto_ops; member
214 struct hsr_proto_ops *proto_ops; member
Completed in 10 milliseconds