/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btrsi.c | 30 struct rsi_proto_ops *proto_ops; member 86 return h_adapter->proto_ops->coex_send_pkt(h_adapter->priv, skb, in rsi_hci_send_pkt() 122 h_adapter->proto_ops = ops; in rsi_hci_attach()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/net/hsr/ |
H A D | hsr_framereg.c | 175 if (san && hsr->proto_ops->handle_san_frame) in hsr_add_node() 176 hsr->proto_ops->handle_san_frame(san, rx_port, new_node); in hsr_add_node() 224 if (hsr->proto_ops->update_san_info) in hsr_get_node() 225 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node() 229 if (hsr->proto_ops->update_san_info) in hsr_get_node() 230 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node()
|
H A D | hsr_forward.c | 392 if (hsr->proto_ops->drop_frame && in hsr_forward_do() 393 hsr->proto_ops->drop_frame(frame, port)) in hsr_forward_do() 397 skb = hsr->proto_ops->create_tagged_frame(frame, port); in hsr_forward_do() 399 skb = hsr->proto_ops->get_untagged_frame(frame, port); in hsr_forward_do() 537 ret = hsr->proto_ops->fill_frame_info(proto, skb, frame); in fill_frame_info()
|
H A D | hsr_slave.c | 56 if (hsr->proto_ops->invalid_dan_ingress_frame && in hsr_handle_frame() 57 hsr->proto_ops->invalid_dan_ingress_frame(protocol)) in hsr_handle_frame()
|
H A D | hsr_device.c | 382 hsr->proto_ops->send_sv_frame(master, &interval); in hsr_announce() 502 hsr->proto_ops = &prp_ops; in hsr_dev_finalize() 504 hsr->proto_ops = &hsr_ops; in hsr_dev_finalize()
|
/kernel/linux/linux-6.6/net/hsr/ |
H A D | hsr_framereg.c | 166 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()
|
H A D | hsr_forward.c | 453 if (hsr->proto_ops->drop_frame && in hsr_forward_do() 454 hsr->proto_ops->drop_frame(frame, port)) in hsr_forward_do() 458 skb = hsr->proto_ops->create_tagged_frame(frame, port); in hsr_forward_do() 460 skb = hsr->proto_ops->get_untagged_frame(frame, port); in hsr_forward_do() 600 ret = hsr->proto_ops->fill_frame_info(proto, skb, frame); in fill_frame_info()
|
H A 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()
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | espintcp.c | 393 static struct proto_ops espintcp_ops __ro_after_init; 395 static struct proto_ops espintcp6_ops; 440 struct proto_ops *espintcp_ops, 442 const struct proto_ops *orig_ops); 557 struct proto_ops *espintcp_ops, in build_protos() 559 const struct proto_ops *orig_ops) in build_protos() 562 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | espintcp.c | 398 static struct proto_ops espintcp_ops __ro_after_init; 400 static struct proto_ops espintcp6_ops; 447 struct proto_ops *espintcp_ops, 449 const struct proto_ops *orig_ops); 565 struct proto_ops *espintcp_ops, in build_protos() 567 const struct proto_ops *orig_ops) in build_protos() 570 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()
|
/kernel/linux/linux-5.10/include/net/phonet/ |
H A D | phonet.h | 35 extern const struct proto_ops phonet_dgram_ops; 93 const struct proto_ops *ops;
|
H A D | pep.h | 41 extern const struct proto_ops phonet_stream_ops;
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_common.h | 7 extern const struct proto_ops inet_stream_ops; 8 extern const struct proto_ops inet_dgram_ops;
|
H A D | protocol.h | 85 const struct proto_ops *ops;
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_common.h | 11 extern const struct proto_ops inet_stream_ops; 12 extern const struct proto_ops inet_dgram_ops;
|
H A D | protocol.h | 84 const struct proto_ops *ops;
|
/kernel/linux/linux-6.6/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;
|
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/ |
H A D | felix.c | 604 const struct felix_tag_proto_ops *proto_ops, in felix_migrate_host_flood() 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() 632 to = proto_ops->get_host_fwd_mask(ds); in felix_migrate_mdbs() 638 * @old_proto_ops and @proto_ops. 644 const struct felix_tag_proto_ops *proto_ops, in felix_tag_proto_setup_shared() 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 603 felix_migrate_host_flood(struct dsa_switch *ds, const struct felix_tag_proto_ops *proto_ops, const struct felix_tag_proto_ops *old_proto_ops) felix_migrate_host_flood() argument 621 felix_migrate_mdbs(struct dsa_switch *ds, const struct felix_tag_proto_ops *proto_ops, const struct felix_tag_proto_ops *old_proto_ops) felix_migrate_mdbs() argument 643 felix_tag_proto_setup_shared(struct dsa_switch *ds, const struct felix_tag_proto_ops *proto_ops, const struct felix_tag_proto_ops *old_proto_ops) felix_tag_proto_setup_shared() argument [all...] |
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/ |
H A D | nip.h | 62 extern const struct proto_ops ninet_dgram_ops; 63 extern const struct proto_ops ninet_stream_ops;
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | if_alg.h | 54 struct proto_ops *ops; 55 struct proto_ops *ops_nokey;
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | if_alg.h | 52 struct proto_ops *ops; 53 struct proto_ops *ops_nokey;
|
/kernel/linux/linux-5.10/include/linux/can/ |
H A D | core.h | 27 * @ops: pointer to struct proto_ops for sock->ops. 33 const struct proto_ops *ops;
|
/kernel/linux/linux-6.6/include/linux/can/ |
H A D | core.h | 27 * @ops: pointer to struct proto_ops for sock->ops. 33 const struct proto_ops *ops;
|