Searched refs:dsa_stubs (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/dsa/
H A Dstubs.c7 #include <net/dsa_stubs.h>
9 const struct dsa_stubs *dsa_stubs; variable in typeref:struct:dsa_stubs
10 EXPORT_SYMBOL_GPL(dsa_stubs); variable
H A Ddsa.c19 #include <net/dsa_stubs.h>
1733 static const struct dsa_stubs __dsa_stubs = {
1739 dsa_stubs = &__dsa_stubs;
1744 dsa_stubs = NULL;
/linux-master/include/net/
H A Ddsa_stubs.h3 * include/net/dsa_stubs.h - Stubs for the Distributed Switch Architecture framework
13 extern const struct dsa_stubs *dsa_stubs;
15 struct dsa_stubs { struct
36 return dsa_stubs->conduit_hwtstamp_validate(dev, config, extack);
/linux-master/net/core/
H A Ddev_ioctl.c11 #include <net/dsa_stubs.h>

Completed in 133 milliseconds