Home
last modified time | relevance | path

Searched refs:dpts (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/netfilter/
H A Dxt_tcpudp.h10 __u16 dpts[2]; /* Destination port range. */ member
27 __u16 dpts[2]; /* Destination port range. */ member
H A Dxt_dccp.h15 __u16 dpts[2]; /* Min, Max */ member
H A Dxt_sctp.h22 __u16 dpts[2]; /* Min, Max */ member
/kernel/linux/linux-6.6/include/uapi/linux/netfilter/
H A Dxt_tcpudp.h10 __u16 dpts[2]; /* Destination port range. */ member
27 __u16 dpts[2]; /* Destination port range. */ member
H A Dxt_dccp.h15 __u16 dpts[2]; /* Min, Max */ member
H A Dxt_sctp.h22 __u16 dpts[2]; /* Min, Max */ member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/
H A Dxt_tcpudp.h24 __u16 dpts[2]; member
37 __u16 dpts[2]; member
H A Dxt_dccp.h28 __u16 dpts[2]; member
H A Dxt_sctp.h33 __u16 dpts[2]; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/
H A Dxt_tcpudp.h24 __u16 dpts[2]; member
37 __u16 dpts[2]; member
H A Dxt_dccp.h28 __u16 dpts[2]; member
H A Dxt_sctp.h33 __u16 dpts[2]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/
H A Dxt_tcpudp.h11 __u16 dpts[2]; member
24 __u16 dpts[2]; member
H A Dxt_dccp.h15 __u16 dpts[2]; member
H A Dxt_sctp.h20 __u16 dpts[2]; member
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_tcpudp.c100 if (!port_match(tcpinfo->dpts[0], tcpinfo->dpts[1], in tcp_mt()
151 && port_match(udpinfo->dpts[0], udpinfo->dpts[1], in udp_mt()
H A Dxt_dccp.c114 && DCCHECK(ntohs(dh->dccph_dport) >= info->dpts[0] in dccp_mt()
115 && ntohs(dh->dccph_dport) <= info->dpts[1], in dccp_mt()
H A Dxt_sctp.c141 SCCHECK(ntohs(sh->dest) >= info->dpts[0] in sctp_mt()
142 && ntohs(sh->dest) <= info->dpts[1], in sctp_mt()
/third_party/ffmpeg/libavfilter/
H A Dvf_untile.c35 int64_t dpts, pts; member
96 s->dpts = av_rescale_q(1, dt, outlink->time_base); in config_output()
98 s->dpts, dt.num, dt.den); in config_output()
147 s->pts += s->dpts; in activate()
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_tcpudp.c103 if (!port_match(tcpinfo->dpts[0], tcpinfo->dpts[1], in tcp_mt()
154 && port_match(udpinfo->dpts[0], udpinfo->dpts[1], in udp_mt()
H A Dxt_dccp.c114 && DCCHECK(ntohs(dh->dccph_dport) >= info->dpts[0] in dccp_mt()
115 && ntohs(dh->dccph_dport) <= info->dpts[1], in dccp_mt()
H A Dxt_sctp.c140 SCCHECK(ntohs(sh->dest) >= info->dpts[0] in sctp_mt()
141 && ntohs(sh->dest) <= info->dpts[1], in sctp_mt()
/third_party/ffmpeg/fftools/
H A Dffplay.c1771 double dpts = NAN; in get_video_frame() local
1774 dpts = av_q2d(is->video_st->time_base) * frame->pts; in get_video_frame()
1780 double diff = dpts - get_master_clock(is); in get_video_frame()

Completed in 12 milliseconds