Home
last modified time | relevance | path

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

123

/linux/drivers/bluetooth/
H A Dbtrsi.c19 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 Despintcp.c383 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 Dhsr_framereg.c221 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 Dhsr_forward.c571 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 Dhsr_slave.c59 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 Dhsr_device.c448 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 Dhsr_main.h205 const struct hsr_proto_ops *proto_ops; member
/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/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;
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 Dpeer.h95 const struct proto_ops *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/scripts/
H A Dconst_structs.checkpatch67 proto_ops
/linux/include/net/
H A Dprotocol.h87 const struct proto_ops *ops;
/linux/include/linux/
H A Dnet.h169 const struct proto_ops *ops; /* Might change with IPV6_ADDRFORM or MPTCP. */
204 struct proto_ops { struct
/linux/net/
H A Dsocket.c143 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 Drawsock.c279 static const struct proto_ops rawsock_ops = {
297 static const struct proto_ops rawsock_raw_ops = {
H A Dllcp_sock.c927 static const struct proto_ops llcp_sock_ops = {
947 static const struct proto_ops llcp_rawsock_ops = {
/linux/crypto/
H A Dalgif_skcipher.c232 static struct proto_ops algif_skcipher_ops = {
310 static struct proto_ops algif_skcipher_ops_nokey = {
/linux/net/ieee802154/
H A Dsocket.c410 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 Dsocket.c433 const struct proto_ops phonet_dgram_ops = {
451 const struct proto_ops phonet_stream_ops = {
/linux/drivers/net/ppp/
H A Dpptp.c51 static const struct proto_ops pptp_ops;
618 static const struct proto_ops pptp_ops = {
/linux/net/tls/
H A Dtls_main.c125 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 Daf_rxrpc.c36 static const struct proto_ops rxrpc_rpc_ops;
1000 static const struct proto_ops rxrpc_rpc_ops = {
/linux/net/bluetooth/rfcomm/
H A Dsock.c35 static const struct proto_ops rfcomm_sock_ops;
1031 static const struct proto_ops rfcomm_sock_ops = {

123