#ifndef __6LOWPAN_I_H #define __6LOWPAN_I_H #include <linux/netdevice.h> #include <net/6lowpan.h> /* caller need to be sure it's dev->type is ARPHRD_6LOWPAN */
static inline bool lowpan_is_ll(const struct net_device *dev, enum lowpan_lltypes lltype) { return lowpan_dev(dev)->lltype == lltype; }Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| alexander aring | alexander aring | 27 | 100.00% | 1 | 100.00% |
| Total | 27 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| alexander aring | alexander aring | 15 | 100.00% | 1 | 100.00% |
| Total | 15 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| alexander aring | alexander aring | 11 | 100.00% | 1 | 100.00% |
| Total | 11 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| alexander aring | alexander aring | 13 | 100.00% | 1 | 100.00% |
| Total | 13 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| alexander aring | alexander aring | 8 | 100.00% | 1 | 100.00% |
| Total | 8 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| alexander aring | alexander aring | 148 | 100.00% | 3 | 100.00% |
| Total | 148 | 100.00% | 3 | 100.00% |