Searched hist:e3e3217029a35c579bf100998b43976d0b1cb8d7 (Results 1 – 4 of 4) sorted by relevance
/linux/include/net/ |
H A D | ping.h | diff e3e3217029a35c579bf100998b43976d0b1cb8d7 Mon Nov 17 23:04:29 CET 2014 Rick Jones <rick.jones2@hp.com> icmp: Remove some spurious dropped packet profile hits from the ICMP path
If icmp_rcv() has successfully processed the incoming ICMP datagram, we should use consume_skb() rather than kfree_skb() because a hit on the likes of perf -e skb:kfree_skb is not called-for.
Signed-off-by: Rick Jones <rick.jones2@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/ipv4/ |
H A D | ping.c | diff e3e3217029a35c579bf100998b43976d0b1cb8d7 Mon Nov 17 23:04:29 CET 2014 Rick Jones <rick.jones2@hp.com> icmp: Remove some spurious dropped packet profile hits from the ICMP path
If icmp_rcv() has successfully processed the incoming ICMP datagram, we should use consume_skb() rather than kfree_skb() because a hit on the likes of perf -e skb:kfree_skb is not called-for.
Signed-off-by: Rick Jones <rick.jones2@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | icmp.c | diff e3e3217029a35c579bf100998b43976d0b1cb8d7 Mon Nov 17 23:04:29 CET 2014 Rick Jones <rick.jones2@hp.com> icmp: Remove some spurious dropped packet profile hits from the ICMP path
If icmp_rcv() has successfully processed the incoming ICMP datagram, we should use consume_skb() rather than kfree_skb() because a hit on the likes of perf -e skb:kfree_skb is not called-for.
Signed-off-by: Rick Jones <rick.jones2@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/ipv6/ |
H A D | icmp.c | diff e3e3217029a35c579bf100998b43976d0b1cb8d7 Mon Nov 17 23:04:29 CET 2014 Rick Jones <rick.jones2@hp.com> icmp: Remove some spurious dropped packet profile hits from the ICMP path
If icmp_rcv() has successfully processed the incoming ICMP datagram, we should use consume_skb() rather than kfree_skb() because a hit on the likes of perf -e skb:kfree_skb is not called-for.
Signed-off-by: Rick Jones <rick.jones2@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|