Lines Matching refs:sctp_association

90 static int sctp_wait_for_sndbuf(struct sctp_association *, long *timeo_p,
93 static int sctp_wait_for_connect(struct sctp_association *, long *timeo_p);
102 static int sctp_send_asconf(struct sctp_association *asoc,
107 struct sctp_association *, sctp_socket_type_t);
111 extern int sctp_assoc_valid(struct sock *sk, struct sctp_association *asoc);
114 static inline int sctp_wspace(struct sctp_association *asoc) in sctp_wspace()
136 struct sctp_association *asoc = chunk->asoc; in sctp_set_owner_w()
174 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id) in sctp_id2assoc()
176 struct sctp_association *asoc = NULL; in sctp_id2assoc()
190 struct sctp_association, asocs); in sctp_id2assoc()
195 asoc = (struct sctp_association *)id; in sctp_id2assoc()
210 struct sctp_association *addr_asoc = NULL, *id_asoc = NULL; in sctp_addr_id2transport()
375 static int sctp_send_asconf(struct sctp_association *asoc, in sctp_send_asconf()
468 struct sctp_association *asoc; in sctp_send_asconf_add_ip()
490 asoc = list_entry(pos, struct sctp_association, asocs); in sctp_send_asconf_add_ip()
657 struct sctp_association *asoc; in sctp_send_asconf_del_ip()
677 asoc = list_entry(pos, struct sctp_association, asocs); in sctp_send_asconf_del_ip()
947 struct sctp_association *asoc; in sctp_close()
959 asoc = list_entry(pos, struct sctp_association, asocs); in sctp_close()
1053 struct sctp_association *new_asoc=NULL, *asoc=NULL; in sctp_sendmsg()
1823 struct sctp_association *asoc; in sctp_setsockopt_default_send_param()
1915 struct sctp_association *asoc; in sctp_setsockopt_rtoinfo()
1969 struct sctp_association *asoc; in sctp_setsockopt_associnfo()
2045 struct sctp_association *asoc; in sctp_setsockopt_maxseg()
2061 asoc = list_entry(pos, struct sctp_association, asocs); in sctp_setsockopt_maxseg()
2083 struct sctp_association *asoc = NULL; in sctp_setsockopt_peer_primary_addr()
2278 struct sctp_association *asoc; in sctp_connect()
2400 struct sctp_association *asoc; in sctp_accept()
2428 asoc = list_entry(ep->asocs.next, struct sctp_association, asocs); in sctp_accept()
2601 struct sctp_association *asoc; in sctp_shutdown()
2610 struct sctp_association, asocs); in sctp_shutdown()
2627 struct sctp_association *asoc = NULL; in sctp_getsockopt_sctp_status()
2804 SCTP_STATIC int sctp_do_peeloff(struct sctp_association *asoc, in sctp_do_peeloff()
2836 struct sctp_association *asoc; in sctp_getsockopt_peeloff()
2980 struct sctp_association *asoc; in sctp_getsockopt_peer_addrs_num()
3005 struct sctp_association *asoc; in sctp_getsockopt_peer_addrs()
3053 struct sctp_association *asoc; in sctp_getsockopt_local_addrs_num()
3160 struct sctp_association *asoc; in sctp_getsockopt_local_addrs()
3254 struct sctp_association *asoc; in sctp_getsockopt_primary_addr()
3332 struct sctp_association *asoc; in sctp_getsockopt_default_send_param()
3406 struct sctp_association *asoc; in sctp_getsockopt_rtoinfo()
3458 struct sctp_association *asoc; in sctp_getsockopt_associnfo()
4404 static void __sctp_write_space(struct sctp_association *asoc) in __sctp_write_space()
4434 struct sctp_association *asoc; in sctp_wfree()
4450 static int sctp_wait_for_sndbuf(struct sctp_association *asoc, long *timeo_p, in sctp_wait_for_sndbuf()
4515 struct sctp_association *asoc; in sctp_write_space()
4520 asoc = list_entry(pos, struct sctp_association, asocs); in sctp_write_space()
4549 static int sctp_wait_for_connect(struct sctp_association *asoc, long *timeo_p) in sctp_wait_for_connect()
4678 struct sctp_association *assoc, in sctp_sock_migrate()