aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp/sctp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/sctp/sctp.h')
-rw-r--r--include/net/sctp/sctp.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h
index 8f241216f46b..e673b2c984e9 100644
--- a/include/net/sctp/sctp.h
+++ b/include/net/sctp/sctp.h
@@ -175,6 +175,8 @@ void sctp_icmp_frag_needed(struct sock *, struct sctp_association *,
175void sctp_icmp_proto_unreachable(struct sock *sk, 175void sctp_icmp_proto_unreachable(struct sock *sk,
176 struct sctp_association *asoc, 176 struct sctp_association *asoc,
177 struct sctp_transport *t); 177 struct sctp_transport *t);
178void sctp_backlog_migrate(struct sctp_association *assoc,
179 struct sock *oldsk, struct sock *newsk);
178 180
179/* 181/*
180 * Section: Macros, externs, and inlines 182 * Section: Macros, externs, and inlines
@@ -225,13 +227,13 @@ extern int sctp_debug_flag;
225 if (sctp_debug_flag) { \ 227 if (sctp_debug_flag) { \
226 if (saddr->sa.sa_family == AF_INET6) { \ 228 if (saddr->sa.sa_family == AF_INET6) { \
227 printk(KERN_DEBUG \ 229 printk(KERN_DEBUG \
228 lead "%04x:%04x:%04x:%04x:%04x:%04x:%04x:%04x" trail, \ 230 lead NIP6_FMT trail, \
229 leadparm, \ 231 leadparm, \
230 NIP6(saddr->v6.sin6_addr), \ 232 NIP6(saddr->v6.sin6_addr), \
231 otherparms); \ 233 otherparms); \
232 } else { \ 234 } else { \
233 printk(KERN_DEBUG \ 235 printk(KERN_DEBUG \
234 lead "%u.%u.%u.%u" trail, \ 236 lead NIPQUAD_FMT trail, \
235 leadparm, \ 237 leadparm, \
236 NIPQUAD(saddr->v4.sin_addr.s_addr), \ 238 NIPQUAD(saddr->v4.sin_addr.s_addr), \
237 otherparms); \ 239 otherparms); \