Lines Matching defs:sctp_transport
63 struct sctp_transport;
432 struct sctp_transport *);
443 void (*get_dst) (struct sctp_transport *t,
448 struct sctp_transport *t,
632 struct sctp_transport *transport;
719 struct sctp_transport *transport;
731 void sctp_packet_init(struct sctp_packet *, struct sctp_transport *,
767 struct sctp_transport {
980 struct sctp_transport *sctp_transport_new(struct net *, const union sctp_addr *,
982 void sctp_transport_set_owner(struct sctp_transport *,
984 void sctp_transport_route(struct sctp_transport *, union sctp_addr *,
986 void sctp_transport_pmtu(struct sctp_transport *, struct sock *sk);
987 void sctp_transport_free(struct sctp_transport *);
988 void sctp_transport_reset_t3_rtx(struct sctp_transport *);
989 void sctp_transport_reset_hb_timer(struct sctp_transport *);
990 void sctp_transport_reset_reconf_timer(struct sctp_transport *transport);
991 int sctp_transport_hold(struct sctp_transport *);
992 void sctp_transport_put(struct sctp_transport *);
993 void sctp_transport_update_rto(struct sctp_transport *, __u32);
994 void sctp_transport_raise_cwnd(struct sctp_transport *, __u32, __u32);
995 void sctp_transport_lower_cwnd(struct sctp_transport *t,
997 void sctp_transport_burst_limited(struct sctp_transport *);
998 void sctp_transport_burst_reset(struct sctp_transport *);
999 unsigned long sctp_transport_timeout(struct sctp_transport *);
1000 void sctp_transport_reset(struct sctp_transport *t);
1001 bool sctp_transport_update_pmtu(struct sctp_transport *t, u32 pmtu);
1002 void sctp_transport_immediate_rtx(struct sctp_transport *);
1003 void sctp_transport_dst_release(struct sctp_transport *t);
1004 void sctp_transport_dst_confirm(struct sctp_transport *t);
1102 void sctp_retransmit(struct sctp_outq *q, struct sctp_transport *transport,
1104 void sctp_retransmit_mark(struct sctp_outq *, struct sctp_transport *, __u8);
1363 struct sctp_transport **);
1626 struct sctp_transport *primary_path;
1637 struct sctp_transport *active_path;
1649 struct sctp_transport *retran_path;
1652 struct sctp_transport *last_sent_to;
1655 struct sctp_transport *last_data_from;
1822 struct sctp_transport *shutdown_last_sent_to;
1825 struct sctp_transport *init_last_sent_to;
2036 struct sctp_transport *new_transport;
2110 struct sctp_transport *sctp_assoc_choose_alter_transport(
2111 struct sctp_association *, struct sctp_transport *);
2113 struct sctp_transport *sctp_assoc_lookup_paddr(const struct sctp_association *,
2117 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *,
2124 struct sctp_transport *peer);
2126 struct sctp_transport *transport,
2129 struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *, __u32);
2142 struct sctp_transport *);
2144 struct sctp_transport *);