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