Home
last modified time | relevance | path

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

/linux-6.14.4/net/core/
Dlink_watch.c76 unsigned int operstate = default_operstate(dev); in rfc2863_policy() local
Dnet-sysfs.c358 unsigned char operstate; in operstate_show() local
Drtnetlink.c1055 unsigned char operstate = READ_ONCE(dev->operstate); in set_operstate() local
5185 u8 operstate = netif_running(dev) ? dev->operstate : IF_OPER_DOWN; in ndo_dflt_bridge_getlink() local
/linux-6.14.4/net/bridge/
Dbr_netlink.c458 u8 operstate = netif_running(dev) ? READ_ONCE(dev->operstate) : in br_fill_ifinfo() local
/linux-6.14.4/include/linux/
Dnetdevice.h2204 unsigned int operstate; member
4493 unsigned int operstate = READ_ONCE(dev->operstate); in netif_oper_up() local