TRANSPORT_OFFSET
#define TRANSPORT_OFFSET(l4_hdr, skb) ((u32)((l4_hdr) - (skb)->data))
#define TRANSPORT_OFFSET(l4_hdr, skb) ((l4_hdr) - (skb)->data)