Lines Matching refs:sctp_association

116 		    struct sctp_association *asoc);
135 int sctp_get_sctp_info(struct sock *sk, struct sctp_association *asoc,
141 int sctp_primitive_ASSOCIATE(struct net *, struct sctp_association *, void *arg);
142 int sctp_primitive_SHUTDOWN(struct net *, struct sctp_association *, void *arg);
143 int sctp_primitive_ABORT(struct net *, struct sctp_association *, void *arg);
144 int sctp_primitive_SEND(struct net *, struct sctp_association *, void *arg);
145 int sctp_primitive_REQUESTHEARTBEAT(struct net *, struct sctp_association *, void *arg);
146 int sctp_primitive_ASCONF(struct net *, struct sctp_association *, void *arg);
147 int sctp_primitive_RECONF(struct net *net, struct sctp_association *asoc,
158 struct sctphdr *, struct sctp_association **,
161 void sctp_icmp_frag_needed(struct sock *, struct sctp_association *,
166 struct sctp_association *asoc,
168 void sctp_backlog_migrate(struct sctp_association *assoc,
200 int sctp_send_reset_streams(struct sctp_association *asoc,
202 int sctp_send_reset_assoc(struct sctp_association *asoc);
203 int sctp_send_add_streams(struct sctp_association *asoc,
273 static inline void sctp_max_rto(struct sctp_association *asoc, in sctp_max_rto()
363 static inline sctp_assoc_t sctp_assoc2id(const struct sctp_association *asoc) in sctp_assoc2id()
369 sctp_assoc_to_state(const struct sctp_association *asoc) in sctp_assoc_to_state()
382 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id);
537 static inline int __sctp_state(const struct sctp_association *asoc, in __sctp_state()