Searched defs:proto_ops (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | net.h | 137 struct proto_ops { struct 138 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 …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | net.h | 161 struct proto_ops { struct 162 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, 178 __poll_t (*poll) (struct file *file, struct socket *sock, [all …]
|
| /kernel/linux/linux-5.10/drivers/bluetooth/ |
| D | btrsi.c | 30 struct rsi_proto_ops *proto_ops; member
|
| /kernel/linux/linux-6.6/drivers/bluetooth/ |
| D | btrsi.c | 29 struct rsi_proto_ops *proto_ops; member
|
| /kernel/linux/linux-6.6/drivers/net/dsa/ocelot/ |
| D | felix.c | 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
|
| /kernel/linux/linux-5.10/net/hsr/ |
| D | hsr_main.h | 214 struct hsr_proto_ops *proto_ops; member
|
| /kernel/linux/linux-6.6/net/hsr/ |
| D | hsr_main.h | 204 struct hsr_proto_ops *proto_ops; member
|