Searched refs:proto_ops (Results 1 - 25 of 81) sorted by relevance

1234

/linux-master/include/linux/can/
H A Dcore.h27 * @ops: pointer to struct proto_ops for sock->ops.
33 const struct proto_ops *ops;
/linux-master/drivers/bluetooth/
H A Dbtrsi.c29 struct rsi_proto_ops *proto_ops; member in struct:rsi_hci_adapter
85 return h_adapter->proto_ops->coex_send_pkt(h_adapter->priv, skb,
121 h_adapter->proto_ops = ops;
/linux-master/include/net/phonet/
H A Dphonet.h39 extern const struct proto_ops phonet_dgram_ops;
97 const struct proto_ops *ops;
H A Dpep.h44 extern const struct proto_ops phonet_stream_ops;
/linux-master/include/net/
H A Dinet_common.h11 extern const struct proto_ops inet_stream_ops;
12 extern const struct proto_ops inet_dgram_ops;
H A Dprotocol.h87 const struct proto_ops *ops;
/linux-master/include/crypto/
H A Dif_alg.h52 struct proto_ops *ops;
53 struct proto_ops *ops_nokey;
/linux-master/net/hsr/
H A Dhsr_slave.c58 hsr->proto_ops->invalid_dan_ingress_frame &&
59 hsr->proto_ops->invalid_dan_ingress_frame(protocol))
H A Dhsr_framereg.c166 if (san && hsr->proto_ops->handle_san_frame)
167 hsr->proto_ops->handle_san_frame(san, rx_port, new_node);
215 if (hsr->proto_ops->update_san_info)
216 hsr->proto_ops->update_san_info(node, is_sup);
220 if (hsr->proto_ops->update_san_info)
221 hsr->proto_ops->update_san_info(node, is_sup);
H A Dhsr_forward.c453 if (hsr->proto_ops->drop_frame &&
454 hsr->proto_ops->drop_frame(frame, port))
458 skb = hsr->proto_ops->create_tagged_frame(frame, port);
460 skb = hsr->proto_ops->get_untagged_frame(frame, port);
600 ret = hsr->proto_ops->fill_frame_info(proto, skb, frame);
H A Dhsr_device.c388 hsr->proto_ops->send_sv_frame(master, &interval);
557 hsr->proto_ops = &prp_ops;
559 hsr->proto_ops = &hsr_ops;
H A Dhsr_main.h204 struct hsr_proto_ops *proto_ops; member in struct:hsr_priv
/linux-master/net/xfrm/
H A Despintcp.c400 static struct proto_ops espintcp_ops __ro_after_init;
402 static struct proto_ops espintcp6_ops;
449 struct proto_ops *espintcp_ops,
451 const struct proto_ops *orig_ops);
567 struct proto_ops *espintcp_ops,
569 const struct proto_ops *orig_ops)
572 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops));
/linux-master/crypto/
H A Dalgif_rng.c164 static struct proto_ops algif_rng_ops = {
182 static struct proto_ops __maybe_unused algif_rng_test_ops = {
267 * this socket, replace proto_ops algif_rng_ops with algif_rng_test_ops.
H A Dalgif_skcipher.c246 static struct proto_ops algif_skcipher_ops = {
324 static struct proto_ops algif_skcipher_ops_nokey = {
H A Dalgif_hash.c280 static struct proto_ops algif_hash_ops = {
369 static struct proto_ops algif_hash_ops_nokey = {
/linux-master/net/atm/
H A Dpvc.c7 #include <linux/net.h> /* struct socket, struct proto_ops */
106 static const struct proto_ops pvc_proto_ops = {
/linux-master/drivers/net/dsa/ocelot/
H A Dfelix.c604 const struct felix_tag_proto_ops *proto_ops,
616 mask = proto_ops->get_host_fwd_mask(ds);
622 const struct felix_tag_proto_ops *proto_ops,
632 to = proto_ops->get_host_fwd_mask(ds);
638 * @old_proto_ops and @proto_ops.
644 const struct felix_tag_proto_ops *proto_ops,
647 bool using_tag_8021q = (proto_ops == &felix_tag_8021q_proto_ops);
650 err = felix_migrate_mdbs(ds, proto_ops, old_proto_ops);
656 felix_migrate_host_flood(ds, proto_ops, old_proto_ops);
668 const struct felix_tag_proto_ops *old_proto_ops, *proto_ops; 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) 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) 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) argument
[all...]
/linux-master/include/linux/
H A Dnet.h126 const struct proto_ops *ops; /* Might change with IPV6_ADDRFORM or MPTCP. */
161 struct proto_ops { struct
/linux-master/net/nfc/
H A Drawsock.c268 static const struct proto_ops rawsock_ops = {
286 static const struct proto_ops rawsock_raw_ops = {
/linux-master/net/bluetooth/cmtp/
H A Dsock.c174 static const struct proto_ops cmtp_sock_ops = {
/linux-master/net/bluetooth/hidp/
H A Dsock.c223 static const struct proto_ops hidp_sock_ops = {
/linux-master/net/bluetooth/bnep/
H A Dsock.c172 static const struct proto_ops bnep_sock_ops = {
/linux-master/net/unix/
H A Dgarbage.c91 const struct proto_ops *ops;
/linux-master/net/
H A Dsocket.c140 const struct proto_ops *ops = READ_ONCE(sock->ops);
652 const struct proto_ops *ops = READ_ONCE(sock->ops);
813 const struct proto_ops *ops = READ_ONCE(sock->ops);
1102 const struct proto_ops *ops;
1114 const struct proto_ops *ops;
1215 const struct proto_ops *ops = READ_ONCE(sock->ops);
1251 const struct proto_ops *ops;
1394 const struct proto_ops *ops = READ_ONCE(sock->ops);
1901 const struct proto_ops *ops;
2130 const struct proto_ops *op
[all...]

Completed in 470 milliseconds

1234