Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/net/core/
Dlink_watch.c55 unsigned char operstate = default_operstate(dev); in rfc2863_policy() local
Drtnetlink.c822 unsigned char operstate = dev->operstate; in set_operstate() local
3917 u8 operstate = netif_running(dev) ? dev->operstate : IF_OPER_DOWN; in ndo_dflt_bridge_getlink() local
Dnet-sysfs.c277 unsigned char operstate; in operstate_show() local
/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
4596 u8 operstate = netif_running(dev) ? dev->operstate : IF_OPER_DOWN; in ndo_dflt_bridge_getlink() local
Dnet-sysfs.c285 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-4.19/net/bridge/
Dbr_netlink.c380 u8 operstate = netif_running(dev) ? dev->operstate : IF_OPER_DOWN; in br_fill_ifinfo() local
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h1948 unsigned char operstate; member
/kernel/linux/linux-4.19/include/linux/
Dnetdevice.h1833 unsigned char operstate; member