/Linux-v6.1/drivers/bluetooth/ |
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-v6.1/net/xfrm/ |
D | espintcp.c | 391 static struct proto_ops espintcp_ops __ro_after_init; 393 static struct proto_ops espintcp6_ops; 438 struct proto_ops *espintcp_ops, 440 const struct proto_ops *orig_ops); 555 struct proto_ops *espintcp_ops, in build_protos() 557 const struct proto_ops *orig_ops) in build_protos() 560 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()
|
/Linux-v6.1/include/net/phonet/ |
D | phonet.h | 39 extern const struct proto_ops phonet_dgram_ops; 97 const struct proto_ops *ops;
|
D | pep.h | 44 extern const struct proto_ops phonet_stream_ops;
|
/Linux-v6.1/include/net/ |
D | inet_common.h | 11 extern const struct proto_ops inet_stream_ops; 12 extern const struct proto_ops inet_dgram_ops;
|
D | protocol.h | 84 const struct proto_ops *ops;
|
/Linux-v6.1/net/hsr/ |
D | hsr_framereg.c | 197 if (san && hsr->proto_ops->handle_san_frame) in hsr_add_node() 198 hsr->proto_ops->handle_san_frame(san, rx_port, new_node); in hsr_add_node() 246 if (hsr->proto_ops->update_san_info) in hsr_get_node() 247 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node() 251 if (hsr->proto_ops->update_san_info) in hsr_get_node() 252 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node()
|
D | hsr_forward.c | 455 if (hsr->proto_ops->drop_frame && in hsr_forward_do() 456 hsr->proto_ops->drop_frame(frame, port)) in hsr_forward_do() 460 skb = hsr->proto_ops->create_tagged_frame(frame, port); in hsr_forward_do() 462 skb = hsr->proto_ops->get_untagged_frame(frame, port); in hsr_forward_do() 606 ret = hsr->proto_ops->fill_frame_info(proto, skb, frame); in fill_frame_info()
|
D | hsr_slave.c | 58 hsr->proto_ops->invalid_dan_ingress_frame && in hsr_handle_frame() 59 hsr->proto_ops->invalid_dan_ingress_frame(protocol)) in hsr_handle_frame()
|
D | hsr_device.c | 382 hsr->proto_ops->send_sv_frame(master, &interval); in hsr_announce() 508 hsr->proto_ops = &prp_ops; in hsr_dev_finalize() 510 hsr->proto_ops = &hsr_ops; in hsr_dev_finalize()
|
D | hsr_main.h | 201 struct hsr_proto_ops *proto_ops; member
|
/Linux-v6.1/drivers/net/dsa/ocelot/ |
D | felix.c | 604 const struct felix_tag_proto_ops *proto_ops, in felix_migrate_host_flood() argument 616 mask = proto_ops->get_host_fwd_mask(ds); in felix_migrate_host_flood() 622 const struct felix_tag_proto_ops *proto_ops, in felix_migrate_mdbs() argument 632 to = proto_ops->get_host_fwd_mask(ds); in felix_migrate_mdbs() 644 const struct felix_tag_proto_ops *proto_ops, in felix_tag_proto_setup_shared() argument 647 bool using_tag_8021q = (proto_ops == &felix_tag_8021q_proto_ops); in felix_tag_proto_setup_shared() 650 err = felix_migrate_mdbs(ds, proto_ops, old_proto_ops); in felix_tag_proto_setup_shared() 656 felix_migrate_host_flood(ds, proto_ops, old_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 676 proto_ops = &felix_tag_npi_proto_ops; in felix_change_tag_protocol() [all …]
|
/Linux-v6.1/include/crypto/ |
D | if_alg.h | 54 struct proto_ops *ops; 55 struct proto_ops *ops_nokey;
|
/Linux-v6.1/include/linux/can/ |
D | core.h | 33 const struct proto_ops *ops;
|
/Linux-v6.1/scripts/ |
D | const_structs.checkpatch | 61 proto_ops
|
/Linux-v6.1/crypto/ |
D | algif_rng.c | 164 static struct proto_ops algif_rng_ops = { 183 static struct proto_ops __maybe_unused algif_rng_test_ops = {
|
D | algif_skcipher.c | 182 static struct proto_ops algif_skcipher_ops = { 273 static struct proto_ops algif_skcipher_ops_nokey = {
|
D | algif_hash.c | 274 static struct proto_ops algif_hash_ops = { 376 static struct proto_ops algif_hash_ops_nokey = {
|
D | algif_aead.c | 356 static struct proto_ops algif_aead_ops = { 447 static struct proto_ops algif_aead_ops_nokey = {
|
/Linux-v6.1/include/linux/ |
D | net.h | 124 const struct proto_ops *ops; 159 struct proto_ops { struct
|
/Linux-v6.1/net/nfc/ |
D | rawsock.c | 265 static const struct proto_ops rawsock_ops = { 283 static const struct proto_ops rawsock_raw_ops = {
|
/Linux-v6.1/net/atm/ |
D | pvc.c | 106 static const struct proto_ops pvc_proto_ops = {
|
/Linux-v6.1/net/bluetooth/bnep/ |
D | sock.c | 172 static const struct proto_ops bnep_sock_ops = {
|
/Linux-v6.1/net/bluetooth/cmtp/ |
D | sock.c | 174 static const struct proto_ops cmtp_sock_ops = {
|
/Linux-v6.1/net/mctp/ |
D | af_mctp.c | 470 static const struct proto_ops mctp_dgram_ops = { 599 const struct proto_ops *ops; in mctp_pf_create()
|