Lines Matching defs:cp_header
56 struct cp_header {
208 struct cp_header *cp;
221 sizeof(struct cp_header) + magic_len + len);
227 cp = skb_put(skb, sizeof(struct cp_header));
230 cp->len = htons(sizeof(struct cp_header) + magic_len + len);
242 sprintf(ptr, " %02X", skb->data[sizeof(struct cp_header) + i]);
439 struct cp_header *cp;
467 if (len < sizeof(struct cp_header) /* no complete CP header? */ ||
470 skb_pull(skb, sizeof(struct cp_header));
471 len -= sizeof(struct cp_header);
545 len += sizeof(struct cp_header);