Home
last modified time | relevance | path

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

123

/linux/drivers/bluetooth/
H 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/net/xfrm/
H A Despintcp.c402 static struct proto_ops espintcp_ops __ro_after_init;
404 static struct proto_ops espintcp6_ops;
451 struct proto_ops *espintcp_ops,
453 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()
/linux/net/hsr/
H A Dhsr_framereg.c186 if (san && hsr->proto_ops->handle_san_frame) in hsr_add_node()
187 hsr->proto_ops->handle_san_frame(san, rx_port, new_node); in hsr_add_node()
235 if (hsr->proto_ops->update_san_info) in hsr_get_node()
236 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node()
240 if (hsr->proto_ops->update_san_info) in hsr_get_node()
241 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node()
249 if (hsr->proto_ops->update_san_info) in hsr_get_node()
250 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node()
H A Dhsr_forward.c549 hsr->proto_ops->register_frame_out && in hsr_forward_do()
550 hsr->proto_ops->register_frame_out(port, frame)) in hsr_forward_do()
562 if (hsr->proto_ops->drop_frame && in hsr_forward_do()
563 hsr->proto_ops->drop_frame(frame, port)) in hsr_forward_do()
568 skb = hsr->proto_ops->create_tagged_frame(frame, port); in hsr_forward_do()
570 skb = hsr->proto_ops->get_untagged_frame(frame, port); in hsr_forward_do()
724 ret = hsr->proto_ops->fill_frame_info(proto, skb, frame); in fill_frame_info()
H A Dhsr_device.c421 hsr->proto_ops->send_sv_frame(master, &interval, master->dev->dev_addr); in hsr_announce()
450 hsr->proto_ops->send_sv_frame(interlink, &interval, in hsr_proxy_announce()
740 hsr->proto_ops = &prp_ops; in hsr_dev_finalize()
742 hsr->proto_ops = &hsr_ops; in hsr_dev_finalize()
H A Dhsr_main.h205 struct hsr_proto_ops *proto_ops; member
/linux/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;
H A Dipv6.h1228 extern const struct proto_ops inet6_stream_ops;
1229 extern const struct proto_ops inet6_dgram_ops;
1230 extern const struct proto_ops inet6_sockraw_ops;
/linux/drivers/net/ovpn/
H A Dtcp.c32 static struct proto_ops ovpn_tcp_ops __ro_after_init;
34 static struct proto_ops ovpn_tcp6_ops __ro_after_init;
464 struct proto_ops *new_ops,
466 const struct proto_ops *orig_ops);
595 struct proto_ops *new_ops, in ovpn_tcp_build_protos()
597 const struct proto_ops *orig_ops) in ovpn_tcp_build_protos()
/linux/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/net/smc/
H A Dsmc_inet.c33 static const struct proto_ops smc_inet_stream_ops = {
80 static const struct proto_ops smc_inet6_stream_ops = {
/linux/include/crypto/
H A Dif_alg.h52 struct proto_ops *ops;
53 struct proto_ops *ops_nokey;
/linux/include/linux/can/
H A Dcore.h33 const struct proto_ops *ops;
/linux/crypto/
H A Dalgif_rng.c164 static struct proto_ops algif_rng_ops = {
182 static struct proto_ops __maybe_unused 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.c276 static struct proto_ops algif_hash_ops = {
365 static struct proto_ops algif_hash_ops_nokey = {
/linux/scripts/
H A Dconst_structs.checkpatch67 proto_ops
/linux/net/
H A Dsocket.c142 const struct proto_ops *ops = READ_ONCE(sock->ops); in sock_show_fdinfo()
655 const struct proto_ops *ops = READ_ONCE(sock->ops); in __sock_release()
1134 const struct proto_ops *ops; in sock_splice_read()
1146 const struct proto_ops *ops; in sock_splice_eof()
1247 const struct proto_ops *ops = READ_ONCE(sock->ops); in sock_do_ioctl()
1283 const struct proto_ops *ops; in sock_ioctl()
1428 const struct proto_ops *ops = READ_ONCE(sock->ops); in sock_poll()
1959 const struct proto_ops *ops; in do_accept()
2292 const struct proto_ops *ops; in do_sock_setsockopt()
2363 const struct proto_ops *ops; in do_sock_getsockopt()
[all …]
/linux/net/nfc/
H A Drawsock.c268 static const struct proto_ops rawsock_ops = {
286 static const struct proto_ops rawsock_raw_ops = {
/linux/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/net/bluetooth/cmtp/
H A Dsock.c174 static const struct proto_ops cmtp_sock_ops = {
/linux/net/bluetooth/bnep/
H A Dsock.c172 static const struct proto_ops bnep_sock_ops = {
/linux/net/bluetooth/hidp/
H A Dsock.c223 static const struct proto_ops hidp_sock_ops = {

123