Home
last modified time | relevance | path

Searched defs:operstate (Results 1 – 5 of 5) 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
4611 u8 operstate = netif_running(dev) ? dev->operstate : IF_OPER_DOWN; in ndo_dflt_bridge_getlink() local
Dnet-sysfs.c305 unsigned char operstate; in operstate_show() 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-5.10/include/linux/
Dnetdevice.h1969 unsigned char operstate; member