1PROBE::TCP.SETSOCK(3stap)      Networking Tapset     PROBE::TCP.SETSOCK(3stap)
2
3
4

NAME

6       probe::tcp.setsockopt - Call to setsockopt
7

SYNOPSIS

9       tcp.setsockopt
10

VALUES

12       optlen
13           Used to access values for setsockopt
14
15       name
16           Name of this probe
17
18       optname
19           TCP socket options (e.g. TCP_NODELAY, TCP_MAXSEG, etc)
20
21       optstr
22           Resolves optname to a human-readable format
23
24       level
25           The level at which the socket options will be manipulated
26
27       family
28           IP address family
29
30       sock
31           Network socket
32

CONTEXT

34       The process which calls setsockopt
35

SEE ALSO

37       tapset::tcp(3stap)
38
39
40
41SystemTap Tapset Reference         June 2018         PROBE::TCP.SETSOCK(3stap)
Impressum