Searched refs:ciphdr (Results 1 – 4 of 4) sorted by relevance
151 struct ciphdr *ciph; in mpegtsrecv()210 ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */ in mpegtsrecv()220 if (pkt->mode.stream.len <= sizeof(struct ciphdr)) { in mpegtsrecv()229 pkt->mode.stream.len - sizeof(struct ciphdr)); in mpegtsrecv()249 pkt->mode.stream.len - sizeof(struct ciphdr)); in mpegtsrecv()
96 struct ciphdr *ciph; in dvrecv()171 ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */ in dvrecv()180 if (pkt->mode.stream.len <= sizeof(struct ciphdr)) in dvrecv()263 struct ciphdr *ciph; in dvsend()291 pkt->mode.stream.len = DSIZE + sizeof(struct ciphdr); in dvsend()297 pkt->mode.stream.len = sizeof(struct ciphdr); in dvsend()301 ciph = (struct ciphdr *)&hdr[0][1]; in dvsend()345 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