Searched defs:proto_ops (Results 1 – 4 of 4) sorted by relevance
161 struct proto_ops { struct162 int family;163 struct module *owner;164 int (*release) (struct socket *sock);165 int (*bind) (struct socket *sock,168 int (*connect) (struct socket *sock,171 int (*socketpair)(struct socket *sock1,173 int (*accept) (struct socket *sock,175 int (*getname) (struct socket *sock,212 void (*splice_eof)(struct socket *sock);[all …]
29 struct rsi_proto_ops *proto_ops; member
606 const struct felix_tag_proto_ops *proto_ops, in felix_migrate_host_flood()624 const struct felix_tag_proto_ops *proto_ops, in felix_migrate_mdbs()646 const struct felix_tag_proto_ops *proto_ops, in felix_tag_proto_setup_shared()670 const struct felix_tag_proto_ops *old_proto_ops, *proto_ops; in felix_change_tag_protocol() local
204 struct hsr_proto_ops *proto_ops; member