Searched refs:TR_MAXRIFLEN (Results 1 – 3 of 3) sorted by relevance
101 #define TR_MAXRIFLEN 18 macro
205 trllc = (struct trllc *)(skb->data+sizeof(struct trh_hdr)-TR_MAXRIFLEN+riflen); in tr_type_trans()207 skb_pull(skb,sizeof(struct trh_hdr)-TR_MAXRIFLEN+riflen); in tr_type_trans()
1599 hdr_len = sizeof(struct trh_hdr) - TR_MAXRIFLEN; in tr_tx()1602 + sizeof(struct trh_hdr) - TR_MAXRIFLEN; in tr_tx()