Searched refs:rtp_port (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/net/ipv4/netfilter/ |
D | nf_nat_h323.c | 178 __be16 port, __be16 rtp_port, in nat_rtp_rtcp() argument 197 if (info->rtp_port[i][dir] == rtp_port) { in nat_rtp_rtcp() 202 rtp_exp->tuple.dst.u.udp.port = info->rtp_port[i][dir]; in nat_rtp_rtcp() 204 htons(ntohs(info->rtp_port[i][dir]) + 1); in nat_rtp_rtcp() 206 } else if (info->rtp_port[i][dir] == 0) { in nat_rtp_rtcp() 261 info->rtp_port[i][dir] = rtp_port; in nat_rtp_rtcp() 262 info->rtp_port[i][!dir] = htons(nated_port); in nat_rtp_rtcp()
|
/linux-6.1.9/include/linux/netfilter/ |
D | nf_conntrack_h323.h | 23 __be16 rtp_port[H323_RTP_CHANNEL_MAX][IP_CT_DIR_MAX]; member 67 __be16 port, __be16 rtp_port,
|
/linux-6.1.9/net/netfilter/ |
D | nf_conntrack_sip.c | 862 __be16 rtp_port, rtcp_port; in set_expected_rtp_rtcp() local 945 rtp_port = htons(base_port); in set_expected_rtp_rtcp() 952 mediaoff, medialen, ntohs(rtp_port))) in set_expected_rtp_rtcp() 963 IPPROTO_UDP, NULL, &rtp_port); in set_expected_rtp_rtcp()
|
D | nf_conntrack_h323_main.c | 215 __be16 rtp_port, rtcp_port; in expect_rtp_rtcp() local 227 rtp_port = port & ~htons(1); in expect_rtp_rtcp() 236 IPPROTO_UDP, NULL, &rtp_port); in expect_rtp_rtcp() 257 taddr, port, rtp_port, rtp_exp, rtcp_exp); in expect_rtp_rtcp()
|