Home
last modified time | relevance | path

Searched refs:LOWPAN_PRIV_SIZE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/networking/
H A D6lowpan.rst12 dev->priv_size = LOWPAN_PRIV_SIZE(LL_6LOWPAN_PRIV_DATA);
/openbmc/linux/include/net/
H A D6lowpan.h98 #define LOWPAN_PRIV_SIZE(llpriv_size) \ macro
/openbmc/linux/net/ieee802154/6lowpan/
H A Dcore.c197 .priv_size = LOWPAN_PRIV_SIZE(sizeof(struct lowpan_802154_dev)),
/openbmc/linux/net/bluetooth/
H A D6lowpan.c668 netdev = alloc_netdev(LOWPAN_PRIV_SIZE(sizeof(struct lowpan_btle_dev)), in setup_netdev()