Home
last modified time | relevance | path

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

123

/net/xfrm/
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);
569 struct proto_ops *espintcp_ops, in build_protos()
571 const struct proto_ops *orig_ops) in build_protos()
574 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()
/net/hsr/
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()
A Dhsr_forward.c539 hsr->proto_ops->register_frame_out && in hsr_forward_do()
540 hsr->proto_ops->register_frame_out(port, frame)) in hsr_forward_do()
552 if (hsr->proto_ops->drop_frame && in hsr_forward_do()
553 hsr->proto_ops->drop_frame(frame, port)) in hsr_forward_do()
558 skb = hsr->proto_ops->create_tagged_frame(frame, port); in hsr_forward_do()
560 skb = hsr->proto_ops->get_untagged_frame(frame, port); in hsr_forward_do()
714 ret = hsr->proto_ops->fill_frame_info(proto, skb, frame); in fill_frame_info()
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()
A Dhsr_device.c415 hsr->proto_ops->send_sv_frame(master, &interval, master->dev->dev_addr); in hsr_announce()
444 hsr->proto_ops->send_sv_frame(interlink, &interval, in hsr_proxy_announce()
709 hsr->proto_ops = &prp_ops; in hsr_dev_finalize()
711 hsr->proto_ops = &hsr_ops; in hsr_dev_finalize()
A Dhsr_main.h205 struct hsr_proto_ops *proto_ops; member
/net/smc/
A Dsmc_inet.c33 static const struct proto_ops smc_inet_stream_ops = {
81 static const struct proto_ops smc_inet6_stream_ops = {
/net/
A Dsocket.c142 const struct proto_ops *ops = READ_ONCE(sock->ops); in sock_show_fdinfo()
642 const struct proto_ops *ops = READ_ONCE(sock->ops); in __sock_release()
1121 const struct proto_ops *ops; in sock_splice_read()
1133 const struct proto_ops *ops; in sock_splice_eof()
1231 const struct proto_ops *ops = READ_ONCE(sock->ops); in sock_do_ioctl()
1267 const struct proto_ops *ops; in sock_ioctl()
1412 const struct proto_ops *ops = READ_ONCE(sock->ops); in sock_poll()
1943 const struct proto_ops *ops; in do_accept()
2314 const struct proto_ops *ops; in do_sock_setsockopt()
2385 const struct proto_ops *ops; in do_sock_getsockopt()
[all …]
/net/nfc/
A Drawsock.c268 static const struct proto_ops rawsock_ops = {
286 static const struct proto_ops rawsock_raw_ops = {
A Dllcp_sock.c917 static const struct proto_ops llcp_sock_ops = {
937 static const struct proto_ops llcp_rawsock_ops = {
/net/atm/
A Dpvc.c106 static const struct proto_ops pvc_proto_ops = {
/net/bluetooth/bnep/
A Dsock.c172 static const struct proto_ops bnep_sock_ops = {
/net/bluetooth/cmtp/
A Dsock.c174 static const struct proto_ops cmtp_sock_ops = {
/net/ieee802154/
A Dsocket.c410 static const struct proto_ops ieee802154_raw_ops = {
972 static const struct proto_ops ieee802154_dgram_ops = {
1007 const struct proto_ops *ops; in ieee802154_create()
/net/phonet/
A Dsocket.c427 const struct proto_ops phonet_dgram_ops = {
445 const struct proto_ops phonet_stream_ops = {
/net/tls/
A Dtls_main.c127 static struct proto_ops tls_proto_ops[TLS_NUM_PROTS][TLS_NUM_CONFIG][TLS_NUM_CONFIG];
884 static void build_proto_ops(struct proto_ops ops[TLS_NUM_CONFIG][TLS_NUM_CONFIG], in build_proto_ops()
885 const struct proto_ops *base) in build_proto_ops()
/net/bluetooth/hidp/
A Dsock.c223 static const struct proto_ops hidp_sock_ops = {
/net/mctp/
A Daf_mctp.c628 static const struct proto_ops mctp_dgram_ops = {
802 const struct proto_ops *ops; in mctp_pf_create()
/net/rxrpc/
A Daf_rxrpc.c35 static const struct proto_ops rxrpc_rpc_ops;
1002 static const struct proto_ops rxrpc_rpc_ops = {
/net/bluetooth/rfcomm/
A Dsock.c37 static const struct proto_ops rfcomm_sock_ops;
1003 static const struct proto_ops rfcomm_sock_ops = {
/net/tipc/
A Dsocket.c161 static const struct proto_ops packet_ops;
162 static const struct proto_ops stream_ops;
163 static const struct proto_ops msg_ops;
461 const struct proto_ops *ops; in tipc_sk_create()
3354 static const struct proto_ops msg_ops = {
3374 static const struct proto_ops packet_ops = {
3394 static const struct proto_ops stream_ops = {
/net/caif/
A Dcaif_socket.c963 static const struct proto_ops caif_seqpacket_ops = {
982 static const struct proto_ops caif_stream_ops = {
/net/ipv4/
A Daf_inet.c1052 const struct proto_ops inet_stream_ops = {
1087 const struct proto_ops inet_dgram_ops = {
1119 static const struct proto_ops inet_sockraw_ops = {
/net/unix/
A Dgarbage.c100 const struct proto_ops *ops; in unix_get_socket()
/net/llc/
A Daf_llc.c41 static const struct proto_ops llc_ui_ops;
1226 static const struct proto_ops llc_ui_ops = {

Completed in 58 milliseconds

123