Loading net/netfilter/nf_conntrack_sip.c +2 −2 Original line number Diff line number Diff line Loading @@ -1884,7 +1884,7 @@ static void sip_tcp_skip_process(int ret, struct nf_conn *ct, struct sk_buff *sk hooks = rcu_dereference(nf_nat_sip_hooks); if (hooks) hooks->seq_adjust(skb, protoff, tdiff); hooks->seq_adjust(skb, protoff, *tdiff); } } Loading Loading @@ -2104,7 +2104,7 @@ static int sip_help_tcp(struct sk_buff *skb, unsigned int protoff, here: #endif sip_tcp_skip_process(ret, ct, skb, protoff, tdiff); sip_tcp_skip_process(ret, ct, skb, protoff, &tdiff); return ret; } Loading Loading
net/netfilter/nf_conntrack_sip.c +2 −2 Original line number Diff line number Diff line Loading @@ -1884,7 +1884,7 @@ static void sip_tcp_skip_process(int ret, struct nf_conn *ct, struct sk_buff *sk hooks = rcu_dereference(nf_nat_sip_hooks); if (hooks) hooks->seq_adjust(skb, protoff, tdiff); hooks->seq_adjust(skb, protoff, *tdiff); } } Loading Loading @@ -2104,7 +2104,7 @@ static int sip_help_tcp(struct sk_buff *skb, unsigned int protoff, here: #endif sip_tcp_skip_process(ret, ct, skb, protoff, tdiff); sip_tcp_skip_process(ret, ct, skb, protoff, &tdiff); return ret; } Loading