Searched refs:trh_hdr (Results 1 – 1 of 1) sorted by relevance
27 #define TR_HLEN (sizeof(struct trh_hdr)+sizeof(struct trllc))36 struct trh_hdr { struct48 static inline struct trh_hdr *tr_hdr(const struct sk_buff *skb) in tr_hdr() argument50 return (struct trh_hdr *)skb->mac.raw; in tr_hdr()