Searched refs:rtp_port (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/netfilter/ |
H A D | nf_conntrack_h323.h | 19 __be16 rtp_port[H323_RTP_CHANNEL_MAX][IP_CT_DIR_MAX]; member in struct:nf_ct_h323_master 65 __be16 port, __be16 rtp_port,
|
/linux-4.1.27/net/ipv4/netfilter/ |
H A D | nf_nat_h323.c | 179 __be16 port, __be16 rtp_port, nat_rtp_rtcp() 198 if (info->rtp_port[i][dir] == rtp_port) { nat_rtp_rtcp() 203 rtp_exp->tuple.dst.u.udp.port = info->rtp_port[i][dir]; nat_rtp_rtcp() 205 htons(ntohs(info->rtp_port[i][dir]) + 1); nat_rtp_rtcp() 207 } else if (info->rtp_port[i][dir] == 0) { nat_rtp_rtcp() 257 info->rtp_port[i][dir] = rtp_port; nat_rtp_rtcp() 258 info->rtp_port[i][!dir] = htons(nated_port); nat_rtp_rtcp() 175 nat_rtp_rtcp(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, int dataoff, H245_TransportAddress *taddr, __be16 port, __be16 rtp_port, struct nf_conntrack_expect *rtp_exp, struct nf_conntrack_expect *rtcp_exp) nat_rtp_rtcp() argument
|
/linux-4.1.27/net/netfilter/ |
H A D | nf_conntrack_h323_main.c | 79 __be16 port, __be16 rtp_port, 267 __be16 rtp_port, rtcp_port; expect_rtp_rtcp() local 280 rtp_port = port & ~htons(1); expect_rtp_rtcp() 289 IPPROTO_UDP, NULL, &rtp_port); expect_rtp_rtcp() 309 taddr, port, rtp_port, rtp_exp, rtcp_exp); expect_rtp_rtcp()
|
H A D | nf_conntrack_sip.c | 858 __be16 rtp_port, rtcp_port; set_expected_rtp_rtcp() local 912 rtp_port = htons(base_port); set_expected_rtp_rtcp() 919 mediaoff, medialen, ntohs(rtp_port))) set_expected_rtp_rtcp() 932 IPPROTO_UDP, NULL, &rtp_port); set_expected_rtp_rtcp()
|
Completed in 185 milliseconds