Home
last modified time | relevance | path

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

/net/sctp/
Dassociola.c66 static struct sctp_association *sctp_association_init(struct sctp_association *asoc, in sctp_association_init()
301 struct sctp_association *asoc; in sctp_association_new() local
325 void sctp_association_free(struct sctp_association *asoc) in sctp_association_free()
408 static void sctp_association_destroy(struct sctp_association *asoc) in sctp_association_destroy()
431 void sctp_assoc_set_primary(struct sctp_association *asoc, in sctp_assoc_set_primary()
488 void sctp_assoc_rm_peer(struct sctp_association *asoc, in sctp_assoc_rm_peer()
578 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *asoc, in sctp_assoc_add_peer()
724 void sctp_assoc_del_peer(struct sctp_association *asoc, in sctp_assoc_del_peer()
743 const struct sctp_association *asoc, in sctp_assoc_lookup_paddr()
760 void sctp_assoc_del_nonprimary_peers(struct sctp_association *asoc, in sctp_assoc_del_nonprimary_peers()
[all …]
Dsm_sideeffect.c77 static void sctp_do_ecn_ce_work(struct sctp_association *asoc, in sctp_do_ecn_ce_work()
98 static struct sctp_chunk *sctp_do_ecn_ecne_work(struct sctp_association *asoc, in sctp_do_ecn_ecne_work()
141 static void sctp_do_ecn_cwr_work(struct sctp_association *asoc, in sctp_do_ecn_cwr_work()
151 static int sctp_gen_sack(struct sctp_association *asoc, int force, in sctp_gen_sack()
248 struct sctp_association *asoc = transport->asoc; in sctp_generate_t3_rtx_event() local
282 static void sctp_generate_timeout_event(struct sctp_association *asoc, in sctp_generate_timeout_event()
322 struct sctp_association *asoc = (struct sctp_association *) data; in sctp_generate_t1_cookie_event() local
328 struct sctp_association *asoc = (struct sctp_association *) data; in sctp_generate_t1_init_event() local
334 struct sctp_association *asoc = (struct sctp_association *) data; in sctp_generate_t2_shutdown_event() local
340 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.c94 struct sctp_association *asoc = chunk->asoc; in sctp_control_set_owner_w() local
214 struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc, in sctp_make_init()
379 struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *asoc, in sctp_make_init_ack()
559 struct sctp_chunk *sctp_make_cookie_echo(const struct sctp_association *asoc, in sctp_make_cookie_echo()
611 struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc, in sctp_make_cookie_ack()
656 struct sctp_chunk *sctp_make_cwr(const struct sctp_association *asoc, in sctp_make_cwr()
691 struct sctp_chunk *sctp_make_ecne(const struct sctp_association *asoc, in sctp_make_ecne()
712 struct sctp_chunk *sctp_make_datafrag_empty(struct sctp_association *asoc, in sctp_make_datafrag_empty()
751 struct sctp_chunk *sctp_make_sack(const struct sctp_association *asoc) in sctp_make_sack()
852 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()
428 const struct sctp_association *asoc, in sctp_auth_get_shkey()
523 struct sctp_hmac *sctp_auth_asoc_get_hmac(const struct sctp_association *asoc) in sctp_auth_asoc_get_hmac()
582 int sctp_auth_asoc_verify_hmac_id(const struct sctp_association *asoc, in sctp_auth_asoc_verify_hmac_id()
603 void sctp_auth_asoc_set_default_hmac(struct sctp_association *asoc, in sctp_auth_asoc_set_default_hmac()
671 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()
112 struct sctp_association *asoc = event->asoc; in sctp_ulpevent_release_owner() local
130 const struct sctp_association *asoc, in sctp_ulpevent_make_assoc_change()
259 const struct sctp_association *asoc, in sctp_ulpevent_make_peer_addr_change()
373 sctp_ulpevent_make_remote_error(const struct sctp_association *asoc, in sctp_ulpevent_make_remote_error()
430 const struct sctp_association *asoc, struct sctp_chunk *chunk, in sctp_ulpevent_make_send_failed()
539 const struct sctp_association *asoc, in sctp_ulpevent_make_shutdown_event()
603 const struct sctp_association *asoc, gfp_t gfp) in sctp_ulpevent_make_adaptation_indication()
638 struct sctp_ulpevent *sctp_ulpevent_make_rcvmsg(struct sctp_association *asoc, in sctp_ulpevent_make_rcvmsg()
741 const struct sctp_association *asoc, __u32 indication, in sctp_ulpevent_make_pdapi()
[all …]
Dsocket.c116 static inline int sctp_wspace(struct sctp_association *asoc) in sctp_wspace()
150 struct sctp_association *asoc = chunk->asoc; in sctp_set_owner_w() local
176 static void sctp_for_each_tx_datachunk(struct sctp_association *asoc, in sctp_for_each_tx_datachunk()
227 struct sctp_association *asoc = NULL; in sctp_id2assoc() local
446 static int sctp_send_asconf(struct sctp_association *asoc, in sctp_send_asconf()
541 struct sctp_association *asoc; in sctp_send_asconf_add_ip() local
745 struct sctp_association *asoc; in sctp_send_asconf_del_ip() local
1084 struct sctp_association *asoc = NULL; in __sctp_connect() local
1519 struct sctp_association *asoc; in sctp_close() local
1631 struct sctp_association *new_asoc = NULL, *asoc = NULL; in sctp_sendmsg() local
[all …]
Dtransport.c219 struct sctp_association *asoc) in sctp_transport_set_owner()
276 struct sctp_association *asoc = transport->asoc; in sctp_transport_route() local
389 struct sctp_association *asoc = transport->asoc; in sctp_transport_raise_cwnd() local
477 struct sctp_association *asoc = transport->asoc; in sctp_transport_lower_cwnd() local
576 struct sctp_association *asoc = t->asoc; in sctp_transport_burst_limited() local
617 struct sctp_association *asoc = t->asoc; in sctp_transport_reset() local
Doutput.c88 struct sctp_association *asoc = tp->asoc; in sctp_packet_config() local
135 struct sctp_association *asoc = transport->asoc; in sctp_packet_init() local
218 struct sctp_association *asoc = pkt->transport->asoc; in sctp_packet_bundle_auth() local
261 struct sctp_association *asoc; in sctp_packet_bundle_sack() local
410 struct sctp_association *asoc = tp->asoc; in sctp_packet_transmit() local
771 struct sctp_association *asoc = transport->asoc; in sctp_packet_can_append_data() local
858 struct sctp_association *asoc = transport->asoc; in sctp_packet_append_data() local
Dinput.c99 struct sctp_association *asoc; in sctp_rcv() local
390 void sctp_icmp_frag_needed(struct sock *sk, struct sctp_association *asoc, in sctp_icmp_frag_needed()
443 struct sctp_association *asoc, in sctp_icmp_proto_unreachable()
481 struct sctp_association *asoc; in sctp_err_lookup() local
578 struct sctp_association *asoc = NULL; in sctp_v4_err() local
806 struct sctp_association *asoc; in sctp_hash_cmp() local
953 struct sctp_association *asoc = NULL; in __sctp_lookup_association() local
973 struct sctp_association *asoc; in sctp_lookup_association() local
987 struct sctp_association *asoc; in sctp_has_association() local
1020 struct sctp_association *asoc; in __sctp_rcv_init_lookup() local
[all …]
Doutqueue.c200 void sctp_outq_init(struct sctp_association *asoc, struct sctp_outq *q) in sctp_outq_init()
349 static int sctp_prsctp_prune_sent(struct sctp_association *asoc, in sctp_prsctp_prune_sent()
385 static int sctp_prsctp_prune_unsent(struct sctp_association *asoc, in sctp_prsctp_prune_unsent()
413 void sctp_prsctp_prune(struct sctp_association *asoc, in sctp_prsctp_prune()
770 struct sctp_association *asoc = q->asoc; in sctp_outq_flush() local
1203 struct sctp_association *asoc = q->asoc; in sctp_outq_sack() local
1551 struct sctp_association *asoc = transport->asoc; in sctp_check_transmitted() local
1664 struct sctp_association *asoc = q->asoc; in sctp_mark_missing() local
1770 struct sctp_association *asoc = q->asoc; in sctp_generate_fwdtsn() local
Dendpointola.c207 struct sctp_association *asoc) in sctp_endpoint_add_asoc()
325 struct sctp_association *asoc = NULL; in sctp_endpoint_lookup_assoc() local
375 struct sctp_association *asoc; in sctp_endpoint_bh_rcv() local
Dsctp_diag.c12 struct sctp_association *asoc) in inet_diag_msg_sctpasoc_fill()
82 struct sctp_association *asoc) in inet_diag_msg_sctpaddrs_fill()
107 static int inet_sctp_diag_fill(struct sock *sk, struct sctp_association *asoc, in inet_sctp_diag_fill()
213 static size_t inet_assoc_attr_size(struct sctp_association *asoc) in inet_assoc_attr_size()
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()
421 struct sctp_association *asoc; in sctp_ulpq_retrieve_reassembled() local
1042 struct sctp_association *asoc; in sctp_ulpq_partial_delivery() local
1087 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
237 struct sctp_association *asoc = t->asoc; in sctp_v6_get_dst() local
666 struct sctp_association *asoc) in sctp_v6_create_accept_sk()
768 struct sctp_association *asoc; in sctp_inet6_event_msgname() local
Dprobe.c132 const struct sctp_association *asoc, in jsctp_sf_eat_sack()
Dprotocol.c428 struct sctp_association *asoc = t->asoc; in sctp_v4_get_dst() local
572 struct sctp_association *asoc) in sctp_v4_create_accept_sk()
899 struct sctp_association *asoc; in sctp_inet_event_msgname() local
Dproc.c127 struct sctp_association *asoc; in sctp_seq_dump_local_addrs() local