| /linux/drivers/bluetooth/ |
| H A D | btrsi.c | 19 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() 110 h_adapter->proto_ops = ops; in rsi_hci_attach()
|
| /linux/net/xfrm/ |
| H A D | espintcp.c | 383 static struct proto_ops espintcp_ops __ro_after_init; 385 static struct proto_ops espintcp6_ops; 432 struct proto_ops *espintcp_ops, 434 const struct proto_ops *orig_ops); 546 struct proto_ops *espintcp_ops, in build_protos() 548 const struct proto_ops *orig_ops) in build_protos() 551 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()
|
| /linux/net/hsr/ |
| H A D | hsr_framereg.c | 221 if (san && hsr->proto_ops->handle_san_frame) in hsr_add_node() 222 hsr->proto_ops->handle_san_frame(san, rx_port, new_node); in hsr_add_node() 271 if (hsr->proto_ops->update_san_info) in hsr_get_node() 272 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node() 276 if (hsr->proto_ops->update_san_info) in hsr_get_node() 277 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node() 285 if (hsr->proto_ops->update_san_info) in hsr_get_node() 286 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node()
|
| H A D | hsr_forward.c | 571 hsr->proto_ops->register_frame_out && in hsr_forward_do() 572 hsr->proto_ops->register_frame_out(port, frame)) in hsr_forward_do() 584 if (hsr->proto_ops->drop_frame && in hsr_forward_do() 585 hsr->proto_ops->drop_frame(frame, port)) in hsr_forward_do() 590 skb = hsr->proto_ops->create_tagged_frame(frame, port); in hsr_forward_do() 592 skb = hsr->proto_ops->get_untagged_frame(frame, port); in hsr_forward_do() 758 ret = hsr->proto_ops->fill_frame_info(proto, skb, frame); in fill_frame_info()
|
| H A D | hsr_slave.c | 59 hsr->proto_ops->invalid_dan_ingress_frame && in hsr_handle_frame() 60 hsr->proto_ops->invalid_dan_ingress_frame(protocol)) in hsr_handle_frame()
|
| H A D | hsr_device.c | 448 hsr->proto_ops->send_sv_frame(master, &interval, master->dev->dev_addr); in hsr_announce() 477 hsr->proto_ops->send_sv_frame(interlink, &interval, in hsr_proxy_announce() 769 hsr->proto_ops = &prp_ops; in hsr_dev_finalize() 771 hsr->proto_ops = &hsr_ops; in hsr_dev_finalize()
|
| H A D | hsr_main.h | 205 const struct hsr_proto_ops *proto_ops; member
|
| /linux/include/net/phonet/ |
| H A D | phonet.h | 39 extern const struct proto_ops phonet_dgram_ops; 97 const struct proto_ops *ops;
|
| H A D | pep.h | 44 extern const struct proto_ops phonet_stream_ops;
|
| /linux/drivers/net/ovpn/ |
| H A D | tcp.c | 32 static struct proto_ops ovpn_tcp_ops __ro_after_init; 34 static struct proto_ops ovpn_tcp6_ops __ro_after_init; 496 struct proto_ops *new_ops, 498 const struct proto_ops *orig_ops); 637 struct proto_ops *new_ops, in ovpn_tcp_build_protos() 639 const struct proto_ops *orig_ops) in ovpn_tcp_build_protos()
|
| H A D | peer.h | 95 const struct proto_ops *ops;
|
| /linux/net/smc/ |
| H A D | smc_inet.c | 33 static const struct proto_ops smc_inet_stream_ops = { 80 static const struct proto_ops smc_inet6_stream_ops = {
|
| /linux/scripts/ |
| H A D | const_structs.checkpatch | 67 proto_ops
|
| /linux/include/net/ |
| H A D | protocol.h | 87 const struct proto_ops *ops;
|
| /linux/include/linux/ |
| H A D | net.h | 169 const struct proto_ops *ops; /* Might change with IPV6_ADDRFORM or MPTCP. */ 204 struct proto_ops { struct
|
| /linux/net/ |
| H A D | socket.c | 143 const struct proto_ops *ops = READ_ONCE(sock->ops); in sock_show_fdinfo() 728 const struct proto_ops *ops = READ_ONCE(sock->ops); in __sock_release() 1207 const struct proto_ops *ops; in sock_splice_read() 1219 const struct proto_ops *ops; in sock_splice_eof() 1318 const struct proto_ops *ops = READ_ONCE(sock->ops); in sock_do_ioctl() 1354 const struct proto_ops *ops; in sock_ioctl() 1499 const struct proto_ops *ops = READ_ONCE(sock->ops); in sock_poll() 2030 const struct proto_ops *ops; in do_accept() 2367 const struct proto_ops *ops; in do_sock_setsockopt() 2470 const struct proto_ops *ops; in do_sock_getsockopt() [all …]
|
| /linux/net/nfc/ |
| H A D | rawsock.c | 279 static const struct proto_ops rawsock_ops = { 297 static const struct proto_ops rawsock_raw_ops = {
|
| H A D | llcp_sock.c | 927 static const struct proto_ops llcp_sock_ops = { 947 static const struct proto_ops llcp_rawsock_ops = {
|
| /linux/crypto/ |
| H A D | algif_skcipher.c | 232 static struct proto_ops algif_skcipher_ops = { 310 static struct proto_ops algif_skcipher_ops_nokey = {
|
| /linux/net/ieee802154/ |
| H A D | socket.c | 410 static const struct proto_ops ieee802154_raw_ops = { 986 static const struct proto_ops ieee802154_dgram_ops = { 1021 const struct proto_ops *ops; in ieee802154_create()
|
| /linux/net/phonet/ |
| H A D | socket.c | 433 const struct proto_ops phonet_dgram_ops = { 451 const struct proto_ops phonet_stream_ops = {
|
| /linux/drivers/net/ppp/ |
| H A D | pptp.c | 51 static const struct proto_ops pptp_ops; 618 static const struct proto_ops pptp_ops = {
|
| /linux/net/tls/ |
| H A D | tls_main.c | 125 static struct proto_ops tls_proto_ops[TLS_NUM_PROTS][TLS_NUM_CONFIG][TLS_NUM_CONFIG]; 936 static void build_proto_ops(struct proto_ops ops[TLS_NUM_CONFIG][TLS_NUM_CONFIG], in build_proto_ops() 937 const struct proto_ops *base) in build_proto_ops()
|
| /linux/net/rxrpc/ |
| H A D | af_rxrpc.c | 36 static const struct proto_ops rxrpc_rpc_ops; 1000 static const struct proto_ops rxrpc_rpc_ops = {
|
| /linux/net/bluetooth/rfcomm/ |
| H A D | sock.c | 35 static const struct proto_ops rfcomm_sock_ops; 1031 static const struct proto_ops rfcomm_sock_ops = {
|