Home
last modified time | relevance | path

Searched refs:dev_get_flags (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/net/8021q/
H A Dvlan.c463 flgs = dev_get_flags(vlandev); in vlan_device_event()
/openbmc/linux/net/core/
H A Ddev_ioctl.c148 ifr->ifr_flags = (short) dev_get_flags(dev); in dev_ifsioc_locked()
H A Drtnetlink.c1827 ifm->ifi_flags = dev_get_flags(dev); in rtnl_fill_ifinfo()
4918 ifm->ifi_flags = dev_get_flags(dev); in ndo_dflt_bridge_getlink()
H A Ddev.c8610 unsigned int dev_get_flags(const struct net_device *dev) in dev_get_flags() function
8633 EXPORT_SYMBOL(dev_get_flags);
/openbmc/linux/net/mpls/
H A Daf_mpls.c709 flags = dev_get_flags(dev); in mpls_nh_assign_dev()
1621 flags = dev_get_flags(dev); in mpls_dev_notify()
1628 flags = dev_get_flags(dev); in mpls_dev_notify()
/openbmc/linux/net/wireless/
H A Dwext-core.c434 r->ifi_flags = dev_get_flags(dev); in rtnetlink_ifinfo_prep()
/openbmc/linux/net/ipv4/
H A Dfib_frontend.c1498 flags = dev_get_flags(dev); in fib_netdev_event()
H A Dfib_semantics.c2146 unsigned int flags = dev_get_flags(dev); in fib_sync_up()
H A Dnexthop.c3582 if (!(dev_get_flags(dev) & (IFF_RUNNING | IFF_LOWER_UP))) in nh_netdev_event()
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c60 else if (dev_get_flags(rxe->ndev) & IFF_UP) in rxe_query_port()
/openbmc/linux/net/bridge/
H A Dbr_netlink.c482 hdr->ifi_flags = dev_get_flags(dev); in br_fill_ifinfo()
/openbmc/linux/include/linux/
H A Dnetdevice.h3958 unsigned int dev_get_flags(const struct net_device *);
/openbmc/linux/net/ipv6/
H A Daddrconf.c6022 hdr->ifi_flags = dev_get_flags(dev); in inet6_fill_ifinfo()
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c7748 flags = dev_get_flags(netdev); in fsctl_query_iface_info_ioctl()