BOND_NEXT_VLAN
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
bond_next_vlan - safely skip to the next item in the vlans list.
SYNOPSIS
"SYNOPSIS"
struct vlan_entry * bond_next_vlan (struct bonding * bond, struct vlan_entry * curr);
ARGUMENTS
- bond
-
the bond we're working on
- curr
-
item we're advancing from
DESCRIPTION
Returns NULL if list is empty, bond->next_vlan if curr is NULL,
or curr->next otherwise (even if it is curr itself again).
Caller must hold bond->lock
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:01:59 GMT, October 09, 2005