Lines Matching refs:sctp_association
85 static int sctp_wait_for_sndbuf(struct sctp_association *, long *timeo_p,
88 static int sctp_wait_for_connect(struct sctp_association *, long *timeo_p);
98 static int sctp_send_asconf(struct sctp_association *asoc,
103 struct sctp_association *, sctp_socket_type_t);
116 static inline int sctp_wspace(struct sctp_association *asoc) in sctp_wspace()
150 struct sctp_association *asoc = chunk->asoc; in sctp_set_owner_w()
195 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id) in sctp_id2assoc()
197 struct sctp_association *asoc = NULL; in sctp_id2assoc()
211 struct sctp_association, asocs); in sctp_id2assoc()
220 asoc = (struct sctp_association *)idr_find(&sctp_assocs_id, (int)id); in sctp_id2assoc()
237 struct sctp_association *addr_asoc = NULL, *id_asoc = NULL; in sctp_addr_id2transport()
410 static int sctp_send_asconf(struct sctp_association *asoc, in sctp_send_asconf()
505 struct sctp_association *asoc; in sctp_send_asconf_add_ip()
708 struct sctp_association *asoc; in sctp_send_asconf_del_ip()
1047 struct sctp_association *asoc = NULL; in __sctp_connect()
1048 struct sctp_association *asoc2; in __sctp_connect()
1480 struct sctp_association *asoc; in sctp_close()
1498 asoc = list_entry(pos, struct sctp_association, asocs); in sctp_close()
1593 struct sctp_association *new_asoc = NULL, *asoc = NULL; in sctp_sendmsg()
2193 struct sctp_association *asoc; in sctp_setsockopt_events()
2352 struct sctp_association *asoc, in sctp_apply_peer_addr_params()
2498 struct sctp_association *asoc = NULL; in sctp_setsockopt_peer_addr_params()
2620 struct sctp_association *asoc = NULL; in sctp_setsockopt_delayed_ack()
2766 struct sctp_association *asoc; in sctp_setsockopt_default_send_param()
2806 struct sctp_association *asoc; in sctp_setsockopt_default_sndinfo()
2900 struct sctp_association *asoc; in sctp_setsockopt_rtoinfo()
2966 struct sctp_association *asoc; in sctp_setsockopt_associnfo()
3076 struct sctp_association *asoc; in sctp_setsockopt_maxseg()
3133 struct sctp_association *asoc = NULL; in sctp_setsockopt_peer_primary_addr()
3220 struct sctp_association *asoc; in sctp_setsockopt_context()
3337 struct sctp_association *asoc; in sctp_setsockopt_maxburst()
3454 struct sctp_association *asoc; in sctp_setsockopt_auth_key()
3496 struct sctp_association *asoc; in sctp_setsockopt_active_key()
3524 struct sctp_association *asoc; in sctp_setsockopt_del_key()
3597 struct sctp_association *asoc; in sctp_setsockopt_paddr_thresholds()
3897 struct sctp_association *asoc; in sctp_accept()
3925 asoc = list_entry(ep->asocs.next, struct sctp_association, asocs); in sctp_accept()
4192 struct sctp_association *asoc; in sctp_shutdown()
4201 struct sctp_association, asocs); in sctp_shutdown()
4219 struct sctp_association *asoc = NULL; in sctp_getsockopt_sctp_status()
4414 struct sctp_association *asoc = sctp_id2assoc(sk, id); in sctp_do_peeloff()
4600 struct sctp_association *asoc = NULL; in sctp_getsockopt_peer_addr_params()
4709 struct sctp_association *asoc = NULL; in sctp_getsockopt_delayed_ack()
4794 struct sctp_association *asoc; in sctp_getsockopt_peer_addrs()
4891 struct sctp_association *asoc; in sctp_getsockopt_local_addrs()
4996 struct sctp_association *asoc; in sctp_getsockopt_primary_addr()
5078 struct sctp_association *asoc; in sctp_getsockopt_default_send_param()
5122 struct sctp_association *asoc; in sctp_getsockopt_default_sndinfo()
5199 struct sctp_association *asoc; in sctp_getsockopt_rtoinfo()
5254 struct sctp_association *asoc; in sctp_getsockopt_associnfo()
5344 struct sctp_association *asoc; in sctp_getsockopt_context()
5404 struct sctp_association *asoc; in sctp_getsockopt_maxseg()
5499 struct sctp_association *asoc; in sctp_getsockopt_maxburst()
5577 struct sctp_association *asoc; in sctp_getsockopt_active_key()
5611 struct sctp_association *asoc; in sctp_getsockopt_peer_auth_chunks()
5656 struct sctp_association *asoc; in sctp_getsockopt_local_auth_chunks()
5708 struct sctp_association *asoc; in sctp_getsockopt_assoc_number()
5764 struct sctp_association *asoc; in sctp_getsockopt_assoc_ids()
5816 struct sctp_association *asoc; in sctp_getsockopt_paddr_thresholds()
5858 struct sctp_association *asoc = NULL; in sctp_getsockopt_assoc_stats()
6806 static void __sctp_write_space(struct sctp_association *asoc) in __sctp_write_space()
6837 struct sctp_association *asoc) in sctp_wake_up_waiters()
6839 struct sctp_association *tmp = asoc; in sctp_wake_up_waiters()
6883 struct sctp_association *asoc = chunk->asoc; in sctp_wfree()
6924 static int sctp_wait_for_sndbuf(struct sctp_association *asoc, long *timeo_p, in sctp_wait_for_sndbuf()
7000 struct sctp_association *asoc; in sctp_write_space()
7032 static int sctp_wait_for_connect(struct sctp_association *asoc, long *timeo_p) in sctp_wait_for_connect()
7167 struct sctp_association *asoc) in sctp_copy_sock()
7232 struct sctp_association *assoc, in sctp_sock_migrate()