Provided by: systemtap-doc_2.9-2ubuntu2_all bug

NAME

       probe::tcp.setsockopt - Call to setsockopt

SYNOPSIS

       tcp.setsockopt

VALUES

       level
           The level at which the socket options will be manipulated

       sock
           Network socket

       family
           IP address family

       optstr
           Resolves optname to a human-readable format

       name
           Name of this probe

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

       optlen
           Used to access values for setsockopt

CONTEXT

       The process which calls setsockopt

SEE ALSO

       tapset::tcp(3stap)