Home
last modified time | relevance | path

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

1234

/Linux-v5.10/drivers/bluetooth/
Dbtrsi.c30 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()
/Linux-v5.10/net/xfrm/
Despintcp.c393 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()
/Linux-v5.10/net/hsr/
Dhsr_framereg.c172 if (san && hsr->proto_ops->handle_san_frame) in hsr_add_node()
173 hsr->proto_ops->handle_san_frame(san, rx_port, new_node); in hsr_add_node()
221 if (hsr->proto_ops->update_san_info) in hsr_get_node()
222 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node()
226 if (hsr->proto_ops->update_san_info) in hsr_get_node()
227 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node()
Dhsr_forward.c391 if (hsr->proto_ops->drop_frame && in hsr_forward_do()
392 hsr->proto_ops->drop_frame(frame, port)) in hsr_forward_do()
396 skb = hsr->proto_ops->create_tagged_frame(frame, port); in hsr_forward_do()
398 skb = hsr->proto_ops->get_untagged_frame(frame, port); in hsr_forward_do()
520 hsr->proto_ops->fill_frame_info(proto, skb, frame); in fill_frame_info()
Dhsr_slave.c56 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()
Dhsr_device.c404 hsr->proto_ops->send_sv_frame(master, &interval); in hsr_announce()
524 hsr->proto_ops = &prp_ops; in hsr_dev_finalize()
526 hsr->proto_ops = &hsr_ops; in hsr_dev_finalize()
Dhsr_main.h213 struct hsr_proto_ops *proto_ops; member
/Linux-v5.10/include/net/phonet/
Dphonet.h35 extern const struct proto_ops phonet_dgram_ops;
93 const struct proto_ops *ops;
Dpep.h41 extern const struct proto_ops phonet_stream_ops;
/Linux-v5.10/include/net/
Dinet_common.h7 extern const struct proto_ops inet_stream_ops;
8 extern const struct proto_ops inet_dgram_ops;
Dprotocol.h89 const struct proto_ops *ops;
/Linux-v5.10/include/crypto/
Dif_alg.h54 struct proto_ops *ops;
55 struct proto_ops *ops_nokey;
/Linux-v5.10/include/linux/can/
Dcore.h33 const struct proto_ops *ops;
/Linux-v5.10/scripts/
Dconst_structs.checkpatch48 proto_ops
/Linux-v5.10/crypto/
Dalgif_rng.c164 static struct proto_ops algif_rng_ops = {
183 static struct proto_ops __maybe_unused algif_rng_test_ops = {
Dalgif_skcipher.c182 static struct proto_ops algif_skcipher_ops = {
273 static struct proto_ops algif_skcipher_ops_nokey = {
Dalgif_hash.c273 static struct proto_ops algif_hash_ops = {
375 static struct proto_ops algif_hash_ops_nokey = {
Dalgif_aead.c356 static struct proto_ops algif_aead_ops = {
447 static struct proto_ops algif_aead_ops_nokey = {
/Linux-v5.10/include/linux/
Dnet.h125 const struct proto_ops *ops;
139 struct proto_ops { struct
/Linux-v5.10/net/nfc/
Drawsock.c266 static const struct proto_ops rawsock_ops = {
284 static const struct proto_ops rawsock_raw_ops = {
/Linux-v5.10/net/atm/
Dpvc.c106 static const struct proto_ops pvc_proto_ops = {
/Linux-v5.10/net/bluetooth/bnep/
Dsock.c171 static const struct proto_ops bnep_sock_ops = {
/Linux-v5.10/net/bluetooth/cmtp/
Dsock.c174 static const struct proto_ops cmtp_sock_ops = {
/Linux-v5.10/net/ieee802154/
Dsocket.c406 static const struct proto_ops ieee802154_raw_ops = {
965 static const struct proto_ops ieee802154_dgram_ops = {
996 const struct proto_ops *ops; in ieee802154_create()
/Linux-v5.10/net/bluetooth/hidp/
Dsock.c222 static const struct proto_ops hidp_sock_ops = {

1234