netdev_bonding_info_change (9) - Linux Manuals

netdev_bonding_info_change: Dispatch event about slave change

NAME

netdev_bonding_info_change - Dispatch event about slave change

SYNOPSIS

void netdev_bonding_info_change(struct net_device dev, struct netdev_bonding_info bonding_info);

ARGUMENTS

dev

device

bonding_info

info to dispatch

DESCRIPTION

Send NETDEV_BONDING_INFO to netdev notifiers with info. The caller must hold the RTNL lock.

COPYRIGHT