Home
last modified time | relevance | path

Searched defs:proto_ops (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/include/linux/
Dnet.h156 struct proto_ops { struct
157 int family;
158 struct module *owner;
159 int (*release) (struct socket *sock);
160 int (*bind) (struct socket *sock,
163 int (*connect) (struct socket *sock,
166 int (*socketpair)(struct socket *sock1,
168 int (*accept) (struct socket *sock,
170 int (*getname) (struct socket *sock,
173 __poll_t (*poll) (struct file *file, struct socket *sock,
[all …]
/linux-5.19.10/drivers/bluetooth/
Dbtrsi.c29 struct rsi_proto_ops *proto_ops; member
/linux-5.19.10/drivers/net/dsa/ocelot/
Dfelix.c530 const struct felix_tag_proto_ops *proto_ops, in felix_migrate_host_flood()
548 const struct felix_tag_proto_ops *proto_ops, in felix_migrate_mdbs()
570 const struct felix_tag_proto_ops *proto_ops, in felix_tag_proto_setup_shared()
594 const struct felix_tag_proto_ops *old_proto_ops, *proto_ops; in felix_change_tag_protocol() local
/linux-5.19.10/net/hsr/
Dhsr_main.h201 struct hsr_proto_ops *proto_ops; member