Lines Matching defs:wpan_dev
345 struct wpan_dev *wpan_dev; member
363 struct wpan_dev *wpan_dev; member
471 struct wpan_dev { struct
479 const struct wpan_dev_header_ops *header_ops; argument
481 /* lowpan interface, set when the wpan_dev belongs to one lowpan_dev */ argument
482 struct net_device *lowpan_dev; argument
484 u32 identifier;
487 __le16 pan_id;
488 __le16 short_addr;
489 __le64 extended_addr;
492 atomic_t bsn;
494 atomic_t dsn;
518 wpan_dev_hard_header(struct sk_buff *skb, struct net_device *dev, in wpan_dev_hard_header() argument
523 struct wpan_dev *wpan_dev = dev->ieee802154_ptr; in wpan_dev_hard_header() argument