diff options
Diffstat (limited to 'include/net/sctp/structs.h')
-rw-r--r-- | include/net/sctp/structs.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 5c9bada51d2d..1d465d62f34f 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -566,17 +566,15 @@ struct sctp_af { | |||
566 | int __user *optlen); | 566 | int __user *optlen); |
567 | struct dst_entry *(*get_dst) (struct sctp_association *asoc, | 567 | struct dst_entry *(*get_dst) (struct sctp_association *asoc, |
568 | union sctp_addr *daddr, | 568 | union sctp_addr *daddr, |
569 | union sctp_addr *saddr); | 569 | union sctp_addr *saddr, |
570 | struct flowi *fl, | ||
571 | struct sock *sk); | ||
570 | void (*get_saddr) (struct sctp_sock *sk, | 572 | void (*get_saddr) (struct sctp_sock *sk, |
571 | struct sctp_association *asoc, | 573 | struct sctp_transport *t, |
572 | struct dst_entry *dst, | ||
573 | union sctp_addr *daddr, | 574 | union sctp_addr *daddr, |
574 | union sctp_addr *saddr); | 575 | struct flowi *fl); |
575 | void (*copy_addrlist) (struct list_head *, | 576 | void (*copy_addrlist) (struct list_head *, |
576 | struct net_device *); | 577 | struct net_device *); |
577 | void (*dst_saddr) (union sctp_addr *saddr, | ||
578 | struct dst_entry *dst, | ||
579 | __be16 port); | ||
580 | int (*cmp_addr) (const union sctp_addr *addr1, | 578 | int (*cmp_addr) (const union sctp_addr *addr1, |
581 | const union sctp_addr *addr2); | 579 | const union sctp_addr *addr2); |
582 | void (*addr_copy) (union sctp_addr *dst, | 580 | void (*addr_copy) (union sctp_addr *dst, |
@@ -1061,7 +1059,7 @@ void sctp_transport_set_owner(struct sctp_transport *, | |||
1061 | struct sctp_association *); | 1059 | struct sctp_association *); |
1062 | void sctp_transport_route(struct sctp_transport *, union sctp_addr *, | 1060 | void sctp_transport_route(struct sctp_transport *, union sctp_addr *, |
1063 | struct sctp_sock *); | 1061 | struct sctp_sock *); |
1064 | void sctp_transport_pmtu(struct sctp_transport *); | 1062 | void sctp_transport_pmtu(struct sctp_transport *, struct sock *sk); |
1065 | void sctp_transport_free(struct sctp_transport *); | 1063 | void sctp_transport_free(struct sctp_transport *); |
1066 | void sctp_transport_reset_timers(struct sctp_transport *); | 1064 | void sctp_transport_reset_timers(struct sctp_transport *); |
1067 | void sctp_transport_hold(struct sctp_transport *); | 1065 | void sctp_transport_hold(struct sctp_transport *); |