'\" t .\" Title: netif_stacked_transfer_operstate .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Network device support .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "NETIF_STACKED_TRANSF" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "Network device support" .\" ----------------------------------------------------------------- .\" * 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" netif_stacked_transfer_operstate \- transfer operstate .SH "SYNOPSIS" .HP \w'void\ netif_stacked_transfer_operstate('u .BI "void netif_stacked_transfer_operstate(const\ struct\ net_device\ *\ " "rootdev" ", struct\ net_device\ *\ " "dev" ");" .SH "ARGUMENTS" .PP \fIrootdev\fR .RS 4 the root or lower level device to transfer state from .RE .PP \fIdev\fR .RS 4 the device to transfer operstate to .RE .SH "DESCRIPTION" .PP Transfer operational state from root to device\&. This is normally called when a stacking relationship exists between the root device and the device(a leaf device)\&. .SH "COPYRIGHT" .br