Searched refs:ciphdr (Results 1 – 4 of 4) sorted by relevance
156 struct ciphdr *ciph; in mpegtsrecv()215 ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */ in mpegtsrecv()225 if (pkt->mode.stream.len <= sizeof(struct ciphdr)) { in mpegtsrecv()234 pkt->mode.stream.len - sizeof(struct ciphdr)); in mpegtsrecv()254 pkt->mode.stream.len - sizeof(struct ciphdr)); in mpegtsrecv()
102 struct ciphdr *ciph; in dvrecv()177 ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */ in dvrecv()186 if (pkt->mode.stream.len <= sizeof(struct ciphdr)) in dvrecv()269 struct ciphdr *ciph; in dvsend()297 pkt->mode.stream.len = DSIZE + sizeof(struct ciphdr); in dvsend()303 pkt->mode.stream.len = sizeof(struct ciphdr); in dvsend()307 ciph = (struct ciphdr *)&hdr[0][1]; in dvsend()351 ciph = (struct ciphdr *)&hdr[nhdr][1]; in dvsend()
674 struct ciphdr *ciph; in detect_recv_fn()711 ciph = (struct ciphdr *)(ptr + 1); in detect_recv_fn()
46 struct ciphdr { struct