Home
last modified time | relevance | path

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

/linux/net/core/
H A Dlink_watch.c76 unsigned int operstate = default_operstate(dev); in rfc2863_policy() local
H A Dnet-sysfs.c446 unsigned char operstate; in operstate_show() local
H A Drtnetlink.c1063 unsigned char operstate = READ_ONCE(dev->operstate); in set_operstate() local
5217 u8 operstate = netif_running(dev) ? dev->operstate : IF_OPER_DOWN; ndo_dflt_bridge_getlink() local
[all...]
/linux/net/bridge/
H A Dbr_netlink.c458 u8 operstate = netif_running(dev) ? READ_ONCE(dev->operstate) : in br_fill_ifinfo() local
/linux/include/linux/
H A Dnetdevice.h2241 unsigned int operstate; global() member
4561 unsigned int operstate = READ_ONCE(dev->operstate); netif_oper_up() local