Home
last modified time | relevance | path

Searched defs:operstate (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/core/
Dlink_watch.c55 unsigned char operstate = default_operstate(dev); in rfc2863_policy() local
Drtnetlink.c733 unsigned char operstate = dev->operstate; in set_operstate() local
3007 u8 operstate = netif_running(dev) ? dev->operstate : IF_OPER_DOWN; in ndo_dflt_bridge_getlink() local
Dnet-sysfs.c269 unsigned char operstate; in operstate_show() local
/linux-4.4.14/net/bridge/
Dbr_netlink.c341 u8 operstate = netif_running(dev) ? dev->operstate : IF_OPER_DOWN; in br_fill_ifinfo() local
/linux-4.4.14/include/linux/
Dnetdevice.h1614 unsigned char operstate; member