Lines Matching refs:sctp_association
98 struct sctp_association *asoc);
116 int sctp_get_sctp_info(struct sock *sk, struct sctp_association *asoc,
122 int sctp_primitive_ASSOCIATE(struct net *, struct sctp_association *, void *arg);
123 int sctp_primitive_SHUTDOWN(struct net *, struct sctp_association *, void *arg);
124 int sctp_primitive_ABORT(struct net *, struct sctp_association *, void *arg);
125 int sctp_primitive_SEND(struct net *, struct sctp_association *, void *arg);
126 int sctp_primitive_REQUESTHEARTBEAT(struct net *, struct sctp_association *, void *arg);
127 int sctp_primitive_ASCONF(struct net *, struct sctp_association *, void *arg);
128 int sctp_primitive_RECONF(struct net *net, struct sctp_association *asoc,
139 struct sctphdr *, struct sctp_association **,
144 void sctp_icmp_frag_needed(struct sock *, struct sctp_association *,
149 struct sctp_association *asoc,
183 int sctp_send_reset_streams(struct sctp_association *asoc,
185 int sctp_send_reset_assoc(struct sctp_association *asoc);
186 int sctp_send_add_streams(struct sctp_association *asoc,
256 static inline void sctp_max_rto(struct sctp_association *asoc, in sctp_max_rto()
346 static inline sctp_assoc_t sctp_assoc2id(const struct sctp_association *asoc) in sctp_assoc2id()
352 sctp_assoc_to_state(const struct sctp_association *asoc) in sctp_assoc_to_state()
365 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id);
520 static inline int __sctp_state(const struct sctp_association *asoc, in __sctp_state()