Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
Dlink_watch.c53 unsigned char operstate = default_operstate(dev); in rfc2863_policy() local
Drtnetlink.c827 unsigned char operstate = dev->operstate; in set_operstate() local
4647 u8 operstate = netif_running(dev) ? dev->operstate : IF_OPER_DOWN; in ndo_dflt_bridge_getlink() local
Dnet-sysfs.c306 unsigned char operstate; in operstate_show() local
/kernel/linux/linux-6.6/net/core/
Dlink_watch.c77 unsigned char operstate = default_operstate(dev); in rfc2863_policy() local
Dnet-sysfs.c309 unsigned char operstate; in operstate_show() local
Drtnetlink.c890 unsigned char operstate = dev->operstate; in set_operstate() local
4908 u8 operstate = netif_running(dev) ? dev->operstate : IF_OPER_DOWN; in ndo_dflt_bridge_getlink() local
/kernel/linux/linux-5.10/net/bridge/
Dbr_netlink.c383 u8 operstate = netif_running(dev) ? dev->operstate : IF_OPER_DOWN; in br_fill_ifinfo() local
/kernel/linux/linux-6.6/net/bridge/
Dbr_netlink.c458 u8 operstate = netif_running(dev) ? READ_ONCE(dev->operstate) : in br_fill_ifinfo() local
/kernel/linux/linux-6.6/include/linux/
Dnetdevice.h2164 unsigned char operstate; member
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h1973 unsigned char operstate; member