commit | 8cc785f6f429c2a3fb81745dc142cbd72a462c4a | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Fri May 31 15:05:49 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 04 12:56:14 2013 -0700 |
tree | a8b9d6fab0cab1e1026fd99dc10c51ad8244a8cc | |
parent | 17ef66afc0bdbbdc5c526db5e24bdd2dc3df1205 [diff] |
net: ipv4: make the ping /proc code AF-independent Introduce a ping_seq_afinfo structure (similar to its UDP equivalent) and use it to make some of the ping /proc functions address-family independent. Rename the remaining ping /proc functions from ping_* to ping_v4_*. Compiles and displays reasonable results with CONFIG_IPV6={n,m,y} Signed-off-by: Lorenzo Colitti <lorenzo@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>