Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
[sfrench/cifs-2.6.git] / include / trace / events / sctp.h
index 7475c7be165aa8e44601b0f659f2941360c3c037..d4aac343659550b3afec7ec8c329c5a9bc259c5a 100644 (file)
@@ -75,15 +75,6 @@ TRACE_EVENT(sctp_probe,
                __entry->pathmtu = asoc->pathmtu;
                __entry->rwnd = asoc->peer.rwnd;
                __entry->unack_data = asoc->unack_data;
-
-               if (trace_sctp_probe_path_enabled()) {
-                       struct sctp_transport *sp;
-
-                       list_for_each_entry(sp, &asoc->peer.transport_addr_list,
-                                           transports) {
-                               trace_sctp_probe_path(sp, asoc);
-                       }
-               }
        ),
 
        TP_printk("asoc=%#llx mark=%#x bind_port=%d peer_port=%d pathmtu=%d "