Home
last modified time | relevance | path

Searched refs:proto_ops (Results 1 – 25 of 78) sorted by relevance

1234

/linux-6.3-rc2/drivers/bluetooth/
A Dbtrsi.c29 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-6.3-rc2/net/xfrm/
A Despintcp.c392 static struct proto_ops espintcp_ops __ro_after_init;
394 static struct proto_ops espintcp6_ops;
441 struct proto_ops *espintcp_ops,
443 const struct proto_ops *orig_ops);
559 struct proto_ops *espintcp_ops, in build_protos()
561 const struct proto_ops *orig_ops) in build_protos()
564 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()
/linux-6.3-rc2/include/net/phonet/
A Dphonet.h39 extern const struct proto_ops phonet_dgram_ops;
97 const struct proto_ops *ops;
A Dpep.h44 extern const struct proto_ops phonet_stream_ops;
/linux-6.3-rc2/net/hsr/
A Dhsr_framereg.c166 if (san && hsr->proto_ops->handle_san_frame) in hsr_add_node()
167 hsr->proto_ops->handle_san_frame(san, rx_port, new_node); in hsr_add_node()
215 if (hsr->proto_ops->update_san_info) in hsr_get_node()
216 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node()
220 if (hsr->proto_ops->update_san_info) in hsr_get_node()
221 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node()
A Dhsr_forward.c455 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()
601 ret = hsr->proto_ops->fill_frame_info(proto, skb, frame); in fill_frame_info()
A Dhsr_slave.c58 hsr->proto_ops->invalid_dan_ingress_frame && in hsr_handle_frame()
59 hsr->proto_ops->invalid_dan_ingress_frame(protocol)) in hsr_handle_frame()
A Dhsr_device.c382 hsr->proto_ops->send_sv_frame(master, &interval); in hsr_announce()
503 hsr->proto_ops = &prp_ops; in hsr_dev_finalize()
505 hsr->proto_ops = &hsr_ops; in hsr_dev_finalize()
A Dhsr_main.h204 struct hsr_proto_ops *proto_ops; member
/linux-6.3-rc2/include/net/
A Dinet_common.h11 extern const struct proto_ops inet_stream_ops;
12 extern const struct proto_ops inet_dgram_ops;
A Dprotocol.h84 const struct proto_ops *ops;
/linux-6.3-rc2/drivers/net/dsa/ocelot/
A Dfelix.c604 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
676 proto_ops = &felix_tag_npi_proto_ops; in felix_change_tag_protocol()
679 proto_ops = &felix_tag_8021q_proto_ops; in felix_change_tag_protocol()
687 if (proto_ops == old_proto_ops) in felix_change_tag_protocol()
690 err = proto_ops->setup(ds); in felix_change_tag_protocol()
701 felix->tag_proto_ops = proto_ops; in felix_change_tag_protocol()
[all …]
/linux-6.3-rc2/include/crypto/
A Dif_alg.h52 struct proto_ops *ops;
53 struct proto_ops *ops_nokey;
/linux-6.3-rc2/include/linux/can/
A Dcore.h33 const struct proto_ops *ops;
/linux-6.3-rc2/scripts/
A Dconst_structs.checkpatch62 proto_ops
/linux-6.3-rc2/crypto/
A Dalgif_rng.c164 static struct proto_ops algif_rng_ops = {
183 static struct proto_ops __maybe_unused algif_rng_test_ops = {
A Dalgif_skcipher.c182 static struct proto_ops algif_skcipher_ops = {
273 static struct proto_ops algif_skcipher_ops_nokey = {
A Dalgif_hash.c274 static struct proto_ops algif_hash_ops = {
376 static struct proto_ops algif_hash_ops_nokey = {
A Dalgif_aead.c356 static struct proto_ops algif_aead_ops = {
447 static struct proto_ops algif_aead_ops_nokey = {
/linux-6.3-rc2/include/linux/
A Dnet.h125 const struct proto_ops *ops;
160 struct proto_ops { struct
/linux-6.3-rc2/net/nfc/
A Drawsock.c268 static const struct proto_ops rawsock_ops = {
286 static const struct proto_ops rawsock_raw_ops = {
/linux-6.3-rc2/net/atm/
A Dpvc.c106 static const struct proto_ops pvc_proto_ops = {
/linux-6.3-rc2/net/bluetooth/cmtp/
A Dsock.c174 static const struct proto_ops cmtp_sock_ops = {
/linux-6.3-rc2/net/bluetooth/bnep/
A Dsock.c172 static const struct proto_ops bnep_sock_ops = {
/linux-6.3-rc2/net/mctp/
A Daf_mctp.c470 static const struct proto_ops mctp_dgram_ops = {
608 const struct proto_ops *ops; in mctp_pf_create()

Completed in 33 milliseconds

1234