summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/udp6_usrreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6/udp6_usrreq.c')
-rw-r--r--sys/netinet6/udp6_usrreq.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/netinet6/udp6_usrreq.c b/sys/netinet6/udp6_usrreq.c
index ed75759..dea8ed2 100644
--- a/sys/netinet6/udp6_usrreq.c
+++ b/sys/netinet6/udp6_usrreq.c
@@ -293,8 +293,7 @@ udp6_input(struct mbuf **mp, int *offp, int proto)
* protocol we will have to
* leave the info_lock up,
* since we are hunting
- * through multiple UDP
- * inp's hope we don't break.
+ * through multiple UDP's.
*
*/
udp_tun_func_t tunnel_func;
@@ -336,9 +335,7 @@ udp6_input(struct mbuf **mp, int *offp, int proto)
INP_INFO_RUNLOCK(&V_udbinfo);
if (last->inp_ppcb != NULL) {
/*
- * Engage the tunneling protocol we must make sure
- * all locks are released when we call the tunneling
- * protocol.
+ * Engage the tunneling protocol.
*/
udp_tun_func_t tunnel_func;
@@ -386,8 +383,7 @@ udp6_input(struct mbuf **mp, int *offp, int proto)
INP_INFO_RUNLOCK(&V_udbinfo);
if (inp->inp_ppcb != NULL) {
/*
- * Engage the tunneling protocol we must make sure all locks
- * are released when we call the tunneling protocol.
+ * Engage the tunneling protocol.
*/
udp_tun_func_t tunnel_func;
OpenPOWER on IntegriCloud