Searched defs:proto_ops (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | net.h | 160 struct proto_ops { struct 161 int family; 162 struct module *owner; 163 int (*release) (struct socket *sock); 164 int (*bind) (struct socket *sock, 167 int (*connect) (struct socket *sock, 170 int (*socketpair)(struct socket *sock1, 172 int (*accept) (struct socket *sock, 174 int (*getname) (struct socket *sock, 213 int (*set_peek_off)(struct sock *sk, int val); [all …]
|
/linux-6.3-rc2/drivers/bluetooth/ |
A D | btrsi.c | 29 struct rsi_proto_ops *proto_ops; member
|
/linux-6.3-rc2/drivers/net/dsa/ocelot/ |
A D | felix.c | 604 const struct felix_tag_proto_ops *proto_ops, in felix_migrate_host_flood() 622 const struct felix_tag_proto_ops *proto_ops, in felix_migrate_mdbs() 644 const struct felix_tag_proto_ops *proto_ops, in felix_tag_proto_setup_shared() 668 const struct felix_tag_proto_ops *old_proto_ops, *proto_ops; in felix_change_tag_protocol() local
|
/linux-6.3-rc2/net/hsr/ |
A D | hsr_main.h | 204 struct hsr_proto_ops *proto_ops; member
|
Completed in 14 milliseconds