]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/net/sctp/structs.h
sctp: add dst_pending_confirm flag
[mirror_ubuntu-zesty-kernel.git] / include / net / sctp / structs.h
index 92daabdc007d94a544baa10d278d229e42e40eb3..e842e84816f743db64bb59bfcbf4bf8ff08e6794 100644 (file)
@@ -838,6 +838,8 @@ struct sctp_transport {
 
        __u32 burst_limited;    /* Holds old cwnd when max.burst is applied */
 
+       __u32 dst_pending_confirm;      /* need to confirm neighbour */
+
        /* Destination */
        struct dst_entry *dst;
        /* Source address. */
@@ -980,6 +982,8 @@ unsigned long sctp_transport_timeout(struct sctp_transport *);
 void sctp_transport_reset(struct sctp_transport *);
 void sctp_transport_update_pmtu(struct sock *, struct sctp_transport *, u32);
 void sctp_transport_immediate_rtx(struct sctp_transport *);
+void sctp_transport_dst_release(struct sctp_transport *t);
+void sctp_transport_dst_confirm(struct sctp_transport *t);
 
 
 /* This is the structure we use to queue packets as they come into