linux/net/ieee802154/6lowpan
Alexander Aring b72f6f51dc 6lowpan: add generic 6lowpan netdev private data
This patch introduced the 6lowpan netdev private data struct. We name it
lowpan_priv and it's placed at the beginning of netdev private data. All
lowpan interfaces should allocate this room at first of netdev private
data. 6LoWPAN LL private data can be allocate by additional netdev private
data, e.g. dev->priv_size should be "sizeof(struct lowpan_priv) +
sizeof(LL_LOWPAN_PRIVATE_DATA)".

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2015-08-11 22:05:36 +02:00
..
6lowpan_i.h 6lowpan: add generic 6lowpan netdev private data 2015-08-11 22:05:36 +02:00
core.c 6lowpan: add generic 6lowpan netdev private data 2015-08-11 22:05:36 +02:00
Kconfig
Makefile ieee802154: 6lowpan: fix Makefile entry 2015-01-08 15:48:06 +01:00
reassembly.c inet: frag: change *_frag_mem_limit functions to take netns_frags as argument 2015-07-26 21:00:14 -07:00
rx.c ieee802154: 6lowpan: remove multiple lowpan per wpan support 2015-08-10 20:43:06 +02:00
tx.c ieee802154: 6lowpan: fix error frag handling 2015-08-10 20:43:07 +02:00