1PROBE::SUNRPC.CLNT(3stap) Networking Tapset PROBE::SUNRPC.CLNT(3stap)
2
3
4
6 probe::sunrpc.clnt.call_async - Make an asynchronous RPC call
7
9 sunrpc.clnt.call_async
10
12 prog
13 the RPC program number
14
15 flags
16 flags
17
18 vers
19 the RPC program version number
20
21 prot
22 the IP protocol number
23
24 port
25 the port number
26
27 dead
28 whether this client is abandoned
29
30 procname
31 the procedure name in this RPC call
32
33 proc
34 the procedure number in this RPC call
35
36 xid
37 current transmission id
38
39 servername
40 the server machine name
41
42 progname
43 the RPC program name
44
46 tapset::rpc(3stap)
47
48
49
50SystemTap Tapset Reference November 2022 PROBE::SUNRPC.CLNT(3stap)