Lines Matching refs:sctp_association
77 struct sctp_association;
517 struct sctp_association *asoc,
544 struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *,
628 struct sctp_association *asoc;
684 const struct sctp_association *,
825 struct sctp_association *asoc;
997 struct sctp_association *);
1067 struct sctp_association *asoc;
1108 void sctp_outq_init(struct sctp_association *, struct sctp_outq *);
1120 void sctp_prsctp_prune(struct sctp_association *asoc,
1368 void sctp_endpoint_add_asoc(struct sctp_endpoint *, struct sctp_association *);
1369 struct sctp_association *sctp_endpoint_lookup_assoc(
1381 const struct sctp_association *asoc,
1384 int sctp_process_init(struct sctp_association *, struct sctp_chunk *chunk,
1559 struct sctp_association { struct
2095 static inline struct sctp_association *sctp_assoc(struct sctp_ep_common *base) in sctp_assoc() argument
2097 struct sctp_association *asoc; in sctp_assoc()
2099 asoc = container_of(base, struct sctp_association, base); in sctp_assoc()
2106 struct sctp_association *
2109 void sctp_association_free(struct sctp_association *);
2110 void sctp_association_put(struct sctp_association *);
2111 void sctp_association_hold(struct sctp_association *);
2114 struct sctp_association *, struct sctp_transport *);
2115 void sctp_assoc_update_retran_path(struct sctp_association *);
2116 struct sctp_transport *sctp_assoc_lookup_paddr(const struct sctp_association *,
2118 int sctp_assoc_lookup_laddr(struct sctp_association *asoc,
2120 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *,
2124 void sctp_assoc_del_peer(struct sctp_association *asoc,
2126 void sctp_assoc_rm_peer(struct sctp_association *asoc,
2128 void sctp_assoc_control_transport(struct sctp_association *asoc,
2132 struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *, __u32);
2133 void sctp_assoc_migrate(struct sctp_association *, struct sock *);
2134 int sctp_assoc_update(struct sctp_association *old,
2135 struct sctp_association *new);
2137 __u32 sctp_association_get_next_tsn(struct sctp_association *);
2139 void sctp_assoc_update_frag_point(struct sctp_association *asoc);
2140 void sctp_assoc_set_pmtu(struct sctp_association *asoc, __u32 pmtu);
2141 void sctp_assoc_sync_pmtu(struct sctp_association *asoc);
2142 void sctp_assoc_rwnd_increase(struct sctp_association *, unsigned int);
2143 void sctp_assoc_rwnd_decrease(struct sctp_association *, unsigned int);
2144 void sctp_assoc_set_primary(struct sctp_association *,
2146 void sctp_assoc_del_nonprimary_peers(struct sctp_association *,
2148 int sctp_assoc_set_bind_addr_from_ep(struct sctp_association *asoc,
2150 int sctp_assoc_set_bind_addr_from_cookie(struct sctp_association *,
2153 int sctp_assoc_set_id(struct sctp_association *, gfp_t);
2154 void sctp_assoc_clean_asconf_ack_cache(const struct sctp_association *asoc);
2156 const struct sctp_association *asoc,
2158 void sctp_asconf_queue_teardown(struct sctp_association *asoc);
2162 struct sctp_chunk *sctp_get_ecne_prepend(struct sctp_association *asoc);