Searched refs:rtp_exp (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_nat_sip.c450 struct nf_conntrack_expect *rtp_exp,
464 rtp_addr->ip = rtp_exp->tuple.dst.u3.ip;
468 rtp_exp->saved_ip = rtp_exp->tuple.dst.u3.ip;
469 rtp_exp->tuple.dst.u3.ip = rtp_addr->ip;
470 rtp_exp->saved_proto.udp.port = rtp_exp->tuple.dst.u.udp.port;
471 rtp_exp->dir = !dir;
472 rtp_exp->expectfn = ip_nat_sip_expected;
481 for (port = ntohs(rtp_exp
448 ip_nat_sdp_media(struct sk_buff *skb, unsigned int dataoff, const char **dptr, unsigned int *datalen, struct nf_conntrack_expect *rtp_exp, struct nf_conntrack_expect *rtcp_exp, unsigned int mediaoff, unsigned int medialen, union nf_inet_addr *rtp_addr) argument
[all...]
H A Dnf_nat_h323.c182 struct nf_conntrack_expect *rtp_exp,
191 rtp_exp->saved_proto.udp.port = rtp_exp->tuple.dst.u.udp.port;
192 rtp_exp->expectfn = nf_nat_follow_master;
193 rtp_exp->dir = !dir;
205 rtp_exp->tuple.dst.u.udp.port = info->rtp_port[i][dir];
223 for (nated_port = ntohs(rtp_exp->tuple.dst.u.udp.port);
225 rtp_exp->tuple.dst.u.udp.port = htons(nated_port);
226 if (nf_ct_expect_related(rtp_exp) == 0) {
231 nf_ct_unexpect_related(rtp_exp);
177 nat_rtp_rtcp(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, 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) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dnf_conntrack_h323.h65 struct nf_conntrack_expect *rtp_exp,
H A Dnf_conntrack_sip.h141 struct nf_conntrack_expect *rtp_exp,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_h323_main.c78 struct nf_conntrack_expect *rtp_exp,
262 struct nf_conntrack_expect *rtp_exp; local
278 if ((rtp_exp = nf_ct_expect_alloc(ct)) == NULL)
280 nf_ct_expect_init(rtp_exp, NF_CT_EXPECT_CLASS_DEFAULT, nf_ct_l3num(ct),
287 nf_ct_expect_put(rtp_exp);
302 taddr, port, rtp_port, rtp_exp, rtcp_exp);
304 if (nf_ct_expect_related(rtp_exp) == 0) {
307 nf_ct_dump_tuple(&rtp_exp->tuple);
311 nf_ct_unexpect_related(rtp_exp);
318 nf_ct_expect_put(rtp_exp);
[all...]
H A Dnf_conntrack_sip.c102 struct nf_conntrack_expect *rtp_exp,
797 struct nf_conntrack_expect *exp, *rtp_exp, *rtcp_exp; local
876 rtp_exp = nf_ct_expect_alloc(ct);
877 if (rtp_exp == NULL)
879 nf_ct_expect_init(rtp_exp, class, nf_ct_l3num(ct), saddr, daddr,
891 rtp_exp, rtcp_exp,
894 if (nf_ct_expect_related(rtp_exp) == 0) {
896 nf_ct_unexpect_related(rtp_exp);
903 nf_ct_expect_put(rtp_exp);

Completed in 68 milliseconds