Searched hist:"22911 fc581f6a241e2897a7a8603e97344a6ec82" (Results 1 – 4 of 4) sorted by relevance
/linux/net/core/ |
H A D | datagram.c | diff 22911fc581f6a241e2897a7a8603e97344a6ec82 Wed Jun 27 02:23:44 CEST 2012 Eric Dumazet <edumazet@google.com> net: skb_free_datagram_locked() doesnt drop all packets
dropwatch wrongly diagnose all received UDP packets as drops.
This patch removes trace_kfree_skb() done in skb_free_datagram_locked().
Locations calling skb_free_datagram_locked() should do it on their own.
As a result, drops are accounted on the right function.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/sunrpc/ |
H A D | svcsock.c | diff 22911fc581f6a241e2897a7a8603e97344a6ec82 Wed Jun 27 02:23:44 CEST 2012 Eric Dumazet <edumazet@google.com> net: skb_free_datagram_locked() doesnt drop all packets
dropwatch wrongly diagnose all received UDP packets as drops.
This patch removes trace_kfree_skb() done in skb_free_datagram_locked().
Locations calling skb_free_datagram_locked() should do it on their own.
As a result, drops are accounted on the right function.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/ipv6/ |
H A D | udp.c | diff 22911fc581f6a241e2897a7a8603e97344a6ec82 Wed Jun 27 02:23:44 CEST 2012 Eric Dumazet <edumazet@google.com> net: skb_free_datagram_locked() doesnt drop all packets
dropwatch wrongly diagnose all received UDP packets as drops.
This patch removes trace_kfree_skb() done in skb_free_datagram_locked().
Locations calling skb_free_datagram_locked() should do it on their own.
As a result, drops are accounted on the right function.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/ipv4/ |
H A D | udp.c | diff 22911fc581f6a241e2897a7a8603e97344a6ec82 Wed Jun 27 02:23:44 CEST 2012 Eric Dumazet <edumazet@google.com> net: skb_free_datagram_locked() doesnt drop all packets
dropwatch wrongly diagnose all received UDP packets as drops.
This patch removes trace_kfree_skb() done in skb_free_datagram_locked().
Locations calling skb_free_datagram_locked() should do it on their own.
As a result, drops are accounted on the right function.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|