DEV_SET_PROMISCUITY
Section: (9)
Updated: 09 April 2004
Index
Return to Main Contents
NAME
dev_set_promiscuity - update promiscuity count on a device
SYNOPSIS
void dev_set_promiscuity (struct net_device * dev, int inc);
ARGUMENTS
- dev
-
device
- inc
-
modifier
DESCRIPTION
Add or remove promsicuity from a device. While the count in the device
remains above zero the interface remains promiscuous. Once it hits zero
the device reverts back to normal filtering operation. A negative inc
value is used to drop promiscuity on the device.
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.0.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 09:20:04 GMT, April 09, 2004