Searched refs:TR_MAXRIFLEN (Results 1 – 3 of 3) sorted by relevance
98 #define TR_MAXRIFLEN 18 macro
188 trllc = (struct trllc *)(skb->data+sizeof(struct trh_hdr)-TR_MAXRIFLEN+riflen); in tr_type_trans()190 skb_pull(skb,sizeof(struct trh_hdr)-TR_MAXRIFLEN+riflen); in tr_type_trans()
1589 hdr_len = sizeof(struct trh_hdr) - TR_MAXRIFLEN; in tr_tx()1592 + sizeof(struct trh_hdr) - TR_MAXRIFLEN; in tr_tx()