Lines Matching refs:sctp_association

62 struct sctp_association;
507 struct sctp_association *asoc,
534 struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *,
618 struct sctp_association *asoc;
675 const struct sctp_association *,
816 struct sctp_association *asoc;
1004 struct sctp_association *);
1078 struct sctp_association *asoc;
1119 void sctp_outq_init(struct sctp_association *, struct sctp_outq *);
1129 void sctp_prsctp_prune(struct sctp_association *asoc,
1309 /* This is really a list of struct sctp_association entries. */
1373 void sctp_endpoint_add_asoc(struct sctp_endpoint *, struct sctp_association *);
1374 struct sctp_association *sctp_endpoint_lookup_assoc(
1388 const struct sctp_association *asoc,
1391 int sctp_process_init(struct sctp_association *, struct sctp_chunk *chunk,
1576 struct sctp_association {
2128 static inline struct sctp_association *sctp_assoc(struct sctp_ep_common *base)
2130 struct sctp_association *asoc;
2132 asoc = container_of(base, struct sctp_association, base);
2139 struct sctp_association *
2142 void sctp_association_free(struct sctp_association *);
2143 void sctp_association_put(struct sctp_association *);
2144 void sctp_association_hold(struct sctp_association *);
2147 struct sctp_association *, struct sctp_transport *);
2148 void sctp_assoc_update_retran_path(struct sctp_association *);
2149 struct sctp_transport *sctp_assoc_lookup_paddr(const struct sctp_association *,
2151 int sctp_assoc_lookup_laddr(struct sctp_association *asoc,
2153 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *,
2157 void sctp_assoc_del_peer(struct sctp_association *asoc,
2159 void sctp_assoc_rm_peer(struct sctp_association *asoc,
2161 void sctp_assoc_control_transport(struct sctp_association *asoc,
2165 struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *, __u32);
2166 void sctp_assoc_migrate(struct sctp_association *, struct sock *);
2167 int sctp_assoc_update(struct sctp_association *old,
2168 struct sctp_association *new);
2170 __u32 sctp_association_get_next_tsn(struct sctp_association *);
2172 void sctp_assoc_update_frag_point(struct sctp_association *asoc);
2173 void sctp_assoc_set_pmtu(struct sctp_association *asoc, __u32 pmtu);
2174 void sctp_assoc_sync_pmtu(struct sctp_association *asoc);
2175 void sctp_assoc_rwnd_increase(struct sctp_association *, unsigned int);
2176 void sctp_assoc_rwnd_decrease(struct sctp_association *, unsigned int);
2177 void sctp_assoc_set_primary(struct sctp_association *,
2179 void sctp_assoc_del_nonprimary_peers(struct sctp_association *,
2181 int sctp_assoc_set_bind_addr_from_ep(struct sctp_association *asoc,
2183 int sctp_assoc_set_bind_addr_from_cookie(struct sctp_association *,
2186 int sctp_assoc_set_id(struct sctp_association *, gfp_t);
2187 void sctp_assoc_clean_asconf_ack_cache(const struct sctp_association *asoc);
2189 const struct sctp_association *asoc,
2191 void sctp_asconf_queue_teardown(struct sctp_association *asoc);
2195 struct sctp_chunk *sctp_get_ecne_prepend(struct sctp_association *asoc);