Lines Matching refs:sctp_association

103 		    struct sctp_association *asoc);
121 int sctp_get_sctp_info(struct sock *sk, struct sctp_association *asoc,
127 int sctp_primitive_ASSOCIATE(struct net *, struct sctp_association *, void *arg);
128 int sctp_primitive_SHUTDOWN(struct net *, struct sctp_association *, void *arg);
129 int sctp_primitive_ABORT(struct net *, struct sctp_association *, void *arg);
130 int sctp_primitive_SEND(struct net *, struct sctp_association *, void *arg);
131 int sctp_primitive_REQUESTHEARTBEAT(struct net *, struct sctp_association *, void *arg);
132 int sctp_primitive_ASCONF(struct net *, struct sctp_association *, void *arg);
133 int sctp_primitive_RECONF(struct net *net, struct sctp_association *asoc,
144 struct sctphdr *, struct sctp_association **,
149 void sctp_icmp_frag_needed(struct sock *, struct sctp_association *,
154 struct sctp_association *asoc,
156 void sctp_backlog_migrate(struct sctp_association *assoc,
188 int sctp_send_reset_streams(struct sctp_association *asoc,
190 int sctp_send_reset_assoc(struct sctp_association *asoc);
191 int sctp_send_add_streams(struct sctp_association *asoc,
261 static inline void sctp_max_rto(struct sctp_association *asoc, in sctp_max_rto()
351 static inline sctp_assoc_t sctp_assoc2id(const struct sctp_association *asoc) in sctp_assoc2id()
357 sctp_assoc_to_state(const struct sctp_association *asoc) in sctp_assoc_to_state()
370 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id);
525 static inline int __sctp_state(const struct sctp_association *asoc, in __sctp_state()