logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

probe::tcp.setsockopt - Call to setsockopt

Context

       The process which calls setsockopt

Name

       probe::tcp.setsockopt - Call to setsockopt

See Also

tapset::tcp(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::TCP.SETSOCK(3stap)

Synopsis

       tcp.setsockopt

Values

optlen
           Used to access values for setsockoptsock
           Network socket

       optname
           TCP socket options (e.g. TCP_NODELAY, TCP_MAXSEG, etc)

       family
           IP address family

       name
           Name of this probe

       optstr
           Resolves optname to a human-readable format

       level
           The level at which the socket options will be manipulated

See Also