Searched refs:DUMP_HDR_SIZE (Results 1 – 1 of 1) sorted by relevance
43 #define DUMP_HDR_SIZE 20 in dump_packet() macro50 if (pkt_len > DUMP_HDR_SIZE+ DUMP_TLR_SIZE) { in dump_packet()51 len1 = DUMP_HDR_SIZE; in dump_packet()54 len1 = pkt_len > DUMP_HDR_SIZE ? DUMP_HDR_SIZE : pkt_len; in dump_packet()68 #undef DUMP_HDR_SIZE in dump_packet()