Searched refs:ciphdr (Results 1 – 4 of 4) sorted by relevance
155 struct ciphdr *ciph; in mpegtsrecv()214 ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */ in mpegtsrecv()224 if (pkt->mode.stream.len <= sizeof(struct ciphdr)) { in mpegtsrecv()233 pkt->mode.stream.len - sizeof(struct ciphdr)); in mpegtsrecv()253 pkt->mode.stream.len - sizeof(struct ciphdr)); in mpegtsrecv()
100 struct ciphdr *ciph; in dvrecv()175 ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */ in dvrecv()184 if (pkt->mode.stream.len <= sizeof(struct ciphdr)) in dvrecv()267 struct ciphdr *ciph; in dvsend()295 pkt->mode.stream.len = DSIZE + sizeof(struct ciphdr); in dvsend()301 pkt->mode.stream.len = sizeof(struct ciphdr); in dvsend()305 ciph = (struct ciphdr *)&hdr[0][1]; in dvsend()349 ciph = (struct ciphdr *)&hdr[nhdr][1]; in dvsend()
673 struct ciphdr *ciph; in detect_recv_fn()710 ciph = (struct ciphdr *)(ptr + 1); in detect_recv_fn()
45 struct ciphdr { struct