Lines Matching refs:sctp_transport
63 struct sctp_transport;
437 struct sctp_transport *);
448 void (*get_dst) (struct sctp_transport *t,
453 struct sctp_transport *t,
638 struct sctp_transport *transport;
726 struct sctp_transport *transport;
738 void sctp_packet_init(struct sctp_packet *, struct sctp_transport *,
774 struct sctp_transport { struct
1001 struct sctp_transport *sctp_transport_new(struct net *, const union sctp_addr *, argument
1003 void sctp_transport_set_owner(struct sctp_transport *,
1005 void sctp_transport_route(struct sctp_transport *, union sctp_addr *,
1007 void sctp_transport_pmtu(struct sctp_transport *, struct sock *sk);
1008 void sctp_transport_free(struct sctp_transport *);
1009 void sctp_transport_reset_t3_rtx(struct sctp_transport *);
1010 void sctp_transport_reset_hb_timer(struct sctp_transport *);
1011 void sctp_transport_reset_reconf_timer(struct sctp_transport *transport);
1012 void sctp_transport_reset_probe_timer(struct sctp_transport *transport);
1013 void sctp_transport_reset_raise_timer(struct sctp_transport *transport);
1014 int sctp_transport_hold(struct sctp_transport *);
1015 void sctp_transport_put(struct sctp_transport *);
1016 void sctp_transport_update_rto(struct sctp_transport *, __u32);
1017 void sctp_transport_raise_cwnd(struct sctp_transport *, __u32, __u32);
1018 void sctp_transport_lower_cwnd(struct sctp_transport *t,
1020 void sctp_transport_burst_limited(struct sctp_transport *);
1021 void sctp_transport_burst_reset(struct sctp_transport *);
1022 unsigned long sctp_transport_timeout(struct sctp_transport *);
1023 void sctp_transport_reset(struct sctp_transport *t);
1024 bool sctp_transport_update_pmtu(struct sctp_transport *t, u32 pmtu);
1025 void sctp_transport_immediate_rtx(struct sctp_transport *);
1026 void sctp_transport_dst_release(struct sctp_transport *t);
1027 void sctp_transport_dst_confirm(struct sctp_transport *t);
1028 void sctp_transport_pl_send(struct sctp_transport *t);
1029 bool sctp_transport_pl_recv(struct sctp_transport *t);
1127 void sctp_retransmit(struct sctp_outq *q, struct sctp_transport *transport,
1129 void sctp_retransmit_mark(struct sctp_outq *, struct sctp_transport *, __u8);
1379 struct sctp_transport **);
1644 struct sctp_transport *primary_path;
1655 struct sctp_transport *active_path;
1667 struct sctp_transport *retran_path;
1670 struct sctp_transport *last_sent_to;
1673 struct sctp_transport *last_data_from;
1843 struct sctp_transport *shutdown_last_sent_to;
1846 struct sctp_transport *init_last_sent_to;
2057 struct sctp_transport *new_transport;
2141 struct sctp_transport *sctp_assoc_choose_alter_transport(
2142 struct sctp_association *, struct sctp_transport *);
2144 struct sctp_transport *sctp_assoc_lookup_paddr(const struct sctp_association *,
2148 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *,
2155 struct sctp_transport *peer);
2157 struct sctp_transport *transport,
2160 struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *, __u32);
2173 struct sctp_transport *);
2175 struct sctp_transport *);