'\" t .\" Title: probe::netdev.set_promiscuity .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: November 2020 .\" Manual: Networking Tapset .\" Source: SystemTap Tapset Reference .\" Language: English .\" .TH "PROBE::NETDEV\&.SET_" "3stap" "November 2020" "SystemTap Tapset Reference" "Networking 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::netdev.set_promiscuity \- Called when the device enters/leaves promiscuity .SH "SYNOPSIS" .sp .nf netdev\&.set_promiscuity .fi .SH "VALUES" .PP \fIinc\fR .RS 4 Count the number of promiscuity openers .RE .PP \fIenable\fR .RS 4 If the device is entering promiscuity mode .RE .PP \fIdisable\fR .RS 4 If the device is leaving promiscuity mode .RE .PP \fIdev_name\fR .RS 4 The device that is entering/leaving promiscuity mode .RE .SH SEE ALSO\n .IR tapset::networking (3stap)