Searched refs:trh_hdr (Results 1 – 2 of 2) sorted by relevance
28 #define TR_HLEN (sizeof(struct trh_hdr)+sizeof(struct trllc))37 struct trh_hdr { struct49 static inline struct trh_hdr *tr_hdr(const struct sk_buff *skb) in tr_hdr() argument51 return (struct trh_hdr *)skb_mac_header(skb); in tr_hdr()
32 extern void tr_source_route(struct sk_buff *skb, struct trh_hdr *trh, struct net_device *dev);