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()
1477 struct sctp_association *asoc; in sctp_close()
1495 asoc = list_entry(pos, struct sctp_association, asocs); in sctp_close()
1590 struct sctp_association *new_asoc = NULL, *asoc = NULL; in sctp_sendmsg()
2200 struct sctp_association *asoc; in sctp_setsockopt_events()
2365 struct sctp_association *asoc, in sctp_apply_peer_addr_params()
2511 struct sctp_association *asoc = NULL; in sctp_setsockopt_peer_addr_params()
2633 struct sctp_association *asoc = NULL; in sctp_setsockopt_delayed_ack()
2779 struct sctp_association *asoc; in sctp_setsockopt_default_send_param()
2819 struct sctp_association *asoc; in sctp_setsockopt_default_sndinfo()
2913 struct sctp_association *asoc; in sctp_setsockopt_rtoinfo()
2979 struct sctp_association *asoc; in sctp_setsockopt_associnfo()
3089 struct sctp_association *asoc; in sctp_setsockopt_maxseg()
3146 struct sctp_association *asoc = NULL; in sctp_setsockopt_peer_primary_addr()
3233 struct sctp_association *asoc; in sctp_setsockopt_context()
3350 struct sctp_association *asoc; in sctp_setsockopt_maxburst()
3467 struct sctp_association *asoc; in sctp_setsockopt_auth_key()
3509 struct sctp_association *asoc; in sctp_setsockopt_active_key()
3537 struct sctp_association *asoc; in sctp_setsockopt_del_key()
3610 struct sctp_association *asoc; in sctp_setsockopt_paddr_thresholds()
3910 struct sctp_association *asoc; in sctp_accept()
3938 asoc = list_entry(ep->asocs.next, struct sctp_association, asocs); in sctp_accept()
4205 struct sctp_association *asoc; in sctp_shutdown()
4214 struct sctp_association, asocs); in sctp_shutdown()
4232 struct sctp_association *asoc = NULL; in sctp_getsockopt_sctp_status()
4427 struct sctp_association *asoc = sctp_id2assoc(sk, id); in sctp_do_peeloff()
4613 struct sctp_association *asoc = NULL; in sctp_getsockopt_peer_addr_params()
4722 struct sctp_association *asoc = NULL; in sctp_getsockopt_delayed_ack()
4807 struct sctp_association *asoc; in sctp_getsockopt_peer_addrs()
4904 struct sctp_association *asoc; in sctp_getsockopt_local_addrs()
5009 struct sctp_association *asoc; in sctp_getsockopt_primary_addr()
5091 struct sctp_association *asoc; in sctp_getsockopt_default_send_param()
5135 struct sctp_association *asoc; in sctp_getsockopt_default_sndinfo()
5212 struct sctp_association *asoc; in sctp_getsockopt_rtoinfo()
5267 struct sctp_association *asoc; in sctp_getsockopt_associnfo()
5357 struct sctp_association *asoc; in sctp_getsockopt_context()
5417 struct sctp_association *asoc; in sctp_getsockopt_maxseg()
5512 struct sctp_association *asoc; in sctp_getsockopt_maxburst()
5590 struct sctp_association *asoc; in sctp_getsockopt_active_key()
5624 struct sctp_association *asoc; in sctp_getsockopt_peer_auth_chunks()
5669 struct sctp_association *asoc; in sctp_getsockopt_local_auth_chunks()
5721 struct sctp_association *asoc; in sctp_getsockopt_assoc_number()
5777 struct sctp_association *asoc; in sctp_getsockopt_assoc_ids()
5829 struct sctp_association *asoc; in sctp_getsockopt_paddr_thresholds()
5871 struct sctp_association *asoc = NULL; in sctp_getsockopt_assoc_stats()
6819 static void __sctp_write_space(struct sctp_association *asoc) in __sctp_write_space()
6846 struct sctp_association *asoc) in sctp_wake_up_waiters()
6848 struct sctp_association *tmp = asoc; in sctp_wake_up_waiters()
6892 struct sctp_association *asoc = chunk->asoc; in sctp_wfree()
6933 static int sctp_wait_for_sndbuf(struct sctp_association *asoc, long *timeo_p, in sctp_wait_for_sndbuf()
7009 struct sctp_association *asoc; in sctp_write_space()
7041 static int sctp_wait_for_connect(struct sctp_association *asoc, long *timeo_p) in sctp_wait_for_connect()
7176 struct sctp_association *asoc) in sctp_copy_sock()
7239 struct sctp_association *assoc, in sctp_sock_migrate()