Lines Matching defs:cp_header
55 struct cp_header {
208 struct cp_header *cp;
221 sizeof(struct cp_header) + magic_len + len);
228 cp = skb_put(skb, sizeof(struct cp_header));
231 cp->len = htons(sizeof(struct cp_header) + magic_len + len);
243 sprintf(ptr, " %02X", skb->data[sizeof(struct cp_header) + i]);
442 struct cp_header *cp;
470 if (len < sizeof(struct cp_header) /* no complete CP header? */ ||
473 skb_pull(skb, sizeof(struct cp_header));
474 len -= sizeof(struct cp_header);
548 len += sizeof(struct cp_header);