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,
151 void sctp_backlog_migrate(struct sctp_association *assoc,
185 int sctp_send_reset_streams(struct sctp_association *asoc,
187 int sctp_send_reset_assoc(struct sctp_association *asoc);
188 int sctp_send_add_streams(struct sctp_association *asoc,
258 static inline void sctp_max_rto(struct sctp_association *asoc, in sctp_max_rto()
348 static inline sctp_assoc_t sctp_assoc2id(const struct sctp_association *asoc) in sctp_assoc2id()
354 sctp_assoc_to_state(const struct sctp_association *asoc) in sctp_assoc_to_state()
367 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id);
522 static inline int __sctp_state(const struct sctp_association *asoc, in __sctp_state()