'\" t .\" Title: probe::socket.create .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: May 2021 .\" Manual: Socket Tapset .\" Source: SystemTap Tapset Reference .\" Language: English .\" .TH "PROBE::SOCKET\&.CREA" "3stap" "May 2021" "SystemTap Tapset Reference" "Socket Tapset" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" probe::socket.create \- Creation of a socket .SH "SYNOPSIS" .sp .nf socket\&.create .fi .SH "VALUES" .PP \fIfamily\fR .RS 4 Protocol family value .RE .PP \fIrequester\fR .RS 4 Requested by user process or the kernel (1 = kernel, 0 = user) .RE .PP \fItype\fR .RS 4 Socket type value .RE .PP \fIprotocol\fR .RS 4 Protocol value .RE .PP \fIname\fR .RS 4 Name of this probe .RE .SH "CONTEXT" .PP The requester (see requester variable) .SH "DESCRIPTION" .PP Fires at the beginning of creating a socket\&. .SH SEE ALSO\n .IR tapset::socket (3stap)