Lines Matching refs:sctp_transport
75 struct sctp_transport;
433 struct sctp_transport *);
454 void (*get_dst) (struct sctp_transport *t,
459 struct sctp_transport *t,
624 struct sctp_transport *transport;
705 struct sctp_transport *transport;
718 struct sctp_transport *,
753 struct sctp_transport { struct
949 struct sctp_transport *sctp_transport_new(struct net *, const union sctp_addr *, argument
951 void sctp_transport_set_owner(struct sctp_transport *,
953 void sctp_transport_route(struct sctp_transport *, union sctp_addr *,
955 void sctp_transport_pmtu(struct sctp_transport *, struct sock *sk);
956 void sctp_transport_free(struct sctp_transport *);
957 void sctp_transport_reset_timers(struct sctp_transport *);
958 void sctp_transport_hold(struct sctp_transport *);
959 void sctp_transport_put(struct sctp_transport *);
960 void sctp_transport_update_rto(struct sctp_transport *, __u32);
961 void sctp_transport_raise_cwnd(struct sctp_transport *, __u32, __u32);
962 void sctp_transport_lower_cwnd(struct sctp_transport *, sctp_lower_cwnd_t);
963 void sctp_transport_burst_limited(struct sctp_transport *);
964 void sctp_transport_burst_reset(struct sctp_transport *);
965 unsigned long sctp_transport_timeout(struct sctp_transport *);
966 void sctp_transport_reset(struct sctp_transport *);
967 void sctp_transport_update_pmtu(struct sock *, struct sctp_transport *, u32);
968 void sctp_transport_immediate_rtx(struct sctp_transport *);
1063 void sctp_retransmit(struct sctp_outq *, struct sctp_transport *,
1065 void sctp_retransmit_mark(struct sctp_outq *, struct sctp_transport *, __u8);
1270 struct sctp_transport **);
1418 struct sctp_transport *primary_path;
1429 struct sctp_transport *active_path;
1441 struct sctp_transport *retran_path;
1444 struct sctp_transport *last_sent_to;
1447 struct sctp_transport *last_data_from;
1606 struct sctp_transport *shutdown_last_sent_to;
1609 struct sctp_transport *init_last_sent_to;
1820 struct sctp_transport *new_transport;
1873 struct sctp_transport *sctp_assoc_choose_alter_transport(
1874 struct sctp_association *, struct sctp_transport *);
1876 struct sctp_transport *sctp_assoc_lookup_paddr(const struct sctp_association *,
1880 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *,
1887 struct sctp_transport *peer);
1889 struct sctp_transport *,
1891 struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *, __u32);
1892 struct sctp_transport *sctp_assoc_is_match(struct sctp_association *,
1906 struct sctp_transport *);
1908 struct sctp_transport *);