diff options
Diffstat (limited to 'net/sctp/protocol.c')
-rw-r--r-- | net/sctp/protocol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index 1afef08f6c1d..87512f14cf71 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c | |||
@@ -451,7 +451,7 @@ static struct dst_entry *sctp_v4_get_dst(struct sctp_association *asoc, | |||
451 | fl.fl4_src = saddr->v4.sin_addr.s_addr; | 451 | fl.fl4_src = saddr->v4.sin_addr.s_addr; |
452 | 452 | ||
453 | SCTP_DEBUG_PRINTK("%s: DST:%u.%u.%u.%u, SRC:%u.%u.%u.%u - ", | 453 | SCTP_DEBUG_PRINTK("%s: DST:%u.%u.%u.%u, SRC:%u.%u.%u.%u - ", |
454 | __FUNCTION__, NIPQUAD(fl.fl4_dst), | 454 | __func__, NIPQUAD(fl.fl4_dst), |
455 | NIPQUAD(fl.fl4_src)); | 455 | NIPQUAD(fl.fl4_src)); |
456 | 456 | ||
457 | if (!ip_route_output_key(&init_net, &rt, &fl)) { | 457 | if (!ip_route_output_key(&init_net, &rt, &fl)) { |
@@ -827,7 +827,7 @@ static inline int sctp_v4_xmit(struct sk_buff *skb, | |||
827 | { | 827 | { |
828 | SCTP_DEBUG_PRINTK("%s: skb:%p, len:%d, " | 828 | SCTP_DEBUG_PRINTK("%s: skb:%p, len:%d, " |
829 | "src:%u.%u.%u.%u, dst:%u.%u.%u.%u\n", | 829 | "src:%u.%u.%u.%u, dst:%u.%u.%u.%u\n", |
830 | __FUNCTION__, skb, skb->len, | 830 | __func__, skb, skb->len, |
831 | NIPQUAD(skb->rtable->rt_src), | 831 | NIPQUAD(skb->rtable->rt_src), |
832 | NIPQUAD(skb->rtable->rt_dst)); | 832 | NIPQUAD(skb->rtable->rt_dst)); |
833 | 833 | ||