Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/bluetooth/
Dbtrsi.c29 struct rsi_proto_ops *proto_ops; member
75 return h_adapter->proto_ops->coex_send_pkt(h_adapter->priv, skb, in rsi_hci_send_pkt()
111 h_adapter->proto_ops = ops; in rsi_hci_attach()
/Linux-v4.19/include/net/
Dinet_common.h5 extern const struct proto_ops inet_stream_ops;
6 extern const struct proto_ops inet_dgram_ops;
Dprotocol.h88 const struct proto_ops *ops;
Dipv6.h1055 extern const struct proto_ops inet6_stream_ops;
1056 extern const struct proto_ops inet6_dgram_ops;
1057 extern const struct proto_ops inet6_sockraw_ops;
/Linux-v4.19/include/net/phonet/
Dphonet.h48 extern const struct proto_ops phonet_dgram_ops;
106 const struct proto_ops *ops;
Dpep.h54 extern const struct proto_ops phonet_stream_ops;
/Linux-v4.19/include/crypto/
Dif_alg.h58 struct proto_ops *ops;
59 struct proto_ops *ops_nokey;
/Linux-v4.19/include/linux/can/
Dcore.h40 const struct proto_ops *ops;
/Linux-v4.19/scripts/
Dconst_structs.checkpatch45 proto_ops
/Linux-v4.19/include/linux/
Dnet.h121 const struct proto_ops *ops;
133 struct proto_ops { struct
/Linux-v4.19/crypto/
Dalgif_rng.c95 static struct proto_ops algif_rng_ops = {
Dalgif_skcipher.c190 static struct proto_ops algif_skcipher_ops = {
286 static struct proto_ops algif_skcipher_ops_nokey = {
Dalgif_hash.c278 static struct proto_ops algif_hash_ops = {
385 static struct proto_ops algif_hash_ops_nokey = {
Dalgif_aead.c359 static struct proto_ops algif_aead_ops = {
455 static struct proto_ops algif_aead_ops_nokey = {
/Linux-v4.19/net/nfc/
Drawsock.c278 static const struct proto_ops rawsock_ops = {
298 static const struct proto_ops rawsock_raw_ops = {
/Linux-v4.19/net/atm/
Dpvc.c106 static const struct proto_ops pvc_proto_ops = {
/Linux-v4.19/net/bluetooth/bnep/
Dsock.c166 static const struct proto_ops bnep_sock_ops = {
/Linux-v4.19/net/bluetooth/cmtp/
Dsock.c169 static const struct proto_ops cmtp_sock_ops = {
/Linux-v4.19/net/bluetooth/hidp/
Dsock.c199 static const struct proto_ops hidp_sock_ops = {
/Linux-v4.19/net/ieee802154/
Dsocket.c418 static const struct proto_ops ieee802154_raw_ops = {
980 static const struct proto_ops ieee802154_dgram_ops = {
1014 const struct proto_ops *ops; in ieee802154_create()
/Linux-v4.19/net/phonet/
Dsocket.c442 const struct proto_ops phonet_dgram_ops = {
467 const struct proto_ops phonet_stream_ops = {
/Linux-v4.19/drivers/net/ppp/
Dpptp.c55 static const struct proto_ops pptp_ops;
618 static const struct proto_ops pptp_ops = {
/Linux-v4.19/drivers/isdn/mISDN/
Dsocket.c582 static const struct proto_ops data_sock_ops = {
739 static const struct proto_ops base_sock_ops = {
/Linux-v4.19/net/rxrpc/
Daf_rxrpc.c39 static const struct proto_ops rxrpc_rpc_ops;
943 static const struct proto_ops rxrpc_rpc_ops = {
/Linux-v4.19/net/tipc/
Dsocket.c141 static const struct proto_ops packet_ops;
142 static const struct proto_ops stream_ops;
143 static const struct proto_ops msg_ops;
414 const struct proto_ops *ops; in tipc_sk_create()
3043 static const struct proto_ops msg_ops = {
3064 static const struct proto_ops packet_ops = {
3085 static const struct proto_ops stream_ops = {

123