Lines Matching refs:sctp_transport
123 struct sctp_transport *sctp_transport_get_next(struct net *net,
125 struct sctp_transport *sctp_transport_get_idx(struct net *net,
127 int sctp_transport_lookup_process(int (*cb)(struct sctp_transport *, void *),
131 int sctp_for_each_transport(int (*cb)(struct sctp_transport *, void *),
132 int (*cb_done)(struct sctp_transport *, void *),
159 struct sctp_transport **);
160 void sctp_err_finish(struct sock *, struct sctp_transport *);
162 struct sctp_transport *t, __u32 pmtu);
163 void sctp_icmp_redirect(struct sock *, struct sctp_transport *,
167 struct sctp_transport *t);
172 int sctp_hash_transport(struct sctp_transport *t);
173 void sctp_unhash_transport(struct sctp_transport *t);
174 struct sctp_transport *sctp_addrs_lookup_transport(
178 struct sctp_transport *sctp_epaddr_lookup_transport(
274 struct sctp_transport *trans) in sctp_max_rto()
578 static inline struct dst_entry *sctp_transport_dst_check(struct sctp_transport *t) in sctp_transport_dst_check()