| /linux/drivers/bluetooth/ |
| H A D | btrsi.c | 29 struct rsi_proto_ops *proto_ops; member 85 return h_adapter->proto_ops->coex_send_pkt(h_adapter->priv, skb, in rsi_hci_send_pkt() 121 h_adapter->proto_ops = ops; in rsi_hci_attach()
|
| /linux/net/xfrm/ |
| H A D | espintcp.c | 399 static struct proto_ops espintcp_ops __ro_after_init; 401 static struct proto_ops espintcp6_ops; 448 struct proto_ops *espintcp_ops, 450 const struct proto_ops *orig_ops); 562 struct proto_ops *espintcp_ops, in build_protos() 564 const struct proto_ops *orig_ops) in build_protos() 567 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()
|
| /linux/net/hsr/ |
| H A D | hsr_framereg.c | 223 if (san && hsr->proto_ops->handle_san_frame) in hsr_add_node() 224 hsr->proto_ops->handle_san_frame(san, rx_port, new_node); in hsr_add_node() 273 if (hsr->proto_ops->update_san_info) in hsr_get_node() 274 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node() 278 if (hsr->proto_ops->update_san_info) in hsr_get_node() 279 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node() 287 if (hsr->proto_ops->update_san_info) in hsr_get_node() 288 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node()
|
| H A D | hsr_device.c | 421 hsr->proto_ops->send_sv_frame(master, &interval, master->dev->dev_addr); in hsr_announce() 450 hsr->proto_ops->send_sv_frame(interlink, &interval, in hsr_proxy_announce() 742 hsr->proto_ops = &prp_ops; in hsr_dev_finalize() 744 hsr->proto_ops = &hsr_ops; in hsr_dev_finalize()
|
| /linux/drivers/net/ovpn/ |
| H A D | tcp.c | 32 static struct proto_ops ovpn_tcp_ops __ro_after_init; 34 static struct proto_ops ovpn_tcp6_ops __ro_after_init; 495 struct proto_ops *new_ops, 497 const struct proto_ops *orig_ops); 631 struct proto_ops *new_ops, in ovpn_tcp_build_protos() 633 const struct proto_ops *orig_ops) in ovpn_tcp_build_protos()
|
| /linux/include/net/phonet/ |
| H A D | phonet.h | 39 extern const struct proto_ops phonet_dgram_ops; 97 const struct proto_ops *ops;
|
| H A D | pep.h | 44 extern const struct proto_ops phonet_stream_ops;
|
| /linux/net/smc/ |
| H A D | smc_inet.c | 33 static const struct proto_ops smc_inet_stream_ops = { 80 static const struct proto_ops smc_inet6_stream_ops = {
|
| /linux/include/crypto/ |
| H A D | if_alg.h | 52 struct proto_ops *ops; 53 struct proto_ops *ops_nokey;
|
| /linux/drivers/net/dsa/ocelot/ |
| H A D | felix.c | 693 const struct felix_tag_proto_ops *proto_ops, in felix_migrate_host_flood() argument 705 mask = proto_ops->get_host_fwd_mask(ds); in felix_migrate_host_flood() 711 const struct felix_tag_proto_ops *proto_ops, in felix_migrate_mdbs() argument 721 to = proto_ops->get_host_fwd_mask(ds); in felix_migrate_mdbs() 733 const struct felix_tag_proto_ops *proto_ops, in felix_tag_proto_setup_shared() argument 736 bool using_tag_8021q = (proto_ops == &felix_tag_8021q_proto_ops); in felix_tag_proto_setup_shared() 739 err = felix_migrate_mdbs(ds, proto_ops, old_proto_ops); in felix_tag_proto_setup_shared() 745 felix_migrate_host_flood(ds, proto_ops, old_proto_ops); in felix_tag_proto_setup_shared() 757 const struct felix_tag_proto_ops *old_proto_ops, *proto_ops; in felix_change_tag_protocol() local 765 proto_ops = &felix_tag_npi_proto_ops; in felix_change_tag_protocol() [all …]
|
| /linux/crypto/ |
| H A D | algif_rng.c | 164 static struct proto_ops algif_rng_ops = { 182 static struct proto_ops __maybe_unused algif_rng_test_ops = {
|
| H A D | algif_aead.c | 271 static struct proto_ops algif_aead_ops = { 349 static struct proto_ops algif_aead_ops_nokey = {
|
| H A D | algif_hash.c | 276 static struct proto_ops algif_hash_ops = { 365 static struct proto_ops algif_hash_ops_nokey = {
|
| H A D | algif_skcipher.c | 251 static struct proto_ops algif_skcipher_ops = { 329 static struct proto_ops algif_skcipher_ops_nokey = {
|
| /linux/scripts/ |
| H A D | const_structs.checkpatch | 67 proto_ops
|
| /linux/include/net/ |
| H A D | protocol.h | 87 const struct proto_ops *ops;
|
| H A D | ipv6.h | 1174 extern const struct proto_ops inet6_stream_ops; 1175 extern const struct proto_ops inet6_dgram_ops; 1176 extern const struct proto_ops inet6_sockraw_ops;
|
| /linux/net/ |
| H A D | socket.c | 143 const struct proto_ops *ops = READ_ONCE(sock->ops); in sock_show_fdinfo() 715 const struct proto_ops *ops = READ_ONCE(sock->ops); in __sock_release() 1193 const struct proto_ops *ops; in sock_splice_read() 1205 const struct proto_ops *ops; in sock_splice_eof() 1306 const struct proto_ops *ops = READ_ONCE(sock->ops); in sock_do_ioctl() 1342 const struct proto_ops *ops; in sock_ioctl() 1487 const struct proto_ops *ops = READ_ONCE(sock->ops); in sock_poll() 2018 const struct proto_ops *ops; in do_accept() 2351 const struct proto_ops *ops; in do_sock_setsockopt() 2454 const struct proto_ops *ops; in do_sock_getsockopt() [all …]
|
| /linux/net/nfc/ |
| H A D | rawsock.c | 279 static const struct proto_ops rawsock_ops = { 297 static const struct proto_ops rawsock_raw_ops = {
|
| /linux/net/atm/ |
| H A D | pvc.c | 7 #include <linux/net.h> /* struct socket, struct proto_ops */ 106 static const struct proto_ops pvc_proto_ops = {
|
| /linux/net/bluetooth/bnep/ |
| H A D | sock.c | 172 static const struct proto_ops bnep_sock_ops = {
|
| /linux/net/bluetooth/hidp/ |
| H A D | sock.c | 223 static const struct proto_ops hidp_sock_ops = {
|
| /linux/net/phonet/ |
| H A D | socket.c | 433 const struct proto_ops phonet_dgram_ops = { 451 const struct proto_ops phonet_stream_ops = {
|
| /linux/net/tls/ |
| H A D | tls_main.c | 127 static struct proto_ops tls_proto_ops[TLS_NUM_PROTS][TLS_NUM_CONFIG][TLS_NUM_CONFIG]; 937 static void build_proto_ops(struct proto_ops ops[TLS_NUM_CONFIG][TLS_NUM_CONFIG], in build_proto_ops() 938 const struct proto_ops *base) in build_proto_ops()
|
| /linux/net/mctp/ |
| H A D | af_mctp.c | 628 static const struct proto_ops mctp_dgram_ops = { 802 const struct proto_ops *ops; in mctp_pf_create()
|