Browse Source

TT#146201 fix kernel byte counter

Fixup for b48ebebd

Setting datalen_out was lost as part of a rebase.

Change-Id: Ie2d45c80ee4816c441f47fbe937f773e54964835
pull/1675/head
Richard Fuchs 3 years ago
parent
commit
dcd58d49c4
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      kernel-module/xt_RTPENGINE.c

+ 2
- 0
kernel-module/xt_RTPENGINE.c View File

@ -4911,6 +4911,8 @@ static unsigned int rtpengine46(struct sk_buff *skb, struct rtpengine_table *t,
rtp2.header = (void *) (((char *) rtp2.header) + offset);
rtp2.payload = (void *) (((char *) rtp2.payload) + offset);
datalen_out = skb2->len;
err = send_proxy_packet_output(skb2, g, rtp_pt_idx, o, &rtp2, ssrc_idx, par);
if (err) {
atomic64_inc(&g->stats_in.errors);


Loading…
Cancel
Save