--- zzzz-none-000/linux-2.6.32.61/net/netfilter/nf_conntrack_expect.c 2013-06-10 09:43:48.000000000 +0000 +++ virian-300e-630/linux-2.6.32.61/net/netfilter/nf_conntrack_expect.c 2011-07-20 07:23:51.000000000 +0000 @@ -330,6 +330,16 @@ NF_CT_STAT_INC(net, expect_create); } +#ifdef CONFIG_RTSP_ALG_FIX +/* wrapper to put expectation for RTCP port */ +void nf_ct_expect_insert_rtcp(struct nf_conntrack_expect *exp) +{ + nf_ct_expect_insert(exp); + nf_ct_expect_event_report(IPEXP_NEW, exp, 0, 0); +} +#endif + + /* Race with expectations being used means we could have none to find; OK. */ static void evict_oldest_expect(struct nf_conn *master, struct nf_conntrack_expect *new)