[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJ2oMh+im6dqU1=sMtK5x-1NjMe6DRNQiruLDdNoP97K5TkgXA@mail.gmail.com>
Date: Sun, 8 Mar 2015 15:04:01 +0200
From: Ran Shalit <ranshalit@...il.com>
To: linux-kernel@...r.kernel.org
Subject: dev_get_by_name example
Hello,
How should we use dev_get_by_name ?
What should be the 1st parameter should it be a pointer ? (without
allocation required) ?
struct net_device *dev_get_by_name(struct net *net, const char *name);
I get an exception when using it for unallocated pointer in 1st
argument, but succeeded with the following:
ndev = dev_get_by_name(&init_net, "eth0");
Is it alloweed to use init_net ?
Regards,
Ran
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists