summaryrefslogtreecommitdiffstats
path: root/src/spdk/lib/sock/spdk_sock.map
blob: e3fb442810d6eeae3708b172001ddac9514d3ea8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
	global:

	# public functions in spdk/sock.h
	spdk_sock_get_default_opts;
	spdk_sock_getaddr;
	spdk_sock_connect;
	spdk_sock_connect_ext;
	spdk_sock_listen;
	spdk_sock_listen_ext;
	spdk_sock_accept;
	spdk_sock_close;
	spdk_sock_flush;
	spdk_sock_recv;
	spdk_sock_writev;
	spdk_sock_writev_async;
	spdk_sock_readv;
	spdk_sock_set_recvlowat;
	spdk_sock_set_recvbuf;
	spdk_sock_set_sendbuf;
	spdk_sock_is_ipv6;
	spdk_sock_is_ipv4;
	spdk_sock_is_connected;
	spdk_sock_group_create;
	spdk_sock_group_get_ctx;
	spdk_sock_group_add_sock;
	spdk_sock_group_remove_sock;
	spdk_sock_group_poll;
	spdk_sock_group_poll_count;
	spdk_sock_group_close;
	spdk_sock_get_optimal_sock_group;
	spdk_sock_impl_get_opts;
	spdk_sock_impl_set_opts;
	spdk_sock_write_config_json;

	# public functions in spdk/net.h
	spdk_net_framework_register;
	spdk_net_framework_start;
	spdk_net_framework_fini;
	spdk_net_framework_init_next;
	spdk_net_framework_fini_next;

	# internal function in spdk_internal/sock.h
	spdk_net_impl_register;

	local: *;
};