Searched refs:IFF_UP (Results 51 - 75 of 180) sorted by relevance

12345678

/linux-master/drivers/net/bonding/
H A Dbond_options.c662 if ((opt->flags & BOND_OPTFLAG_IFDOWN) && (bond->dev->flags & IFF_UP))
992 if (bond->dev->flags & IFF_UP) {
1092 if (bond->dev->flags & IFF_UP) {
/linux-master/net/dsa/
H A Ddsa.c800 bool admin_up = (conduit->flags & IFF_UP) &&
993 * attempts to change the tagging protocol. If we ever lift the IFF_UP
997 if (dsa_port_to_conduit(dp)->flags & IFF_UP)
1000 if (dp->user->flags & IFF_UP)
/linux-master/net/xfrm/
H A Dxfrm_interface_core.c161 (xi->dev->flags & IFF_UP))
166 if (xi && (xi->dev->flags & IFF_UP))
200 if (!dev || !(dev->flags & IFF_UP))
/linux-master/drivers/net/wan/
H A Dhdlc_cisco.c334 if (dev->flags & IFF_UP)
/linux-master/net/phonet/
H A Daf_phonet.c262 if (!dev || !(dev->flags & IFF_UP))
/linux-master/drivers/staging/octeon/
H A Dethernet-rx.c335 if (likely(dev->flags & IFF_UP)) {
/linux-master/tools/testing/selftests/net/
H A Dtap.c109 req.info.ifi_flags = IFF_BROADCAST | IFF_UP;
/linux-master/net/openvswitch/
H A Dvport.c565 if (vport->dev->flags & IFF_UP)
/linux-master/drivers/net/arcnet/
H A Dcom20020.c377 if ((dev->flags & IFF_PROMISC) && (dev->flags & IFF_UP)) {
/linux-master/net/ipv6/
H A Dsit.c112 (t->dev->flags & IFF_UP))
119 (t->dev->flags & IFF_UP))
126 (t->dev->flags & IFF_UP))
130 if (t && (t->dev->flags & IFF_UP))
H A Dip6_tunnel.c125 !(t->dev->flags & IFF_UP))
139 !(t->dev->flags & IFF_UP))
152 !(t->dev->flags & IFF_UP))
165 if (t && t->dev->flags & IFF_UP)
169 if (t && (t->dev->flags & IFF_UP))
/linux-master/drivers/net/can/dev/
H A Ddev.c315 if (dev->flags & IFF_UP)
/linux-master/drivers/net/
H A Dmacvlan.c407 if (unlikely(!(dev->flags & IFF_UP)))
507 if (unlikely(!(dev->flags & IFF_UP))) {
723 if (!(dev->flags & IFF_UP)) {
781 if (dev->flags & IFF_UP) {
H A Dnetkit.c77 if (unlikely(!peer || !(peer->flags & IFF_UP) ||
123 if (peer->flags & IFF_UP) {
/linux-master/net/sched/
H A Dsch_teql.c186 if (m->dev->flags & IFF_UP) {
H A Dsch_mqprio.c472 if (dev->flags & IFF_UP)
480 if (dev->flags & IFF_UP)
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dmain.c332 if ((dev->flags & (IFF_UP|IFF_MULTICAST)) != (IFF_UP|IFF_MULTICAST))
/linux-master/net/ipv4/
H A Dfib_semantics.c1139 if (!(dev->flags & IFF_UP)) {
1208 err = (dev->flags & IFF_UP) ? 0 : -ENETDOWN;
1233 if (!(in_dev->dev->flags & IFF_UP)) {
2143 if (!(dev->flags & IFF_UP))
2173 !(nexthop_nh->fib_nh_dev->flags & IFF_UP))
/linux-master/net/core/
H A Ddev.c1240 dev->flags & IFF_UP ? " (while UP)" : "");
1369 if (dev->flags & IFF_UP) {
1479 dev->flags |= IFF_UP;
1505 if (dev->flags & IFF_UP)
1512 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP | IFF_RUNNING, GFP_KERNEL, 0, NULL);
1558 dev->flags &= ~IFF_UP;
1578 if (!(dev->flags & IFF_UP))
1584 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP | IFF_RUNNING, GFP_KERNEL, 0, NULL);
1603 if (dev->flags & IFF_UP) {
1699 if (!(dev->flags & IFF_UP))
[all...]
/linux-master/drivers/net/ethernet/toshiba/
H A Dspider_net.c917 (card->netdev->flags & IFF_UP)) {
2174 if (!(netdev->flags & IFF_UP))
2208 if (netdev->flags & IFF_UP)
/linux-master/net/bridge/
H A Dbr_stp.c203 if (br->dev->flags & IFF_UP) {
/linux-master/net/batman-adv/
H A Dsend.c79 if (!(hard_iface->net_dev->flags & IFF_UP)) {
/linux-master/drivers/net/can/sja1000/
H A Dpeak_pcmcia.c389 if (!netdev || !(netdev->flags & IFF_UP))
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dnetdev.c24 if ((up && (ndev_i->flags & IFF_UP)) ||
/linux-master/drivers/s390/net/
H A Dqeth_core_sys.c28 if (card->dev->flags & IFF_UP)

Completed in 309 milliseconds

12345678