1PROBE::TCP.SETSOCK(3stap) Networking Tapset PROBE::TCP.SETSOCK(3stap)
2
3
4
6 probe::tcp.setsockopt - Call to setsockopt
7
9 tcp.setsockopt
10
12 family
13 IP address family
14
15 level
16 The level at which the socket options will be manipulated
17
18 name
19 Name of this probe
20
21 optstr
22 Resolves optname to a human-readable format
23
24 sock
25 Network socket
26
27 optlen
28 Used to access values for setsockopt
29
30 optname
31 TCP socket options (e.g. TCP_NODELAY, TCP_MAXSEG, etc)
32
34 The process which calls setsockopt
35
37 tapset::tcp(3stap)
38
39
40
41SystemTap Tapset Reference May 2019 PROBE::TCP.SETSOCK(3stap)