Home
last modified time | relevance | path

Searched defs:asoc (Results 1 – 18 of 18) sorted by relevance

/net/sctp/
Dassociola.c66 static struct sctp_association *sctp_association_init(struct sctp_association *asoc, in sctp_association_init()
300 struct sctp_association *asoc; in sctp_association_new() local
324 void sctp_association_free(struct sctp_association *asoc) in sctp_association_free()
407 static void sctp_association_destroy(struct sctp_association *asoc) in sctp_association_destroy()
430 void sctp_assoc_set_primary(struct sctp_association *asoc, in sctp_assoc_set_primary()
487 void sctp_assoc_rm_peer(struct sctp_association *asoc, in sctp_assoc_rm_peer()
575 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *asoc, in sctp_assoc_add_peer()
719 void sctp_assoc_del_peer(struct sctp_association *asoc, in sctp_assoc_del_peer()
738 const struct sctp_association *asoc, in sctp_assoc_lookup_paddr()
755 void sctp_assoc_del_nonprimary_peers(struct sctp_association *asoc, in sctp_assoc_del_nonprimary_peers()
[all …]
Dsm_sideeffect.c79 static void sctp_do_ecn_ce_work(struct sctp_association *asoc, in sctp_do_ecn_ce_work()
100 static struct sctp_chunk *sctp_do_ecn_ecne_work(struct sctp_association *asoc, in sctp_do_ecn_ecne_work()
143 static void sctp_do_ecn_cwr_work(struct sctp_association *asoc, in sctp_do_ecn_cwr_work()
153 static int sctp_gen_sack(struct sctp_association *asoc, int force, in sctp_gen_sack()
246 struct sctp_association *asoc = transport->asoc; in sctp_generate_t3_rtx_event() local
285 static void sctp_generate_timeout_event(struct sctp_association *asoc, in sctp_generate_timeout_event()
324 struct sctp_association *asoc = (struct sctp_association *) data; in sctp_generate_t1_cookie_event() local
330 struct sctp_association *asoc = (struct sctp_association *) data; in sctp_generate_t1_init_event() local
336 struct sctp_association *asoc = (struct sctp_association *) data; in sctp_generate_t2_shutdown_event() local
342 struct sctp_association *asoc = (struct sctp_association *) data; in sctp_generate_t4_rto_event() local
[all …]
Dsm_statefuns.c219 const struct sctp_association *asoc, in sctp_sf_do_4_C()
305 const struct sctp_association *asoc, in sctp_sf_do_5_1B_init()
501 const struct sctp_association *asoc, in sctp_sf_do_5_1C_ack()
651 const struct sctp_association *asoc, in sctp_sf_do_5_1D_ce()
877 const struct sctp_association *asoc, in sctp_sf_do_5_1E_ca()
954 const struct sctp_association *asoc, in sctp_sf_heartbeat()
980 const struct sctp_association *asoc, in sctp_sf_sendbeat_8_3()
1051 const struct sctp_association *asoc, in sctp_sf_beat_8_3()
1125 const struct sctp_association *asoc, in sctp_sf_backbeat_8_3()
1265 const struct sctp_association *asoc, in sctp_sf_check_restart_addrs()
[all …]
Dsm_make_chunk.c92 struct sctp_association *asoc = chunk->asoc; in sctp_control_set_owner_w() local
217 struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc, in sctp_make_init()
382 struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *asoc, in sctp_make_init_ack()
562 struct sctp_chunk *sctp_make_cookie_echo(const struct sctp_association *asoc, in sctp_make_cookie_echo()
613 struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc, in sctp_make_cookie_ack()
658 struct sctp_chunk *sctp_make_cwr(const struct sctp_association *asoc, in sctp_make_cwr()
693 struct sctp_chunk *sctp_make_ecne(const struct sctp_association *asoc, in sctp_make_ecne()
714 struct sctp_chunk *sctp_make_datafrag_empty(struct sctp_association *asoc, in sctp_make_datafrag_empty()
752 struct sctp_chunk *sctp_make_sack(const struct sctp_association *asoc) in sctp_make_sack()
853 struct sctp_chunk *sctp_make_shutdown(const struct sctp_association *asoc, in sctp_make_shutdown()
[all …]
Dauth.c225 const struct sctp_association *asoc, in sctp_auth_make_local_vector()
237 const struct sctp_association *asoc, in sctp_auth_make_peer_vector()
291 const struct sctp_association *asoc, in sctp_auth_asoc_create_secret()
358 struct sctp_association *asoc, in sctp_auth_asoc_copy_shkeys()
387 int sctp_auth_asoc_init_active_key(struct sctp_association *asoc, gfp_t gfp) in sctp_auth_asoc_init_active_key()
419 const struct sctp_association *asoc, in sctp_auth_get_shkey()
517 struct sctp_hmac *sctp_auth_asoc_get_hmac(const struct sctp_association *asoc) in sctp_auth_asoc_get_hmac()
576 int sctp_auth_asoc_verify_hmac_id(const struct sctp_association *asoc, in sctp_auth_asoc_verify_hmac_id()
597 void sctp_auth_asoc_set_default_hmac(struct sctp_association *asoc, in sctp_auth_asoc_set_default_hmac()
665 int sctp_auth_send_cid(sctp_cid_t chunk, const struct sctp_association *asoc) in sctp_auth_send_cid()
[all …]
Dulpevent.c92 const struct sctp_association *asoc) in sctp_ulpevent_set_owner()
109 struct sctp_association *asoc = event->asoc; in sctp_ulpevent_release_owner() local
127 const struct sctp_association *asoc, in sctp_ulpevent_make_assoc_change()
256 const struct sctp_association *asoc, in sctp_ulpevent_make_peer_addr_change()
370 sctp_ulpevent_make_remote_error(const struct sctp_association *asoc, in sctp_ulpevent_make_remote_error()
427 const struct sctp_association *asoc, struct sctp_chunk *chunk, in sctp_ulpevent_make_send_failed()
536 const struct sctp_association *asoc, in sctp_ulpevent_make_shutdown_event()
600 const struct sctp_association *asoc, gfp_t gfp) in sctp_ulpevent_make_adaptation_indication()
635 struct sctp_ulpevent *sctp_ulpevent_make_rcvmsg(struct sctp_association *asoc, in sctp_ulpevent_make_rcvmsg()
732 const struct sctp_association *asoc, __u32 indication, in sctp_ulpevent_make_pdapi()
[all …]
Dinput.c110 struct sctp_association *asoc; in sctp_rcv() local
389 void sctp_icmp_frag_needed(struct sock *sk, struct sctp_association *asoc, in sctp_icmp_frag_needed()
442 struct sctp_association *asoc, in sctp_icmp_proto_unreachable()
480 struct sctp_association *asoc; in sctp_err_lookup() local
549 void sctp_err_finish(struct sock *sk, struct sctp_association *asoc) in sctp_err_finish()
577 struct sctp_association *asoc = NULL; in sctp_v4_err() local
788 static void __sctp_hash_established(struct sctp_association *asoc) in __sctp_hash_established()
808 void sctp_hash_established(struct sctp_association *asoc) in sctp_hash_established()
819 static void __sctp_unhash_established(struct sctp_association *asoc) in __sctp_unhash_established()
838 void sctp_unhash_established(struct sctp_association *asoc) in sctp_unhash_established()
[all …]
Dtransport.c214 struct sctp_association *asoc) in sctp_transport_set_owner()
271 struct sctp_association *asoc = transport->asoc; in sctp_transport_route() local
384 struct sctp_association *asoc = transport->asoc; in sctp_transport_raise_cwnd() local
472 struct sctp_association *asoc = transport->asoc; in sctp_transport_lower_cwnd() local
571 struct sctp_association *asoc = t->asoc; in sctp_transport_burst_limited() local
612 struct sctp_association *asoc = t->asoc; in sctp_transport_reset() local
Dsocket.c121 static inline int sctp_wspace(struct sctp_association *asoc) in sctp_wspace()
155 struct sctp_association *asoc = chunk->asoc; in sctp_set_owner_w() local
181 static void sctp_for_each_tx_datachunk(struct sctp_association *asoc, in sctp_for_each_tx_datachunk()
232 struct sctp_association *asoc = NULL; in sctp_id2assoc() local
443 static int sctp_send_asconf(struct sctp_association *asoc, in sctp_send_asconf()
538 struct sctp_association *asoc; in sctp_send_asconf_add_ip() local
741 struct sctp_association *asoc; in sctp_send_asconf_del_ip() local
1080 struct sctp_association *asoc = NULL; in __sctp_connect() local
1510 struct sctp_association *asoc; in sctp_close() local
1624 struct sctp_association *new_asoc = NULL, *asoc = NULL; in sctp_sendmsg() local
[all …]
Doutput.c111 struct sctp_association *asoc = transport->asoc; in sctp_packet_init() local
192 struct sctp_association *asoc = pkt->transport->asoc; in sctp_packet_bundle_auth() local
235 struct sctp_association *asoc; in sctp_packet_bundle_sack() local
382 struct sctp_association *asoc = tp->asoc; in sctp_packet_transmit() local
640 struct sctp_association *asoc = transport->asoc; in sctp_packet_can_append_data() local
726 struct sctp_association *asoc = transport->asoc; in sctp_packet_append_data() local
Dendpointola.c207 struct sctp_association *asoc) in sctp_endpoint_add_asoc()
325 struct sctp_association *asoc = NULL; in __sctp_endpoint_lookup_assoc() local
370 struct sctp_association *asoc; in sctp_endpoint_lookup_assoc() local
409 struct sctp_association *asoc; in sctp_endpoint_bh_rcv() local
Doutqueue.c200 void sctp_outq_init(struct sctp_association *asoc, struct sctp_outq *q) in sctp_outq_init()
709 struct sctp_association *asoc = q->asoc; in sctp_outq_flush() local
1125 struct sctp_association *asoc = q->asoc; in sctp_outq_sack() local
1468 struct sctp_association *asoc = transport->asoc; in sctp_check_transmitted() local
1581 struct sctp_association *asoc = q->asoc; in sctp_mark_missing() local
1686 struct sctp_association *asoc = q->asoc; in sctp_generate_fwdtsn() local
Dulpqueue.c57 struct sctp_association *asoc) in sctp_ulpq_init()
134 int sctp_clear_pd(struct sock *sk, struct sctp_association *asoc) in sctp_clear_pd()
416 struct sctp_association *asoc; in sctp_ulpq_retrieve_reassembled() local
1037 struct sctp_association *asoc; in sctp_ulpq_partial_delivery() local
1082 struct sctp_association *asoc; in sctp_ulpq_renege() local
Dchunk.c93 struct sctp_association *asoc = NULL; in sctp_datamsg_destroy() local
165 struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *asoc, in sctp_datamsg_from_user()
Dipv6.c146 struct sctp_association *asoc; in sctp_v6_err() local
236 struct sctp_association *asoc = t->asoc; in sctp_v6_get_dst() local
654 struct sctp_association *asoc) in sctp_v6_create_accept_sk()
755 struct sctp_association *asoc; in sctp_inet6_event_msgname() local
Dprobe.c132 const struct sctp_association *asoc, in jsctp_sf_eat_sack()
Dprotocol.c424 struct sctp_association *asoc = t->asoc; in sctp_v4_get_dst() local
550 struct sctp_association *asoc) in sctp_v4_create_accept_sk()
877 struct sctp_association *asoc; in sctp_inet_event_msgname() local
Dproc.c123 struct sctp_association *asoc; in sctp_seq_dump_local_addrs() local