Home
last modified time | relevance | path

Searched refs:trh_hdr (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dif_tr.h28 #define TR_HLEN (sizeof(struct trh_hdr)+sizeof(struct trllc))
37 struct trh_hdr { struct
49 static inline struct trh_hdr *tr_hdr(const struct sk_buff *skb) in tr_hdr() argument
51 return (struct trh_hdr *)skb_mac_header(skb); in tr_hdr()
Dtrdevice.h32 extern void tr_source_route(struct sk_buff *skb, struct trh_hdr *trh, struct net_device *dev);