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 optname
16 TCP socket options (e.g. TCP_NODELAY, TCP_MAXSEG, etc)
17
18 sock
19 Network socket
20
21 family
22 IP address family
23
24 optstr
25 Resolves optname to a human-readable format
26
27 name
28 Name of this probe
29
30 optlen
31 Used to access values for setsockopt
32
34 The process which calls setsockopt
35
37 tapset::tcp(3stap)
38
39
40
41SystemTap Tapset Reference April 2023 PROBE::TCP.SETSOCK(3stap)