sctp_association  731 include/linux/sctp.h 	struct sctp_association *asoc;
sctp_association   22 include/net/sctp/auth.h struct sctp_association;
sctp_association   73 include/net/sctp/auth.h int sctp_auth_asoc_init_active_key(struct sctp_association *asoc, gfp_t gfp);
sctp_association   75 include/net/sctp/auth.h 				const struct sctp_association *asoc,
sctp_association   78 include/net/sctp/auth.h 				struct sctp_association *asoc,
sctp_association   83 include/net/sctp/auth.h struct sctp_hmac *sctp_auth_asoc_get_hmac(const struct sctp_association *asoc);
sctp_association   84 include/net/sctp/auth.h void sctp_auth_asoc_set_default_hmac(struct sctp_association *asoc,
sctp_association   86 include/net/sctp/auth.h int sctp_auth_asoc_verify_hmac_id(const struct sctp_association *asoc,
sctp_association   89 include/net/sctp/auth.h 		       const struct sctp_association *asoc);
sctp_association   91 include/net/sctp/auth.h 		       const struct sctp_association *asoc);
sctp_association   92 include/net/sctp/auth.h void sctp_auth_calculate_hmac(const struct sctp_association *asoc,
sctp_association  102 include/net/sctp/auth.h int sctp_auth_set_key(struct sctp_endpoint *ep, struct sctp_association *asoc,
sctp_association  105 include/net/sctp/auth.h 			     struct sctp_association *asoc, __u16 key_id);
sctp_association  107 include/net/sctp/auth.h 			 struct sctp_association *asoc, __u16 key_id);
sctp_association  109 include/net/sctp/auth.h 			   struct sctp_association *asoc, __u16 key_id);
sctp_association  117 include/net/sctp/command.h 	struct sctp_association *asoc;
sctp_association  158 include/net/sctp/command.h SCTP_ARG_CONSTRUCTOR(ASOC,	struct sctp_association *, asoc)
sctp_association  101 include/net/sctp/sctp.h 		    struct sctp_association *asoc);
sctp_association  120 include/net/sctp/sctp.h int sctp_get_sctp_info(struct sock *sk, struct sctp_association *asoc,
sctp_association  126 include/net/sctp/sctp.h int sctp_primitive_ASSOCIATE(struct net *, struct sctp_association *, void *arg);
sctp_association  127 include/net/sctp/sctp.h int sctp_primitive_SHUTDOWN(struct net *, struct sctp_association *, void *arg);
sctp_association  128 include/net/sctp/sctp.h int sctp_primitive_ABORT(struct net *, struct sctp_association *, void *arg);
sctp_association  129 include/net/sctp/sctp.h int sctp_primitive_SEND(struct net *, struct sctp_association *, void *arg);
sctp_association  130 include/net/sctp/sctp.h int sctp_primitive_REQUESTHEARTBEAT(struct net *, struct sctp_association *, void *arg);
sctp_association  131 include/net/sctp/sctp.h int sctp_primitive_ASCONF(struct net *, struct sctp_association *, void *arg);
sctp_association  132 include/net/sctp/sctp.h int sctp_primitive_RECONF(struct net *net, struct sctp_association *asoc,
sctp_association  143 include/net/sctp/sctp.h 			     struct sctphdr *, struct sctp_association **,
sctp_association  146 include/net/sctp/sctp.h void sctp_icmp_frag_needed(struct sock *, struct sctp_association *,
sctp_association  151 include/net/sctp/sctp.h 				 struct sctp_association *asoc,
sctp_association  153 include/net/sctp/sctp.h void sctp_backlog_migrate(struct sctp_association *assoc,
sctp_association  185 include/net/sctp/sctp.h int sctp_send_reset_streams(struct sctp_association *asoc,
sctp_association  187 include/net/sctp/sctp.h int sctp_send_reset_assoc(struct sctp_association *asoc);
sctp_association  188 include/net/sctp/sctp.h int sctp_send_add_streams(struct sctp_association *asoc,
sctp_association  258 include/net/sctp/sctp.h static inline void sctp_max_rto(struct sctp_association *asoc,
sctp_association  348 include/net/sctp/sctp.h static inline sctp_assoc_t sctp_assoc2id(const struct sctp_association *asoc)
sctp_association  354 include/net/sctp/sctp.h sctp_assoc_to_state(const struct sctp_association *asoc)
sctp_association  367 include/net/sctp/sctp.h struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id);
sctp_association  522 include/net/sctp/sctp.h static inline int __sctp_state(const struct sctp_association *asoc,
sctp_association   56 include/net/sctp/sm.h 					const struct sctp_association *asoc,
sctp_association  165 include/net/sctp/sm.h struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *,
sctp_association  172 include/net/sctp/sm.h struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc,
sctp_association  175 include/net/sctp/sm.h struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *asoc,
sctp_association  178 include/net/sctp/sm.h struct sctp_chunk *sctp_make_cookie_echo(const struct sctp_association *asoc,
sctp_association  180 include/net/sctp/sm.h struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc,
sctp_association  182 include/net/sctp/sm.h struct sctp_chunk *sctp_make_cwr(const struct sctp_association *asoc,
sctp_association  185 include/net/sctp/sm.h struct sctp_chunk *sctp_make_idata(const struct sctp_association *asoc,
sctp_association  187 include/net/sctp/sm.h struct sctp_chunk *sctp_make_ifwdtsn(const struct sctp_association *asoc,
sctp_association  190 include/net/sctp/sm.h struct sctp_chunk *sctp_make_datafrag_empty(const struct sctp_association *asoc,
sctp_association  193 include/net/sctp/sm.h struct sctp_chunk *sctp_make_ecne(const struct sctp_association *asoc,
sctp_association  195 include/net/sctp/sm.h struct sctp_chunk *sctp_make_sack(struct sctp_association *asoc);
sctp_association  196 include/net/sctp/sm.h struct sctp_chunk *sctp_make_shutdown(const struct sctp_association *asoc,
sctp_association  198 include/net/sctp/sm.h struct sctp_chunk *sctp_make_shutdown_ack(const struct sctp_association *asoc,
sctp_association  201 include/net/sctp/sm.h 					const struct sctp_association *asoc,
sctp_association  204 include/net/sctp/sm.h struct sctp_chunk *sctp_make_abort(const struct sctp_association *asoc,
sctp_association  207 include/net/sctp/sm.h struct sctp_chunk *sctp_make_abort_no_data(const struct sctp_association *asoc,
sctp_association  210 include/net/sctp/sm.h struct sctp_chunk *sctp_make_abort_user(const struct sctp_association *asoc,
sctp_association  213 include/net/sctp/sm.h 					const struct sctp_association *asoc,
sctp_association  218 include/net/sctp/sm.h 					const struct sctp_association *asoc,
sctp_association  222 include/net/sctp/sm.h 					const struct sctp_association *asoc,
sctp_association  224 include/net/sctp/sm.h struct sctp_chunk *sctp_make_heartbeat(const struct sctp_association *asoc,
sctp_association  226 include/net/sctp/sm.h struct sctp_chunk *sctp_make_heartbeat_ack(const struct sctp_association *asoc,
sctp_association  230 include/net/sctp/sm.h struct sctp_chunk *sctp_make_op_error(const struct sctp_association *asoc,
sctp_association  235 include/net/sctp/sm.h struct sctp_chunk *sctp_make_asconf_update_ip(struct sctp_association *asoc,
sctp_association  239 include/net/sctp/sm.h struct sctp_chunk *sctp_make_asconf_set_prim(struct sctp_association *asoc,
sctp_association  241 include/net/sctp/sm.h bool sctp_verify_asconf(const struct sctp_association *asoc,
sctp_association  244 include/net/sctp/sm.h struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc,
sctp_association  246 include/net/sctp/sm.h int sctp_process_asconf_ack(struct sctp_association *asoc,
sctp_association  248 include/net/sctp/sm.h struct sctp_chunk *sctp_make_fwdtsn(const struct sctp_association *asoc,
sctp_association  251 include/net/sctp/sm.h struct sctp_chunk *sctp_make_auth(const struct sctp_association *asoc,
sctp_association  253 include/net/sctp/sm.h struct sctp_chunk *sctp_make_strreset_req(const struct sctp_association *asoc,
sctp_association  257 include/net/sctp/sm.h 					const struct sctp_association *asoc);
sctp_association  259 include/net/sctp/sm.h 					const struct sctp_association *asoc,
sctp_association  261 include/net/sctp/sm.h struct sctp_chunk *sctp_make_strreset_resp(const struct sctp_association *asoc,
sctp_association  263 include/net/sctp/sm.h struct sctp_chunk *sctp_make_strreset_tsnresp(struct sctp_association *asoc,
sctp_association  267 include/net/sctp/sm.h bool sctp_verify_reconf(const struct sctp_association *asoc,
sctp_association  275 include/net/sctp/sm.h 				struct sctp_association *asoc,
sctp_association  279 include/net/sctp/sm.h 				struct sctp_association *asoc,
sctp_association  283 include/net/sctp/sm.h 				struct sctp_association *asoc,
sctp_association  287 include/net/sctp/sm.h 				struct sctp_association *asoc,
sctp_association  291 include/net/sctp/sm.h 				struct sctp_association *asoc,
sctp_association  295 include/net/sctp/sm.h 				struct sctp_association *asoc,
sctp_association  303 include/net/sctp/sm.h 	       struct sctp_endpoint *ep, struct sctp_association *asoc,
sctp_association  314 include/net/sctp/sm.h struct sctp_association *sctp_unpack_cookie(
sctp_association  316 include/net/sctp/sm.h 					const struct sctp_association *asoc,
sctp_association  372 include/net/sctp/sm.h 		 const struct sctp_association *asoc)
sctp_association  391 include/net/sctp/sm.h 			const struct sctp_association *asoc)
sctp_association   23 include/net/sctp/stream_interleave.h 	struct sctp_chunk *(*make_datafrag)(const struct sctp_association *asoc,
sctp_association   44 include/net/sctp/stream_sched.h int sctp_sched_set_sched(struct sctp_association *asoc,
sctp_association   46 include/net/sctp/stream_sched.h int sctp_sched_get_sched(struct sctp_association *asoc);
sctp_association   47 include/net/sctp/stream_sched.h int sctp_sched_set_value(struct sctp_association *asoc, __u16 sid,
sctp_association   49 include/net/sctp/stream_sched.h int sctp_sched_get_value(struct sctp_association *asoc, __u16 sid,
sctp_association   62 include/net/sctp/structs.h struct sctp_association;
sctp_association  507 include/net/sctp/structs.h 					  struct sctp_association *asoc,
sctp_association  534 include/net/sctp/structs.h struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *,
sctp_association  618 include/net/sctp/structs.h 	struct sctp_association *asoc;
sctp_association  674 include/net/sctp/structs.h 				 const struct sctp_association *,
sctp_association  815 include/net/sctp/structs.h 	struct sctp_association *asoc;
sctp_association  987 include/net/sctp/structs.h 			      struct sctp_association *);
sctp_association 1057 include/net/sctp/structs.h 	struct sctp_association *asoc;
sctp_association 1098 include/net/sctp/structs.h void sctp_outq_init(struct sctp_association *, struct sctp_outq *);
sctp_association 1110 include/net/sctp/structs.h void sctp_prsctp_prune(struct sctp_association *asoc,
sctp_association 1362 include/net/sctp/structs.h void sctp_endpoint_add_asoc(struct sctp_endpoint *, struct sctp_association *);
sctp_association 1363 include/net/sctp/structs.h struct sctp_association *sctp_endpoint_lookup_assoc(
sctp_association 1375 include/net/sctp/structs.h 		     const struct sctp_association *asoc,
sctp_association 1378 include/net/sctp/structs.h int sctp_process_init(struct sctp_association *, struct sctp_chunk *chunk,
sctp_association 2091 include/net/sctp/structs.h static inline struct sctp_association *sctp_assoc(struct sctp_ep_common *base)
sctp_association 2093 include/net/sctp/structs.h 	struct sctp_association *asoc;
sctp_association 2095 include/net/sctp/structs.h 	asoc = container_of(base, struct sctp_association, base);
sctp_association 2102 include/net/sctp/structs.h struct sctp_association *
sctp_association 2105 include/net/sctp/structs.h void sctp_association_free(struct sctp_association *);
sctp_association 2106 include/net/sctp/structs.h void sctp_association_put(struct sctp_association *);
sctp_association 2107 include/net/sctp/structs.h void sctp_association_hold(struct sctp_association *);
sctp_association 2110 include/net/sctp/structs.h 	struct sctp_association *, struct sctp_transport *);
sctp_association 2111 include/net/sctp/structs.h void sctp_assoc_update_retran_path(struct sctp_association *);
sctp_association 2112 include/net/sctp/structs.h struct sctp_transport *sctp_assoc_lookup_paddr(const struct sctp_association *,
sctp_association 2114 include/net/sctp/structs.h int sctp_assoc_lookup_laddr(struct sctp_association *asoc,
sctp_association 2116 include/net/sctp/structs.h struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *,
sctp_association 2120 include/net/sctp/structs.h void sctp_assoc_del_peer(struct sctp_association *asoc,
sctp_association 2122 include/net/sctp/structs.h void sctp_assoc_rm_peer(struct sctp_association *asoc,
sctp_association 2124 include/net/sctp/structs.h void sctp_assoc_control_transport(struct sctp_association *asoc,
sctp_association 2128 include/net/sctp/structs.h struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *, __u32);
sctp_association 2129 include/net/sctp/structs.h void sctp_assoc_migrate(struct sctp_association *, struct sock *);
sctp_association 2130 include/net/sctp/structs.h int sctp_assoc_update(struct sctp_association *old,
sctp_association 2131 include/net/sctp/structs.h 		      struct sctp_association *new);
sctp_association 2133 include/net/sctp/structs.h __u32 sctp_association_get_next_tsn(struct sctp_association *);
sctp_association 2135 include/net/sctp/structs.h void sctp_assoc_update_frag_point(struct sctp_association *asoc);
sctp_association 2136 include/net/sctp/structs.h void sctp_assoc_set_pmtu(struct sctp_association *asoc, __u32 pmtu);
sctp_association 2137 include/net/sctp/structs.h void sctp_assoc_sync_pmtu(struct sctp_association *asoc);
sctp_association 2138 include/net/sctp/structs.h void sctp_assoc_rwnd_increase(struct sctp_association *, unsigned int);
sctp_association 2139 include/net/sctp/structs.h void sctp_assoc_rwnd_decrease(struct sctp_association *, unsigned int);
sctp_association 2140 include/net/sctp/structs.h void sctp_assoc_set_primary(struct sctp_association *,
sctp_association 2142 include/net/sctp/structs.h void sctp_assoc_del_nonprimary_peers(struct sctp_association *,
sctp_association 2144 include/net/sctp/structs.h int sctp_assoc_set_bind_addr_from_ep(struct sctp_association *asoc,
sctp_association 2146 include/net/sctp/structs.h int sctp_assoc_set_bind_addr_from_cookie(struct sctp_association *,
sctp_association 2149 include/net/sctp/structs.h int sctp_assoc_set_id(struct sctp_association *, gfp_t);
sctp_association 2150 include/net/sctp/structs.h void sctp_assoc_clean_asconf_ack_cache(const struct sctp_association *asoc);
sctp_association 2152 include/net/sctp/structs.h 					const struct sctp_association *asoc,
sctp_association 2154 include/net/sctp/structs.h void sctp_asconf_queue_teardown(struct sctp_association *asoc);
sctp_association 2158 include/net/sctp/structs.h struct sctp_chunk *sctp_get_ecne_prepend(struct sctp_association *asoc);
sctp_association   39 include/net/sctp/ulpevent.h 	struct sctp_association *asoc;
sctp_association   74 include/net/sctp/ulpevent.h 	const struct sctp_association *asoc,
sctp_association   84 include/net/sctp/ulpevent.h 	const struct sctp_association *asoc,
sctp_association   92 include/net/sctp/ulpevent.h 	const struct sctp_association *asoc,
sctp_association   97 include/net/sctp/ulpevent.h 	const struct sctp_association *asoc,
sctp_association  104 include/net/sctp/ulpevent.h 	const struct sctp_association *asoc,
sctp_association  109 include/net/sctp/ulpevent.h 	const struct sctp_association *asoc,
sctp_association  114 include/net/sctp/ulpevent.h 	const struct sctp_association *asoc, gfp_t gfp);
sctp_association  116 include/net/sctp/ulpevent.h struct sctp_ulpevent *sctp_ulpevent_make_rcvmsg(struct sctp_association *asoc,
sctp_association  121 include/net/sctp/ulpevent.h 	const struct sctp_association *asoc, __u16 key_id,
sctp_association  125 include/net/sctp/ulpevent.h 	const struct sctp_association *asoc, gfp_t gfp);
sctp_association  128 include/net/sctp/ulpevent.h 	const struct sctp_association *asoc, __u16 flags,
sctp_association  132 include/net/sctp/ulpevent.h 	const struct sctp_association *asoc, __u16 flags,
sctp_association  136 include/net/sctp/ulpevent.h 	const struct sctp_association *asoc, __u16 flags,
sctp_association   31 include/net/sctp/ulpqueue.h 	struct sctp_association *asoc;
sctp_association   39 include/net/sctp/ulpqueue.h 				 struct sctp_association *);
sctp_association   59 include/net/sctp/ulpqueue.h int sctp_clear_pd(struct sock *sk, struct sctp_association *asoc);
sctp_association   14 include/trace/events/sctp.h 		 const struct sctp_association *asoc),
sctp_association   53 include/trace/events/sctp.h 		 const struct sctp_association *asoc,
sctp_association   43 net/sctp/associola.c static void sctp_select_active_and_retran_path(struct sctp_association *asoc);
sctp_association   45 net/sctp/associola.c static void sctp_assoc_free_asconf_acks(struct sctp_association *asoc);
sctp_association   46 net/sctp/associola.c static void sctp_assoc_free_asconf_queue(struct sctp_association *asoc);
sctp_association   51 net/sctp/associola.c static struct sctp_association *sctp_association_init(
sctp_association   52 net/sctp/associola.c 					struct sctp_association *asoc,
sctp_association  283 net/sctp/associola.c struct sctp_association *sctp_association_new(const struct sctp_endpoint *ep,
sctp_association  287 net/sctp/associola.c 	struct sctp_association *asoc;
sctp_association  311 net/sctp/associola.c void sctp_association_free(struct sctp_association *asoc)
sctp_association  397 net/sctp/associola.c static void sctp_association_destroy(struct sctp_association *asoc)
sctp_association  420 net/sctp/associola.c void sctp_assoc_set_primary(struct sctp_association *asoc,
sctp_association  477 net/sctp/associola.c void sctp_assoc_rm_peer(struct sctp_association *asoc,
sctp_association  577 net/sctp/associola.c struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *asoc,
sctp_association  726 net/sctp/associola.c void sctp_assoc_del_peer(struct sctp_association *asoc,
sctp_association  745 net/sctp/associola.c 					const struct sctp_association *asoc,
sctp_association  762 net/sctp/associola.c void sctp_assoc_del_nonprimary_peers(struct sctp_association *asoc,
sctp_association  780 net/sctp/associola.c void sctp_assoc_control_transport(struct sctp_association *asoc,
sctp_association  856 net/sctp/associola.c void sctp_association_hold(struct sctp_association *asoc)
sctp_association  864 net/sctp/associola.c void sctp_association_put(struct sctp_association *asoc)
sctp_association  873 net/sctp/associola.c __u32 sctp_association_get_next_tsn(struct sctp_association *asoc)
sctp_association  906 net/sctp/associola.c struct sctp_chunk *sctp_get_ecne_prepend(struct sctp_association *asoc)
sctp_association  920 net/sctp/associola.c struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *asoc,
sctp_association  978 net/sctp/associola.c 	struct sctp_association *asoc =
sctp_association  979 net/sctp/associola.c 		container_of(work, struct sctp_association,
sctp_association 1069 net/sctp/associola.c void sctp_assoc_migrate(struct sctp_association *assoc, struct sock *newsk)
sctp_association 1100 net/sctp/associola.c int sctp_assoc_update(struct sctp_association *asoc,
sctp_association 1101 net/sctp/associola.c 		      struct sctp_association *new)
sctp_association 1273 net/sctp/associola.c void sctp_assoc_update_retran_path(struct sctp_association *asoc)
sctp_association 1311 net/sctp/associola.c static void sctp_select_active_and_retran_path(struct sctp_association *asoc)
sctp_association 1379 net/sctp/associola.c sctp_assoc_choose_alter_transport(struct sctp_association *asoc,
sctp_association 1396 net/sctp/associola.c void sctp_assoc_update_frag_point(struct sctp_association *asoc)
sctp_association 1410 net/sctp/associola.c void sctp_assoc_set_pmtu(struct sctp_association *asoc, __u32 pmtu)
sctp_association 1424 net/sctp/associola.c void sctp_assoc_sync_pmtu(struct sctp_association *asoc)
sctp_association 1447 net/sctp/associola.c static inline bool sctp_peer_needs_update(struct sctp_association *asoc)
sctp_association 1468 net/sctp/associola.c void sctp_assoc_rwnd_increase(struct sctp_association *asoc, unsigned int len)
sctp_association 1527 net/sctp/associola.c void sctp_assoc_rwnd_decrease(struct sctp_association *asoc, unsigned int len)
sctp_association 1569 net/sctp/associola.c int sctp_assoc_set_bind_addr_from_ep(struct sctp_association *asoc,
sctp_association 1590 net/sctp/associola.c int sctp_assoc_set_bind_addr_from_cookie(struct sctp_association *asoc,
sctp_association 1603 net/sctp/associola.c int sctp_assoc_lookup_laddr(struct sctp_association *asoc,
sctp_association 1617 net/sctp/associola.c int sctp_assoc_set_id(struct sctp_association *asoc, gfp_t gfp)
sctp_association 1645 net/sctp/associola.c static void sctp_assoc_free_asconf_queue(struct sctp_association *asoc)
sctp_association 1657 net/sctp/associola.c static void sctp_assoc_free_asconf_acks(struct sctp_association *asoc)
sctp_association 1670 net/sctp/associola.c void sctp_assoc_clean_asconf_ack_cache(const struct sctp_association *asoc)
sctp_association 1691 net/sctp/associola.c 					const struct sctp_association *asoc,
sctp_association 1711 net/sctp/associola.c void sctp_asconf_queue_teardown(struct sctp_association *asoc)
sctp_association  222 net/sctp/auth.c 				    const struct sctp_association *asoc,
sctp_association  233 net/sctp/auth.c 				    const struct sctp_association *asoc,
sctp_association  287 net/sctp/auth.c 				 const struct sctp_association *asoc,
sctp_association  354 net/sctp/auth.c 				struct sctp_association *asoc,
sctp_association  383 net/sctp/auth.c int sctp_auth_asoc_init_active_key(struct sctp_association *asoc, gfp_t gfp)
sctp_association  430 net/sctp/auth.c 				const struct sctp_association *asoc,
sctp_association  523 net/sctp/auth.c struct sctp_hmac *sctp_auth_asoc_get_hmac(const struct sctp_association *asoc)
sctp_association  583 net/sctp/auth.c int sctp_auth_asoc_verify_hmac_id(const struct sctp_association *asoc,
sctp_association  605 net/sctp/auth.c void sctp_auth_asoc_set_default_hmac(struct sctp_association *asoc,
sctp_association  673 net/sctp/auth.c int sctp_auth_send_cid(enum sctp_cid chunk, const struct sctp_association *asoc)
sctp_association  685 net/sctp/auth.c int sctp_auth_recv_cid(enum sctp_cid chunk, const struct sctp_association *asoc)
sctp_association  706 net/sctp/auth.c void sctp_auth_calculate_hmac(const struct sctp_association *asoc,
sctp_association  823 net/sctp/auth.c 		      struct sctp_association *asoc,
sctp_association  875 net/sctp/auth.c 			     struct sctp_association *asoc,
sctp_association  913 net/sctp/auth.c 			 struct sctp_association *asoc,
sctp_association  957 net/sctp/auth.c 			   struct sctp_association *asoc, __u16  key_id)
sctp_association   74 net/sctp/chunk.c 	struct sctp_association *asoc = NULL;
sctp_association  148 net/sctp/chunk.c struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *asoc,
sctp_association   28 net/sctp/diag.c 					struct sctp_association *asoc)
sctp_association   98 net/sctp/diag.c 					struct sctp_association *asoc)
sctp_association  123 net/sctp/diag.c static int inet_sctp_diag_fill(struct sock *sk, struct sctp_association *asoc,
sctp_association  229 net/sctp/diag.c static size_t inet_assoc_attr_size(struct sctp_association *asoc)
sctp_association  250 net/sctp/diag.c 	struct sctp_association *assoc = tsp->asoc;
sctp_association  303 net/sctp/diag.c 	struct sctp_association *assoc;
sctp_association  355 net/sctp/diag.c 	struct sctp_association *assoc =
sctp_association  356 net/sctp/diag.c 		list_entry(ep->asocs.next, struct sctp_association, asocs);
sctp_association  152 net/sctp/endpointola.c 			    struct sctp_association *asoc)
sctp_association  260 net/sctp/endpointola.c struct sctp_association *sctp_endpoint_lookup_assoc(
sctp_association  265 net/sctp/endpointola.c 	struct sctp_association *asoc = NULL;
sctp_association  318 net/sctp/endpointola.c 	struct sctp_association *asoc;
sctp_association   49 net/sctp/input.c static struct sctp_association *__sctp_rcv_lookup(struct net *net,
sctp_association   58 net/sctp/input.c static struct sctp_association *__sctp_lookup_association(
sctp_association   88 net/sctp/input.c 	struct sctp_association *asoc;
sctp_association  385 net/sctp/input.c void sctp_icmp_frag_needed(struct sock *sk, struct sctp_association *asoc,
sctp_association  443 net/sctp/input.c 			   struct sctp_association *asoc,
sctp_association  473 net/sctp/input.c 			     struct sctp_association **app,
sctp_association  481 net/sctp/input.c 	struct sctp_association *asoc;
sctp_association  578 net/sctp/input.c 	struct sctp_association *asoc = NULL;
sctp_association 1027 net/sctp/input.c static struct sctp_association *__sctp_lookup_association(
sctp_association 1034 net/sctp/input.c 	struct sctp_association *asoc = NULL;
sctp_association 1049 net/sctp/input.c struct sctp_association *sctp_lookup_association(struct net *net,
sctp_association 1054 net/sctp/input.c 	struct sctp_association *asoc;
sctp_association 1096 net/sctp/input.c static struct sctp_association *__sctp_rcv_init_lookup(struct net *net,
sctp_association 1100 net/sctp/input.c 	struct sctp_association *asoc;
sctp_association 1158 net/sctp/input.c static struct sctp_association *__sctp_rcv_asconf_lookup(
sctp_association 1192 net/sctp/input.c static struct sctp_association *__sctp_rcv_walk_lookup(struct net *net,
sctp_association 1197 net/sctp/input.c 	struct sctp_association *asoc = NULL;
sctp_association 1259 net/sctp/input.c static struct sctp_association *__sctp_rcv_lookup_harder(struct net *net,
sctp_association 1292 net/sctp/input.c static struct sctp_association *__sctp_rcv_lookup(struct net *net,
sctp_association 1298 net/sctp/input.c 	struct sctp_association *asoc;
sctp_association  130 net/sctp/ipv6.c 	struct sctp_association *asoc;
sctp_association  229 net/sctp/ipv6.c 	struct sctp_association *asoc = t->asoc;
sctp_association  712 net/sctp/ipv6.c 					     struct sctp_association *asoc,
sctp_association  809 net/sctp/ipv6.c 	struct sctp_association *asoc;
sctp_association   77 net/sctp/output.c 	struct sctp_association *asoc = tp->asoc;
sctp_association  218 net/sctp/output.c 	struct sctp_association *asoc = pkt->transport->asoc;
sctp_association  264 net/sctp/output.c 		struct sctp_association *asoc;
sctp_association  548 net/sctp/output.c 	struct sctp_association *asoc = tp->asoc;
sctp_association  653 net/sctp/output.c 	struct sctp_association *asoc = transport->asoc;
sctp_association  737 net/sctp/output.c 	struct sctp_association *asoc = transport->asoc;
sctp_association  190 net/sctp/outqueue.c void sctp_outq_init(struct sctp_association *asoc, struct sctp_outq *q)
sctp_association  341 net/sctp/outqueue.c static int sctp_prsctp_prune_sent(struct sctp_association *asoc,
sctp_association  381 net/sctp/outqueue.c static int sctp_prsctp_prune_unsent(struct sctp_association *asoc,
sctp_association  419 net/sctp/outqueue.c void sctp_prsctp_prune(struct sctp_association *asoc,
sctp_association  763 net/sctp/outqueue.c 	const struct sctp_association *asoc = transport->asoc;
sctp_association  782 net/sctp/outqueue.c 	struct sctp_association *asoc;
sctp_association 1198 net/sctp/outqueue.c static void sctp_sack_update_unack_data(struct sctp_association *assoc,
sctp_association 1223 net/sctp/outqueue.c 	struct sctp_association *asoc = q->asoc;
sctp_association 1569 net/sctp/outqueue.c 			struct sctp_association *asoc = transport->asoc;
sctp_association 1682 net/sctp/outqueue.c 	struct sctp_association *asoc = q->asoc;
sctp_association 1788 net/sctp/outqueue.c 	struct sctp_association *asoc = q->asoc;
sctp_association   38 net/sctp/primitive.c int sctp_primitive_ ## name(struct net *net, struct sctp_association *asoc, \
sctp_association   79 net/sctp/proc.c 	struct sctp_association *asoc;
sctp_association  113 net/sctp/proc.c static void sctp_seq_dump_remote_addrs(struct seq_file *seq, struct sctp_association *assoc)
sctp_association  234 net/sctp/proc.c 	struct sctp_association *assoc;
sctp_association  294 net/sctp/proc.c 	struct sctp_association *assoc;
sctp_association  410 net/sctp/protocol.c 	struct sctp_association *asoc = t->asoc;
sctp_association  568 net/sctp/protocol.c 					     struct sctp_association *asoc,
sctp_association  898 net/sctp/protocol.c 		struct sctp_association *asoc;
sctp_association   49 net/sctp/sm_make_chunk.c static struct sctp_chunk *sctp_make_control(const struct sctp_association *asoc,
sctp_association   52 net/sctp/sm_make_chunk.c static struct sctp_chunk *sctp_make_data(const struct sctp_association *asoc,
sctp_association   54 net/sctp/sm_make_chunk.c static struct sctp_chunk *_sctp_make_chunk(const struct sctp_association *asoc,
sctp_association   59 net/sctp/sm_make_chunk.c 					const struct sctp_association *asoc,
sctp_association   63 net/sctp/sm_make_chunk.c static int sctp_process_param(struct sctp_association *asoc,
sctp_association   77 net/sctp/sm_make_chunk.c 		struct sctp_association *asoc = chunk->asoc;
sctp_association   99 net/sctp/sm_make_chunk.c 	struct sctp_association *asoc = chunk->asoc;
sctp_association  206 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc,
sctp_association  379 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *asoc,
sctp_association  524 net/sctp/sm_make_chunk.c 	retval->asoc = (struct sctp_association *) asoc;
sctp_association  567 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_cookie_echo(const struct sctp_association *asoc,
sctp_association  619 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc,
sctp_association  666 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_cwr(const struct sctp_association *asoc,
sctp_association  701 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_ecne(const struct sctp_association *asoc,
sctp_association  722 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_datafrag_empty(const struct sctp_association *asoc,
sctp_association  754 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_sack(struct sctp_association *asoc)
sctp_association  854 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_shutdown(const struct sctp_association *asoc,
sctp_association  882 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_shutdown_ack(const struct sctp_association *asoc,
sctp_association  906 net/sctp/sm_make_chunk.c 					const struct sctp_association *asoc,
sctp_association  939 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_abort(const struct sctp_association *asoc,
sctp_association  977 net/sctp/sm_make_chunk.c 					const struct sctp_association *asoc,
sctp_association 1012 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_abort_user(const struct sctp_association *asoc,
sctp_association 1078 net/sctp/sm_make_chunk.c 					const struct sctp_association *asoc,
sctp_association 1104 net/sctp/sm_make_chunk.c 					const struct sctp_association *asoc,
sctp_association 1127 net/sctp/sm_make_chunk.c 					const struct sctp_association *asoc,
sctp_association 1146 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_heartbeat(const struct sctp_association *asoc,
sctp_association 1175 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_heartbeat_ack(const struct sctp_association *asoc,
sctp_association 1209 net/sctp/sm_make_chunk.c 					const struct sctp_association *asoc,
sctp_association 1244 net/sctp/sm_make_chunk.c 					const struct sctp_association *asoc,
sctp_association 1261 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_op_error(const struct sctp_association *asoc,
sctp_association 1281 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_auth(const struct sctp_association *asoc,
sctp_association 1331 net/sctp/sm_make_chunk.c 				 const struct sctp_association *asoc,
sctp_association 1345 net/sctp/sm_make_chunk.c 	retval->asoc		= (struct sctp_association *)asoc;
sctp_association 1383 net/sctp/sm_make_chunk.c static struct sctp_chunk *_sctp_make_chunk(const struct sctp_association *asoc,
sctp_association 1427 net/sctp/sm_make_chunk.c static struct sctp_chunk *sctp_make_data(const struct sctp_association *asoc,
sctp_association 1433 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_idata(const struct sctp_association *asoc,
sctp_association 1439 net/sctp/sm_make_chunk.c static struct sctp_chunk *sctp_make_control(const struct sctp_association *asoc,
sctp_association 1583 net/sctp/sm_make_chunk.c struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *ep,
sctp_association 1587 net/sctp/sm_make_chunk.c 	struct sctp_association *asoc;
sctp_association 1610 net/sctp/sm_make_chunk.c 					const struct sctp_association *asoc,
sctp_association 1698 net/sctp/sm_make_chunk.c struct sctp_association *sctp_unpack_cookie(
sctp_association 1700 net/sctp/sm_make_chunk.c 					const struct sctp_association *asoc,
sctp_association 1704 net/sctp/sm_make_chunk.c 	struct sctp_association *retval = NULL;
sctp_association 1885 net/sctp/sm_make_chunk.c static int sctp_process_missing_param(const struct sctp_association *asoc,
sctp_association 1914 net/sctp/sm_make_chunk.c static int sctp_process_inv_mandatory(const struct sctp_association *asoc,
sctp_association 1930 net/sctp/sm_make_chunk.c static int sctp_process_inv_paramlength(const struct sctp_association *asoc,
sctp_association 1951 net/sctp/sm_make_chunk.c static int sctp_process_hn_param(const struct sctp_association *asoc,
sctp_association 2008 net/sctp/sm_make_chunk.c static void sctp_process_ext_param(struct sctp_association *asoc,
sctp_association 2072 net/sctp/sm_make_chunk.c 					const struct sctp_association *asoc,
sctp_association 2126 net/sctp/sm_make_chunk.c 					  const struct sctp_association *asoc,
sctp_association 2246 net/sctp/sm_make_chunk.c 		     const struct sctp_association *asoc, enum sctp_cid cid,
sctp_association 2310 net/sctp/sm_make_chunk.c int sctp_process_init(struct sctp_association *asoc, struct sctp_chunk *chunk,
sctp_association 2493 net/sctp/sm_make_chunk.c static int sctp_process_param(struct sctp_association *asoc,
sctp_association 2759 net/sctp/sm_make_chunk.c static struct sctp_chunk *sctp_make_asconf(struct sctp_association *asoc,
sctp_association 2815 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_asconf_update_ip(struct sctp_association *asoc,
sctp_association 2902 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_asconf_set_prim(struct sctp_association *asoc,
sctp_association 2951 net/sctp/sm_make_chunk.c static struct sctp_chunk *sctp_make_asconf_ack(const struct sctp_association *asoc,
sctp_association 3015 net/sctp/sm_make_chunk.c static __be16 sctp_process_asconf_param(struct sctp_association *asoc,
sctp_association 3157 net/sctp/sm_make_chunk.c bool sctp_verify_asconf(const struct sctp_association *asoc,
sctp_association 3226 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc,
sctp_association 3311 net/sctp/sm_make_chunk.c static void sctp_asconf_param_success(struct sctp_association *asoc,
sctp_association 3425 net/sctp/sm_make_chunk.c int sctp_process_asconf_ack(struct sctp_association *asoc,
sctp_association 3518 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_fwdtsn(const struct sctp_association *asoc,
sctp_association 3548 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_ifwdtsn(const struct sctp_association *asoc,
sctp_association 3587 net/sctp/sm_make_chunk.c static struct sctp_chunk *sctp_make_reconf(const struct sctp_association *asoc,
sctp_association 3639 net/sctp/sm_make_chunk.c 					const struct sctp_association *asoc,
sctp_association 3693 net/sctp/sm_make_chunk.c 					const struct sctp_association *asoc)
sctp_association 3724 net/sctp/sm_make_chunk.c 					const struct sctp_association *asoc,
sctp_association 3769 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_strreset_resp(const struct sctp_association *asoc,
sctp_association 3805 net/sctp/sm_make_chunk.c struct sctp_chunk *sctp_make_strreset_tsnresp(struct sctp_association *asoc,
sctp_association 3831 net/sctp/sm_make_chunk.c bool sctp_verify_reconf(const struct sctp_association *asoc,
sctp_association   44 net/sctp/sm_sideeffect.c 				struct sctp_association *asoc,
sctp_association   53 net/sctp/sm_sideeffect.c 			     struct sctp_association **asoc,
sctp_association   64 net/sctp/sm_sideeffect.c static void sctp_do_ecn_ce_work(struct sctp_association *asoc,
sctp_association   85 net/sctp/sm_sideeffect.c static struct sctp_chunk *sctp_do_ecn_ecne_work(struct sctp_association *asoc,
sctp_association  128 net/sctp/sm_sideeffect.c static void sctp_do_ecn_cwr_work(struct sctp_association *asoc,
sctp_association  138 net/sctp/sm_sideeffect.c static int sctp_gen_sack(struct sctp_association *asoc, int force,
sctp_association  235 net/sctp/sm_sideeffect.c 	struct sctp_association *asoc = transport->asoc;
sctp_association  270 net/sctp/sm_sideeffect.c static void sctp_generate_timeout_event(struct sctp_association *asoc,
sctp_association  310 net/sctp/sm_sideeffect.c 	struct sctp_association *asoc =
sctp_association  318 net/sctp/sm_sideeffect.c 	struct sctp_association *asoc =
sctp_association  326 net/sctp/sm_sideeffect.c 	struct sctp_association *asoc =
sctp_association  334 net/sctp/sm_sideeffect.c 	struct sctp_association *asoc =
sctp_association  342 net/sctp/sm_sideeffect.c 	struct sctp_association *asoc =
sctp_association  353 net/sctp/sm_sideeffect.c 	struct sctp_association *asoc =
sctp_association  365 net/sctp/sm_sideeffect.c 	struct sctp_association *asoc = transport->asoc;
sctp_association  411 net/sctp/sm_sideeffect.c 	struct sctp_association *asoc = transport->asoc;
sctp_association  446 net/sctp/sm_sideeffect.c 	struct sctp_association *asoc = transport->asoc;
sctp_association  477 net/sctp/sm_sideeffect.c 	struct sctp_association *asoc =
sctp_association  515 net/sctp/sm_sideeffect.c 					 struct sctp_association *asoc,
sctp_association  587 net/sctp/sm_sideeffect.c 				 struct sctp_association *asoc,
sctp_association  610 net/sctp/sm_sideeffect.c 				  struct sctp_association *asoc,
sctp_association  655 net/sctp/sm_sideeffect.c 				 struct sctp_association *asoc,
sctp_association  677 net/sctp/sm_sideeffect.c 				     struct sctp_association *asoc)
sctp_association  690 net/sctp/sm_sideeffect.c 				    struct sctp_association *asoc)
sctp_association  705 net/sctp/sm_sideeffect.c 					struct sctp_association *asoc)
sctp_association  719 net/sctp/sm_sideeffect.c 				  struct sctp_association *asoc,
sctp_association  790 net/sctp/sm_sideeffect.c 				 struct sctp_association *asoc,
sctp_association  812 net/sctp/sm_sideeffect.c 			      struct sctp_association *asoc,
sctp_association  829 net/sctp/sm_sideeffect.c 				  struct sctp_association *asoc,
sctp_association  830 net/sctp/sm_sideeffect.c 				  struct sctp_association *new)
sctp_association  852 net/sctp/sm_sideeffect.c 			       struct sctp_association *asoc,
sctp_association  917 net/sctp/sm_sideeffect.c 				struct sctp_association *asoc)
sctp_association  939 net/sctp/sm_sideeffect.c 			      struct sctp_association *asoc,
sctp_association  951 net/sctp/sm_sideeffect.c 				   struct sctp_association *asoc,
sctp_association 1003 net/sctp/sm_sideeffect.c static void sctp_cmd_del_non_primary(struct sctp_association *asoc)
sctp_association 1019 net/sctp/sm_sideeffect.c static void sctp_cmd_set_sk_err(struct sctp_association *asoc, int error)
sctp_association 1029 net/sctp/sm_sideeffect.c 				  struct sctp_association *asoc,
sctp_association 1043 net/sctp/sm_sideeffect.c 				  struct sctp_association *asoc)
sctp_association 1054 net/sctp/sm_sideeffect.c 				    struct sctp_association *asoc)
sctp_association 1065 net/sctp/sm_sideeffect.c static void sctp_cmd_t1_timer_update(struct sctp_association *asoc,
sctp_association 1093 net/sctp/sm_sideeffect.c static void sctp_cmd_send_msg(struct sctp_association *asoc,
sctp_association 1131 net/sctp/sm_sideeffect.c 	       struct sctp_endpoint *ep, struct sctp_association *asoc,
sctp_association 1170 net/sctp/sm_sideeffect.c 			     struct sctp_association **asoc,
sctp_association 1256 net/sctp/sm_sideeffect.c 				struct sctp_association *asoc,
sctp_association   53 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association   56 net/sctp/sm_statefuns.c static int sctp_eat_data(const struct sctp_association *asoc,
sctp_association   61 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association   65 net/sctp/sm_statefuns.c 				       const struct sctp_association *asoc,
sctp_association   72 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association   79 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association   86 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association   96 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association  102 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association  111 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association  119 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association  127 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association  135 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association  141 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association  147 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association  220 net/sctp/sm_statefuns.c 				     const struct sctp_association *asoc,
sctp_association  305 net/sctp/sm_statefuns.c 					   const struct sctp_association *asoc,
sctp_association  312 net/sctp/sm_statefuns.c 	struct sctp_association *new_asoc;
sctp_association  504 net/sctp/sm_statefuns.c 					  const struct sctp_association *asoc,
sctp_association  622 net/sctp/sm_statefuns.c 				   const struct sctp_association *asoc)
sctp_association  686 net/sctp/sm_statefuns.c 					 const struct sctp_association *asoc,
sctp_association  692 net/sctp/sm_statefuns.c 	struct sctp_association *new_asoc;
sctp_association  900 net/sctp/sm_statefuns.c 					 const struct sctp_association *asoc,
sctp_association  991 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 1017 net/sctp/sm_statefuns.c 					   const struct sctp_association *asoc,
sctp_association 1065 net/sctp/sm_statefuns.c 					  const struct sctp_association *asoc,
sctp_association 1117 net/sctp/sm_statefuns.c 				       const struct sctp_association *asoc,
sctp_association 1191 net/sctp/sm_statefuns.c 					   const struct sctp_association *asoc,
sctp_association 1328 net/sctp/sm_statefuns.c static int sctp_sf_check_restart_addrs(const struct sctp_association *new_asoc,
sctp_association 1329 net/sctp/sm_statefuns.c 				       const struct sctp_association *asoc,
sctp_association 1368 net/sctp/sm_statefuns.c static void sctp_tietags_populate(struct sctp_association *new_asoc,
sctp_association 1369 net/sctp/sm_statefuns.c 				  const struct sctp_association *asoc)
sctp_association 1415 net/sctp/sm_statefuns.c static char sctp_tietags_compare(struct sctp_association *new_asoc,
sctp_association 1416 net/sctp/sm_statefuns.c 				 const struct sctp_association *asoc)
sctp_association 1454 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 1461 net/sctp/sm_statefuns.c 	struct sctp_association *new_asoc;
sctp_association 1672 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 1727 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 1751 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 1773 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 1776 net/sctp/sm_statefuns.c 					struct sctp_association *new_asoc)
sctp_association 1895 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 1898 net/sctp/sm_statefuns.c 					struct sctp_association *new_asoc)
sctp_association 1976 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 1979 net/sctp/sm_statefuns.c 					struct sctp_association *new_asoc)
sctp_association 1999 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 2002 net/sctp/sm_statefuns.c 					struct sctp_association *new_asoc)
sctp_association 2111 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 2116 net/sctp/sm_statefuns.c 	struct sctp_association *new_asoc;
sctp_association 2221 net/sctp/sm_statefuns.c 			 SCTP_ASOC((struct sctp_association *)asoc));
sctp_association 2237 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 2283 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 2337 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 2365 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 2430 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 2553 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 2594 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 2625 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 2665 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 2681 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 2701 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 2755 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 2845 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 2899 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 2963 net/sctp/sm_statefuns.c 					 const struct sctp_association *asoc,
sctp_association 3019 net/sctp/sm_statefuns.c 				      const struct sctp_association *asoc,
sctp_association 3075 net/sctp/sm_statefuns.c 					   const struct sctp_association *asoc,
sctp_association 3196 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 3287 net/sctp/sm_statefuns.c 					   const struct sctp_association *asoc,
sctp_association 3364 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 3414 net/sctp/sm_statefuns.c 					   const struct sctp_association *asoc,
sctp_association 3452 net/sctp/sm_statefuns.c 					   const struct sctp_association *asoc,
sctp_association 3535 net/sctp/sm_statefuns.c 				   const struct sctp_association *asoc,
sctp_association 3628 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 3690 net/sctp/sm_statefuns.c 					    const struct sctp_association *asoc,
sctp_association 3715 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 3775 net/sctp/sm_statefuns.c 		asconf_ack = sctp_process_asconf((struct sctp_association *)
sctp_association 3821 net/sctp/sm_statefuns.c 		((struct sctp_association *)asoc)->new_transport = NULL;
sctp_association 3830 net/sctp/sm_statefuns.c 					struct sctp_association *asoc,
sctp_association 3857 net/sctp/sm_statefuns.c 					    const struct sctp_association *asoc,
sctp_association 3941 net/sctp/sm_statefuns.c 		if (!sctp_process_asconf_ack((struct sctp_association *)asoc,
sctp_association 3944 net/sctp/sm_statefuns.c 					(struct sctp_association *)asoc,
sctp_association 3973 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 4005 net/sctp/sm_statefuns.c 				(struct sctp_association *)asoc, param, &ev);
sctp_association 4008 net/sctp/sm_statefuns.c 				(struct sctp_association *)asoc, param, &ev);
sctp_association 4011 net/sctp/sm_statefuns.c 				(struct sctp_association *)asoc, param, &ev);
sctp_association 4014 net/sctp/sm_statefuns.c 				(struct sctp_association *)asoc, param, &ev);
sctp_association 4017 net/sctp/sm_statefuns.c 				(struct sctp_association *)asoc, param, &ev);
sctp_association 4020 net/sctp/sm_statefuns.c 				(struct sctp_association *)asoc, param, &ev);
sctp_association 4050 net/sctp/sm_statefuns.c 					  const struct sctp_association *asoc,
sctp_association 4117 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 4203 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 4279 net/sctp/sm_statefuns.c 				       const struct sctp_association *asoc,
sctp_association 4375 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 4455 net/sctp/sm_statefuns.c 					    const struct sctp_association *asoc,
sctp_association 4495 net/sctp/sm_statefuns.c 				       const struct sctp_association *asoc,
sctp_association 4522 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 4543 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 4660 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 4680 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 4723 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 4743 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 4818 net/sctp/sm_statefuns.c 					  const struct sctp_association *asoc,
sctp_association 4823 net/sctp/sm_statefuns.c 	struct sctp_association *my_asoc;
sctp_association 4852 net/sctp/sm_statefuns.c 	my_asoc = (struct sctp_association *)asoc;
sctp_association 4930 net/sctp/sm_statefuns.c 					  const struct sctp_association *asoc,
sctp_association 4970 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 5027 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 5064 net/sctp/sm_statefuns.c 					   const struct sctp_association *asoc,
sctp_association 5079 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 5106 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 5141 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 5169 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 5218 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 5244 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 5271 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 5302 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 5338 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 5370 net/sctp/sm_statefuns.c 					    const struct sctp_association *asoc,
sctp_association 5387 net/sctp/sm_statefuns.c 					    const struct sctp_association *asoc,
sctp_association 5406 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 5430 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 5462 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 5532 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 5605 net/sctp/sm_statefuns.c 					   const struct sctp_association *asoc,
sctp_association 5633 net/sctp/sm_statefuns.c 					   const struct sctp_association *asoc,
sctp_association 5721 net/sctp/sm_statefuns.c 					  const struct sctp_association *asoc,
sctp_association 5753 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 5818 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 5869 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 5880 net/sctp/sm_statefuns.c 	((struct sctp_association *)asoc)->shutdown_retries++;
sctp_association 5940 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 6012 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 6049 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 6092 net/sctp/sm_statefuns.c 				       const struct sctp_association *asoc,
sctp_association 6109 net/sctp/sm_statefuns.c 				  const struct sctp_association *asoc,
sctp_association 6129 net/sctp/sm_statefuns.c 					   const struct sctp_association *asoc,
sctp_association 6174 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 6215 net/sctp/sm_statefuns.c 					const struct sctp_association *asoc,
sctp_association 6296 net/sctp/sm_statefuns.c 				       const struct sctp_association *asoc,
sctp_association 6325 net/sctp/sm_statefuns.c static int sctp_eat_data(const struct sctp_association *asoc,
sctp_association   73 net/sctp/socket.c static int sctp_wait_for_sndbuf(struct sctp_association *asoc, long *timeo_p,
sctp_association   76 net/sctp/socket.c static int sctp_wait_for_connect(struct sctp_association *, long *timeo_p);
sctp_association   86 net/sctp/socket.c static int sctp_send_asconf(struct sctp_association *asoc,
sctp_association   91 net/sctp/socket.c 			     struct sctp_association *assoc,
sctp_association  105 net/sctp/socket.c static inline int sctp_wspace(struct sctp_association *asoc)
sctp_association  124 net/sctp/socket.c 	struct sctp_association *asoc = chunk->asoc;
sctp_association  163 net/sctp/socket.c static void sctp_for_each_tx_datachunk(struct sctp_association *asoc,
sctp_association  190 net/sctp/socket.c static void sctp_for_each_rx_skb(struct sctp_association *asoc, struct sock *sk,
sctp_association  230 net/sctp/socket.c struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id)
sctp_association  232 net/sctp/socket.c 	struct sctp_association *asoc = NULL;
sctp_association  246 net/sctp/socket.c 					  struct sctp_association, asocs);
sctp_association  255 net/sctp/socket.c 	asoc = (struct sctp_association *)idr_find(&sctp_assocs_id, (int)id);
sctp_association  271 net/sctp/socket.c 	struct sctp_association *addr_asoc = NULL, *id_asoc = NULL;
sctp_association  451 net/sctp/socket.c static int sctp_send_asconf(struct sctp_association *asoc,
sctp_association  545 net/sctp/socket.c 	struct sctp_association		*asoc;
sctp_association  747 net/sctp/socket.c 	struct sctp_association	*asoc;
sctp_association 1066 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 1128 net/sctp/socket.c static int sctp_connect_add_peer(struct sctp_association *asoc,
sctp_association 1132 net/sctp/socket.c 	struct sctp_association *old;
sctp_association 1166 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 1489 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 1507 net/sctp/socket.c 		asoc = list_entry(pos, struct sctp_association, asocs);
sctp_association 1665 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 1754 net/sctp/socket.c static int sctp_sendmsg_check_sflags(struct sctp_association *asoc,
sctp_association 1792 net/sctp/socket.c static int sctp_sendmsg_to_asoc(struct sctp_association *asoc,
sctp_association 1918 net/sctp/socket.c static void sctp_sendmsg_update_sinfo(struct sctp_association *asoc,
sctp_association 1949 net/sctp/socket.c 	struct sctp_association *asoc, *tmp;
sctp_association 2229 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 2437 net/sctp/socket.c 				       struct sctp_association *asoc,
sctp_association 2631 net/sctp/socket.c 	struct sctp_association *asoc = NULL;
sctp_association 2721 net/sctp/socket.c 					struct sctp_association *asoc)
sctp_association 2797 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 2921 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 2982 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 3109 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 3176 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 3288 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 3348 net/sctp/socket.c 	struct sctp_association	*asoc = NULL;
sctp_association 3442 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 3574 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 3703 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 3768 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 3819 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 3869 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 3965 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 4050 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 4074 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 4130 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 4160 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 4207 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 4239 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 4265 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 4292 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 4340 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 4382 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 4435 net/sctp/socket.c 					struct sctp_association *asoc)
sctp_association 4459 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 4508 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 4544 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 4584 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 4892 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 4920 net/sctp/socket.c 	asoc = list_entry(ep->asocs.next, struct sctp_association, asocs);
sctp_association 5201 net/sctp/socket.c 		struct sctp_association *asoc;
sctp_association 5205 net/sctp/socket.c 				  struct sctp_association, asocs);
sctp_association 5210 net/sctp/socket.c int sctp_get_sctp_info(struct sock *sk, struct sctp_association *asoc,
sctp_association 5443 net/sctp/socket.c 	struct sctp_association *asoc = NULL;
sctp_association 5648 net/sctp/socket.c 	struct sctp_association *asoc = sctp_id2assoc(sk, id);
sctp_association 5937 net/sctp/socket.c 	struct sctp_association *asoc = NULL;
sctp_association 6080 net/sctp/socket.c 	struct sctp_association *asoc = NULL;
sctp_association 6165 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 6262 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 6370 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 6452 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 6498 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 6577 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 6633 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 6723 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 6780 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 6875 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 6951 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 6987 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 7032 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 7086 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 7142 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 7194 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 7247 net/sctp/socket.c 	struct sctp_association *asoc = NULL;
sctp_association 7345 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 7384 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 7430 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 7489 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 7553 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 7592 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 7631 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 7670 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 7712 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 7769 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 7806 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 7845 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 7884 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 8907 net/sctp/socket.c static void __sctp_write_space(struct sctp_association *asoc)
sctp_association 8938 net/sctp/socket.c 				 struct sctp_association *asoc)
sctp_association 8940 net/sctp/socket.c 	struct sctp_association *tmp = asoc;
sctp_association 8984 net/sctp/socket.c 	struct sctp_association *asoc = chunk->asoc;
sctp_association 9039 net/sctp/socket.c static int sctp_wait_for_sndbuf(struct sctp_association *asoc, long *timeo_p,
sctp_association 9124 net/sctp/socket.c 	struct sctp_association *asoc;
sctp_association 9151 net/sctp/socket.c static int sctp_wait_for_connect(struct sctp_association *asoc, long *timeo_p)
sctp_association 9286 net/sctp/socket.c 		    struct sctp_association *asoc)
sctp_association 9358 net/sctp/socket.c 			     struct sctp_association *assoc,
sctp_association   32 net/sctp/stream.c 	struct sctp_association *asoc;
sctp_association   37 net/sctp/stream.c 	asoc = container_of(stream, struct sctp_association, stream);
sctp_association  222 net/sctp/stream.c static int sctp_send_reconf(struct sctp_association *asoc,
sctp_association  238 net/sctp/stream.c 	struct sctp_association *asoc;
sctp_association  241 net/sctp/stream.c 	asoc = container_of(stream, struct sctp_association, stream);
sctp_association  259 net/sctp/stream.c int sctp_send_reset_streams(struct sctp_association *asoc,
sctp_association  374 net/sctp/stream.c int sctp_send_reset_assoc(struct sctp_association *asoc)
sctp_association  418 net/sctp/stream.c int sctp_send_add_streams(struct sctp_association *asoc,
sctp_association  477 net/sctp/stream.c 			struct sctp_association *asoc, __be32 resp_seq,
sctp_association  503 net/sctp/stream.c static void sctp_update_strreset_result(struct sctp_association *asoc,
sctp_association  511 net/sctp/stream.c 				struct sctp_association *asoc,
sctp_association  600 net/sctp/stream.c 				struct sctp_association *asoc,
sctp_association  677 net/sctp/stream.c 				struct sctp_association *asoc,
sctp_association  774 net/sctp/stream.c 				struct sctp_association *asoc,
sctp_association  844 net/sctp/stream.c 				struct sctp_association *asoc,
sctp_association  909 net/sctp/stream.c 				struct sctp_association *asoc,
sctp_association   25 net/sctp/stream_interleave.c 					const struct sctp_association *asoc,
sctp_association  262 net/sctp/stream_interleave.c 	struct sctp_association *asoc = ulpq->asoc;
sctp_association  651 net/sctp/stream_interleave.c 	struct sctp_association *asoc = ulpq->asoc;
sctp_association  966 net/sctp/stream_interleave.c 	struct sctp_association *asoc = ulpq->asoc;
sctp_association 1112 net/sctp/stream_interleave.c 	struct sctp_association *asoc = q->asoc;
sctp_association 1358 net/sctp/stream_interleave.c 	struct sctp_association *asoc;
sctp_association 1360 net/sctp/stream_interleave.c 	asoc = container_of(stream, struct sctp_association, stream);
sctp_association  129 net/sctp/stream_sched.c int sctp_sched_set_sched(struct sctp_association *asoc,
sctp_association  188 net/sctp/stream_sched.c int sctp_sched_get_sched(struct sctp_association *asoc)
sctp_association  199 net/sctp/stream_sched.c int sctp_sched_set_value(struct sctp_association *asoc, __u16 sid,
sctp_association  216 net/sctp/stream_sched.c int sctp_sched_get_value(struct sctp_association *asoc, __u16 sid,
sctp_association  268 net/sctp/stream_sched.c 	struct sctp_association *asoc;
sctp_association  270 net/sctp/stream_sched.c 	asoc = container_of(stream, struct sctp_association, stream);
sctp_association  296 net/sctp/stream_sched_prio.c 	struct sctp_association *asoc;
sctp_association  300 net/sctp/stream_sched_prio.c 	asoc = container_of(stream, struct sctp_association, stream);
sctp_association  152 net/sctp/stream_sched_rr.c 	struct sctp_association *asoc;
sctp_association  156 net/sctp/stream_sched_rr.c 	asoc = container_of(stream, struct sctp_association, stream);
sctp_association  215 net/sctp/transport.c 			      struct sctp_association *asoc)
sctp_association  232 net/sctp/transport.c 		struct sctp_association *asoc = transport->asoc;
sctp_association  293 net/sctp/transport.c 	struct sctp_association *asoc = transport->asoc;
sctp_association  400 net/sctp/transport.c 	struct sctp_association *asoc = transport->asoc;
sctp_association  498 net/sctp/transport.c 	struct sctp_association *asoc = transport->asoc;
sctp_association  599 net/sctp/transport.c 	struct sctp_association *asoc = t->asoc;
sctp_association  640 net/sctp/transport.c 	struct sctp_association *asoc = t->asoc;
sctp_association   32 net/sctp/ulpevent.c 				       struct sctp_association *asoc);
sctp_association   77 net/sctp/ulpevent.c 					   const struct sctp_association *asoc)
sctp_association   85 net/sctp/ulpevent.c 	sctp_association_hold((struct sctp_association *)asoc);
sctp_association   87 net/sctp/ulpevent.c 	event->asoc = (struct sctp_association *)asoc;
sctp_association   97 net/sctp/ulpevent.c 	struct sctp_association *asoc = event->asoc;
sctp_association  115 net/sctp/ulpevent.c 	const struct sctp_association *asoc,
sctp_association  242 net/sctp/ulpevent.c 	const struct sctp_association *asoc,
sctp_association  355 net/sctp/ulpevent.c sctp_ulpevent_make_remote_error(const struct sctp_association *asoc,
sctp_association  412 net/sctp/ulpevent.c 	const struct sctp_association *asoc, struct sctp_chunk *chunk,
sctp_association  520 net/sctp/ulpevent.c 	const struct sctp_association *asoc,
sctp_association  583 net/sctp/ulpevent.c 	const struct sctp_association *asoc, gfp_t gfp)
sctp_association  617 net/sctp/ulpevent.c struct sctp_ulpevent *sctp_ulpevent_make_rcvmsg(struct sctp_association *asoc,
sctp_association  714 net/sctp/ulpevent.c 					const struct sctp_association *asoc,
sctp_association  768 net/sctp/ulpevent.c 	const struct sctp_association *asoc, __u16 key_id,
sctp_association  807 net/sctp/ulpevent.c 	const struct sctp_association *asoc, gfp_t gfp)
sctp_association  831 net/sctp/ulpevent.c 	const struct sctp_association *asoc, __u16 flags, __u16 stream_num,
sctp_association  860 net/sctp/ulpevent.c 	const struct sctp_association *asoc, __u16 flags, __u32 local_tsn,
sctp_association  887 net/sctp/ulpevent.c 	const struct sctp_association *asoc, __u16 flags,
sctp_association 1021 net/sctp/ulpevent.c 				       struct sctp_association *asoc)
sctp_association   42 net/sctp/ulpqueue.c 				 struct sctp_association *asoc)
sctp_association  128 net/sctp/ulpqueue.c int sctp_clear_pd(struct sock *sk, struct sctp_association *asoc)
sctp_association  409 net/sctp/ulpqueue.c 	struct sctp_association *asoc;
sctp_association 1030 net/sctp/ulpqueue.c 	struct sctp_association *asoc;
sctp_association 1079 net/sctp/ulpqueue.c 	struct sctp_association *asoc = ulpq->asoc;