|
@@ -379,15 +379,8 @@ net_ieee802154_lowpan(struct net *net)
|
|
|
{
|
|
{
|
|
|
return &net->ieee802154_lowpan;
|
|
return &net->ieee802154_lowpan;
|
|
|
}
|
|
}
|
|
|
-#else
|
|
|
|
|
-static inline struct netns_ieee802154_lowpan *
|
|
|
|
|
-net_ieee802154_lowpan(struct net *net)
|
|
|
|
|
-{
|
|
|
|
|
- return NULL;
|
|
|
|
|
-}
|
|
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
-
|
|
|
|
|
/* For callers who don't really care about whether it's IPv4 or IPv6 */
|
|
/* For callers who don't really care about whether it's IPv4 or IPv6 */
|
|
|
static inline void rt_genid_bump_all(struct net *net)
|
|
static inline void rt_genid_bump_all(struct net *net)
|
|
|
{
|
|
{
|