Lines Matching defs:wpan_dev
345 struct wpan_dev *wpan_dev; member
363 struct wpan_dev *wpan_dev; member
470 struct wpan_dev { struct
478 const struct wpan_dev_header_ops *header_ops; argument
480 /* lowpan interface, set when the wpan_dev belongs to one lowpan_dev */ argument
481 struct net_device *lowpan_dev; argument
483 u32 identifier;
486 __le16 pan_id;
487 __le16 short_addr;
488 __le64 extended_addr;
491 atomic_t bsn;
493 atomic_t dsn;
517 wpan_dev_hard_header(struct sk_buff *skb, struct net_device *dev, in wpan_dev_hard_header() argument
522 struct wpan_dev *wpan_dev = dev->ieee802154_ptr; in wpan_dev_hard_header() argument