| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/net/hsr/ |
| H A D | hsr_framereg.c | 174 if (san && hsr->proto_ops->handle_san_frame) in hsr_add_node() 175 hsr->proto_ops->handle_san_frame(san, rx_port, new_node); in hsr_add_node() 223 if (hsr->proto_ops->update_san_info) in hsr_get_node() 224 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node() 228 if (hsr->proto_ops->update_san_info) in hsr_get_node() 229 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() 534 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 | 407 hsr->proto_ops->send_sv_frame(master, &interval); in hsr_announce() 527 hsr->proto_ops = &prp_ops; in hsr_dev_finalize() 529 hsr->proto_ops = &hsr_ops; in hsr_dev_finalize()
|
| H A D | hsr_main.h | 214 struct hsr_proto_ops *proto_ops; member
|
| /OK3568_Linux_fs/kernel/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;
|
| /OK3568_Linux_fs/kernel/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;
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | if_alg.h | 54 struct proto_ops *ops; 55 struct proto_ops *ops_nokey;
|
| /OK3568_Linux_fs/kernel/include/linux/can/ |
| H A D | core.h | 33 const struct proto_ops *ops;
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | const_structs.checkpatch | 48 proto_ops
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | algif_rng.c | 164 static struct proto_ops algif_rng_ops = { 183 static struct proto_ops __maybe_unused algif_rng_test_ops = {
|
| H A D | algif_skcipher.c | 182 static struct proto_ops algif_skcipher_ops = { 273 static struct proto_ops algif_skcipher_ops_nokey = {
|
| H A D | algif_hash.c | 273 static struct proto_ops algif_hash_ops = { 375 static struct proto_ops algif_hash_ops_nokey = {
|
| H A D | algif_aead.c | 356 static struct proto_ops algif_aead_ops = { 447 static struct proto_ops algif_aead_ops_nokey = {
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | net.h | 124 const struct proto_ops *ops; 138 struct proto_ops { struct
|
| /OK3568_Linux_fs/kernel/net/nfc/ |
| H A D | rawsock.c | 266 static const struct proto_ops rawsock_ops = { 284 static const struct proto_ops rawsock_raw_ops = {
|
| /OK3568_Linux_fs/kernel/net/atm/ |
| H A D | pvc.c | 106 static const struct proto_ops pvc_proto_ops = {
|
| /OK3568_Linux_fs/kernel/net/tls/ |
| H A D | tls_main.c | 64 static struct proto_ops tls_proto_ops[TLS_NUM_PROTS][TLS_NUM_CONFIG][TLS_NUM_CONFIG]; 640 static void build_proto_ops(struct proto_ops ops[TLS_NUM_CONFIG][TLS_NUM_CONFIG], in build_proto_ops() 641 const struct proto_ops *base) in build_proto_ops()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/bnep/ |
| H A D | sock.c | 171 static const struct proto_ops bnep_sock_ops = {
|
| /OK3568_Linux_fs/kernel/net/bluetooth/cmtp/ |
| H A D | sock.c | 174 static const struct proto_ops cmtp_sock_ops = {
|
| /OK3568_Linux_fs/kernel/net/ieee802154/ |
| H A D | socket.c | 411 static const struct proto_ops ieee802154_raw_ops = { 975 static const struct proto_ops ieee802154_dgram_ops = { 1011 const struct proto_ops *ops; in ieee802154_create()
|