Searched hist:b72f6f51dc5abce94c1b5ee0186e9407ea0f919f (Results 1 – 6 of 6) sorted by relevance
/linux/net/6lowpan/ |
H A D | Makefile | diff b72f6f51dc5abce94c1b5ee0186e9407ea0f919f Tue Aug 11 21:44:08 CEST 2015 Alexander Aring <alex.aring@gmail.com> 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>
|
H A D | core.c | b72f6f51dc5abce94c1b5ee0186e9407ea0f919f Tue Aug 11 21:44:08 CEST 2015 Alexander Aring <alex.aring@gmail.com> 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>
|
/linux/net/ieee802154/6lowpan/ |
H A D | 6lowpan_i.h | diff b72f6f51dc5abce94c1b5ee0186e9407ea0f919f Tue Aug 11 21:44:08 CEST 2015 Alexander Aring <alex.aring@gmail.com> 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>
|
H A D | core.c | diff b72f6f51dc5abce94c1b5ee0186e9407ea0f919f Tue Aug 11 21:44:08 CEST 2015 Alexander Aring <alex.aring@gmail.com> 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>
|
/linux/include/net/ |
H A D | 6lowpan.h | diff b72f6f51dc5abce94c1b5ee0186e9407ea0f919f Tue Aug 11 21:44:08 CEST 2015 Alexander Aring <alex.aring@gmail.com> 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>
|
/linux/net/bluetooth/ |
H A D | 6lowpan.c | diff b72f6f51dc5abce94c1b5ee0186e9407ea0f919f Tue Aug 11 21:44:08 CEST 2015 Alexander Aring <alex.aring@gmail.com> 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>
|