qmimux_hdr
struct qmimux_hdr *hdr;
hdr = skb_push(skb, sizeof(struct qmimux_hdr));
hdr = (struct qmimux_hdr *)(skb->data + offset);