Lines Matching refs:sctp_association
109 struct sctp_association *asoc);
117 int sctp_primitive_ASSOCIATE(struct net *, struct sctp_association *, void *arg);
118 int sctp_primitive_SHUTDOWN(struct net *, struct sctp_association *, void *arg);
119 int sctp_primitive_ABORT(struct net *, struct sctp_association *, void *arg);
120 int sctp_primitive_SEND(struct net *, struct sctp_association *, void *arg);
121 int sctp_primitive_REQUESTHEARTBEAT(struct net *, struct sctp_association *, void *arg);
122 int sctp_primitive_ASCONF(struct net *, struct sctp_association *, void *arg);
129 void sctp_hash_established(struct sctp_association *);
130 void sctp_unhash_established(struct sctp_association *);
134 struct sctphdr *, struct sctp_association **,
136 void sctp_err_finish(struct sock *, struct sctp_association *);
137 void sctp_icmp_frag_needed(struct sock *, struct sctp_association *,
142 struct sctp_association *asoc,
144 void sctp_backlog_migrate(struct sctp_association *assoc,
228 static inline void sctp_max_rto(struct sctp_association *asoc, in sctp_max_rto()
321 static inline sctp_assoc_t sctp_assoc2id(const struct sctp_association *asoc) in sctp_assoc2id()
327 sctp_assoc_to_state(const struct sctp_association *asoc) in sctp_assoc_to_state()
340 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id);
409 static inline int sctp_frag_point(const struct sctp_association *asoc, int pmtu) in sctp_frag_point()
425 static inline void sctp_assoc_pending_pmtu(struct sock *sk, struct sctp_association *asoc) in sctp_assoc_pending_pmtu()
553 static inline int __sctp_state(const struct sctp_association *asoc, in __sctp_state()