Searched refs:rtcp_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_h323.c183 struct nf_conntrack_expect *rtcp_exp)
194 rtcp_exp->saved_proto.udp.port = rtcp_exp->tuple.dst.u.udp.port;
195 rtcp_exp->expectfn = nf_nat_follow_master;
196 rtcp_exp->dir = !dir;
206 rtcp_exp->tuple.dst.u.udp.port =
227 rtcp_exp->tuple.dst.u.udp.port =
229 if (nf_ct_expect_related(rtcp_exp) == 0)
251 nf_ct_unexpect_related(rtcp_exp);
262 &rtcp_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...]
H A Dnf_nat_sip.c451 struct nf_conntrack_expect *rtcp_exp,
474 rtcp_exp->saved_ip = rtcp_exp->tuple.dst.u3.ip;
475 rtcp_exp->tuple.dst.u3.ip = rtp_addr->ip;
476 rtcp_exp->saved_proto.udp.port = rtcp_exp->tuple.dst.u.udp.port;
477 rtcp_exp->dir = !dir;
478 rtcp_exp->expectfn = ip_nat_sip_expected;
486 rtcp_exp->tuple.dst.u.udp.port = htons(port + 1);
487 if (nf_ct_expect_related(rtcp_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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dnf_conntrack_h323.h66 struct nf_conntrack_expect *rtcp_exp);
H A Dnf_conntrack_sip.h142 struct nf_conntrack_expect *rtcp_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.c79 struct nf_conntrack_expect *rtcp_exp) __read_mostly;
263 struct nf_conntrack_expect *rtcp_exp; local
286 if ((rtcp_exp = nf_ct_expect_alloc(ct)) == NULL) {
290 nf_ct_expect_init(rtcp_exp, NF_CT_EXPECT_CLASS_DEFAULT, nf_ct_l3num(ct),
302 taddr, port, rtp_port, rtp_exp, rtcp_exp);
305 if (nf_ct_expect_related(rtcp_exp) == 0) {
309 nf_ct_dump_tuple(&rtcp_exp->tuple);
319 nf_ct_expect_put(rtcp_exp);
H A Dnf_conntrack_sip.c103 struct nf_conntrack_expect *rtcp_exp,
797 struct nf_conntrack_expect *exp, *rtp_exp, *rtcp_exp; local
882 rtcp_exp = nf_ct_expect_alloc(ct);
883 if (rtcp_exp == NULL)
885 nf_ct_expect_init(rtcp_exp, class, nf_ct_l3num(ct), saddr, daddr,
891 rtp_exp, rtcp_exp,
895 if (nf_ct_expect_related(rtcp_exp) != 0)
901 nf_ct_expect_put(rtcp_exp);

Completed in 213 milliseconds