Hi, /proc/net/udp text heading omits the last 2 fields that are printed (refcnt and sock ptr). Is this intentional? If not intentional, I'd like to see text that describes what they are, as the other fields have. Patch applies to 2.5.64. Thanks, -- ~Randy patch_name: udphdr.patch patch_version: 2003-03-10.11:26:48 author: Randy.Dunlap <rddunlap@osdl.org> description: complete the /proc/net/udp heading text product: Linux product_versions: linux-2564 changelog: _ URL: _ requires: _ conflicts: _ diffstat: = net/ipv4/udp.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Naur ./net/ipv4/udp.c%UDPHDR ./net/ipv4/udp.c --- ./net/ipv4/udp.c%UDPHDR Tue Mar 4 19:29:00 2003 +++ ./net/ipv4/udp.c Mon Mar 10 11:05:44 2003 @@ -1309,7 +1309,7 @@ seq_printf(seq, "%-127s\n", " sl local_address rem_address st tx_queue " "rx_queue tr tm->when retrnsmt uid timeout " - "inode"); + "inode refs sp"); else { char tmpbuf[129]; struct udp_iter_state *state = seq->private; - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html