From 7654d777b73b9fd598782689938e63ee8912c15d Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Mon, 14 Apr 2008 02:38:45 -0700 Subject: [PATCH] --- yaml --- r: 90676 b: refs/heads/master c: 13f51d82acb003918d71ce4639ae77fceaa58cad h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/dccp/ipv4.c | 2 +- trunk/net/dccp/ipv6.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index b2c90564e3d7..47af51eabadd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: df39e8ba56a788733d369068c7319e04b1da3cd5 +refs/heads/master: 13f51d82acb003918d71ce4639ae77fceaa58cad diff --git a/trunk/net/dccp/ipv4.c b/trunk/net/dccp/ipv4.c index baa268d02e24..b348dd70c685 100644 --- a/trunk/net/dccp/ipv4.c +++ b/trunk/net/dccp/ipv4.c @@ -32,7 +32,7 @@ #include "feat.h" /* - * The dccp_ctl_sk is the global socket data structure used for responding to + * The per-net dccp.v4_ctl_sk socket is used for responding to * the Out-of-the-blue (OOTB) packets. A control sock will be created * for this socket at the initialization time. */ diff --git a/trunk/net/dccp/ipv6.c b/trunk/net/dccp/ipv6.c index 94e0c9495b2c..f8371c7e5e80 100644 --- a/trunk/net/dccp/ipv6.c +++ b/trunk/net/dccp/ipv6.c @@ -33,7 +33,7 @@ #include "ipv6.h" #include "feat.h" -/* dccp_v6_ctl_sk is used for sending RSTs and ACKs */ +/* The per-net dccp.v6_ctl_sk is used for sending RSTs and ACKs */ static struct inet_connection_sock_af_ops dccp_ipv6_mapped; static struct inet_connection_sock_af_ops dccp_ipv6_af_ops;