TCP_HDR_LENGTH
#define TCP_HDR_LENGTH(tcph) (((tcph)->th_offset_and_rsrvd[0] >>2) &(0xF << 2))
#define TCP_HDR_LENGTH(tcph) \