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 level
13 The level at which the socket options will be manipulated
14
15 family
16 IP address family
17
18 optlen
19 Used to access values for setsockopt
20
21 optstr
22 Resolves optname to a human-readable format
23
24 sock
25 Network socket
26
27 name
28 Name of this probe
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 2022 PROBE::TCP.SETSOCK(3stap)