Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/net/sctp/
H A Dassociola.c52 struct sctp_association *asoc, in sctp_association_init()
288 struct sctp_association *asoc; in sctp_association_new() local
312 void sctp_association_free(struct sctp_association *asoc) in sctp_association_free()
398 static void sctp_association_destroy(struct sctp_association *asoc) in sctp_association_destroy()
421 void sctp_assoc_set_primary(struct sctp_association *asoc, in sctp_assoc_set_primary()
480 void sctp_assoc_rm_peer(struct sctp_association *asoc, in sctp_assoc_rm_peer()
581 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *asoc, in sctp_assoc_add_peer()
733 void sctp_assoc_del_peer(struct sctp_association *asoc, in sctp_assoc_del_peer()
752 const struct sctp_association *asoc, in sctp_assoc_lookup_paddr()
769 void sctp_assoc_del_nonprimary_peers(struct sctp_association *asoc, in sctp_assoc_del_nonprimary_peers()
[all …]
H A Dsm_sideeffect.c64 static void sctp_do_ecn_ce_work(struct sctp_association *asoc, in sctp_do_ecn_ce_work()
85 static struct sctp_chunk *sctp_do_ecn_ecne_work(struct sctp_association *asoc, in sctp_do_ecn_ecne_work()
128 static void sctp_do_ecn_cwr_work(struct sctp_association *asoc, in sctp_do_ecn_cwr_work()
138 static int sctp_gen_sack(struct sctp_association *asoc, int force, in sctp_gen_sack()
235 struct sctp_association *asoc = transport->asoc; in sctp_generate_t3_rtx_event() local
270 static void sctp_generate_timeout_event(struct sctp_association *asoc, in sctp_generate_timeout_event()
310 struct sctp_association *asoc = in sctp_generate_t1_cookie_event() local
318 struct sctp_association *asoc = in sctp_generate_t1_init_event() local
326 struct sctp_association *asoc = in sctp_generate_t2_shutdown_event() local
334 struct sctp_association *asoc = in sctp_generate_t4_rto_event() local
[all …]
H A Dsm_statefuns.c226 const struct sctp_association *asoc, in sctp_sf_do_4_C()
311 const struct sctp_association *asoc, in sctp_sf_do_5_1B_init()
510 const struct sctp_association *asoc, in sctp_sf_do_5_1C_ack()
628 const struct sctp_association *asoc) in sctp_auth_chunk_verify()
692 const struct sctp_association *asoc, in sctp_sf_do_5_1D_ce()
910 const struct sctp_association *asoc, in sctp_sf_do_5_1E_ca()
1001 const struct sctp_association *asoc, in sctp_sf_heartbeat()
1027 const struct sctp_association *asoc, in sctp_sf_sendbeat_8_3()
1075 const struct sctp_association *asoc, in sctp_sf_send_reconf()
1127 const struct sctp_association *asoc, in sctp_sf_beat_8_3()
[all …]
H A Dsm_make_chunk.c77 struct sctp_association *asoc = chunk->asoc; in sctp_control_release_owner() local
99 struct sctp_association *asoc = chunk->asoc; in sctp_control_set_owner_w() local
206 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()
567 struct sctp_chunk *sctp_make_cookie_echo(const struct sctp_association *asoc, in sctp_make_cookie_echo()
619 struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc, in sctp_make_cookie_ack()
666 struct sctp_chunk *sctp_make_cwr(const struct sctp_association *asoc, in sctp_make_cwr()
701 struct sctp_chunk *sctp_make_ecne(const struct sctp_association *asoc, in sctp_make_ecne()
722 struct sctp_chunk *sctp_make_datafrag_empty(const struct sctp_association *asoc, in sctp_make_datafrag_empty()
754 struct sctp_chunk *sctp_make_sack(struct sctp_association *asoc) in sctp_make_sack()
[all …]
H A Dulpevent.c77 const struct sctp_association *asoc) in sctp_ulpevent_set_owner()
97 struct sctp_association *asoc = event->asoc; in sctp_ulpevent_release_owner() local
115 const struct sctp_association *asoc, in sctp_ulpevent_make_assoc_change()
242 const struct sctp_association *asoc, in sctp_ulpevent_make_peer_addr_change()
342 struct sctp_association *asoc = transport->asoc; in sctp_ulpevent_notify_peer_addr_change() local
374 sctp_ulpevent_make_remote_error(const struct sctp_association *asoc, in sctp_ulpevent_make_remote_error()
431 const struct sctp_association *asoc, struct sctp_chunk *chunk, in sctp_ulpevent_make_send_failed()
534 const struct sctp_association *asoc, struct sctp_chunk *chunk, in sctp_ulpevent_make_send_failed_event()
578 const struct sctp_association *asoc, in sctp_ulpevent_make_shutdown_event()
641 const struct sctp_association *asoc, gfp_t gfp) in sctp_ulpevent_make_adaptation_indication()
[all …]
H A Dsocket.c105 static inline int sctp_wspace(struct sctp_association *asoc) in sctp_wspace()
124 struct sctp_association *asoc = chunk->asoc; in sctp_set_owner_w() local
163 static void sctp_for_each_tx_datachunk(struct sctp_association *asoc, in sctp_for_each_tx_datachunk()
190 static void sctp_for_each_rx_skb(struct sctp_association *asoc, struct sock *sk, in sctp_for_each_rx_skb()
232 struct sctp_association *asoc = NULL; in sctp_id2assoc() local
468 static int sctp_send_asconf(struct sctp_association *asoc, in sctp_send_asconf()
561 struct sctp_association *asoc; in sctp_send_asconf_add_ip() local
763 struct sctp_association *asoc; in sctp_send_asconf_del_ip() local
1072 struct sctp_association *asoc; in sctp_connect_new_asoc() local
1136 static int sctp_connect_add_peer(struct sctp_association *asoc, in sctp_connect_add_peer()
[all …]
H A Dauth.c222 const struct sctp_association *asoc, in sctp_auth_make_local_vector()
233 const struct sctp_association *asoc, in sctp_auth_make_peer_vector()
287 const struct sctp_association *asoc, in sctp_auth_asoc_create_secret()
354 struct sctp_association *asoc, in sctp_auth_asoc_copy_shkeys()
383 int sctp_auth_asoc_init_active_key(struct sctp_association *asoc, gfp_t gfp) in sctp_auth_asoc_init_active_key()
430 const struct sctp_association *asoc, in sctp_auth_get_shkey()
524 struct sctp_hmac *sctp_auth_asoc_get_hmac(const struct sctp_association *asoc) in sctp_auth_asoc_get_hmac()
584 int sctp_auth_asoc_verify_hmac_id(const struct sctp_association *asoc, in sctp_auth_asoc_verify_hmac_id()
606 void sctp_auth_asoc_set_default_hmac(struct sctp_association *asoc, in sctp_auth_asoc_set_default_hmac()
674 int sctp_auth_send_cid(enum sctp_cid chunk, const struct sctp_association *asoc) in sctp_auth_send_cid()
[all …]
H A Dstream.c27 struct sctp_association *asoc; in sctp_stream_shrink_out() local
229 static int sctp_send_reconf(struct sctp_association *asoc, in sctp_send_reconf()
244 struct sctp_association *asoc; in sctp_stream_outq_is_empty() local
265 int sctp_send_reset_streams(struct sctp_association *asoc, in sctp_send_reset_streams()
380 int sctp_send_reset_assoc(struct sctp_association *asoc) in sctp_send_reset_assoc()
424 int sctp_send_add_streams(struct sctp_association *asoc, in sctp_send_add_streams()
483 struct sctp_association *asoc, __be32 resp_seq, in sctp_chunk_lookup_strreset_param()
509 static void sctp_update_strreset_result(struct sctp_association *asoc, in sctp_update_strreset_result()
517 struct sctp_association *asoc, in sctp_process_strreset_outreq()
606 struct sctp_association *asoc, in sctp_process_strreset_inreq()
[all …]
H A Dtransport.c215 struct sctp_association *asoc) in sctp_transport_set_owner()
232 struct sctp_association *asoc = transport->asoc; in sctp_transport_pmtu() local
293 struct sctp_association *asoc = transport->asoc; in sctp_transport_route() local
400 struct sctp_association *asoc = transport->asoc; in sctp_transport_raise_cwnd() local
498 struct sctp_association *asoc = transport->asoc; in sctp_transport_lower_cwnd() local
599 struct sctp_association *asoc = t->asoc; in sctp_transport_burst_limited() local
640 struct sctp_association *asoc = t->asoc; in sctp_transport_reset() local
H A Doutput.c77 struct sctp_association *asoc = tp->asoc; in sctp_packet_config() local
218 struct sctp_association *asoc = pkt->transport->asoc; in sctp_packet_bundle_auth() local
264 struct sctp_association *asoc; in sctp_packet_bundle_sack() local
548 struct sctp_association *asoc = tp->asoc; in sctp_packet_transmit() local
653 struct sctp_association *asoc = transport->asoc; in sctp_packet_can_append_data() local
737 struct sctp_association *asoc = transport->asoc; in sctp_packet_append_data() local
H A Dstream_sched.c134 int sctp_sched_set_sched(struct sctp_association *asoc, in sctp_sched_set_sched()
193 int sctp_sched_get_sched(struct sctp_association *asoc) in sctp_sched_get_sched()
204 int sctp_sched_set_value(struct sctp_association *asoc, __u16 sid, in sctp_sched_set_value()
221 int sctp_sched_get_value(struct sctp_association *asoc, __u16 sid, in sctp_sched_get_value()
273 struct sctp_association *asoc; in sctp_sched_ops_from_stream() local
H A Dinput.c88 struct sctp_association *asoc; in sctp_rcv() local
387 void sctp_icmp_frag_needed(struct sock *sk, struct sctp_association *asoc, in sctp_icmp_frag_needed()
445 struct sctp_association *asoc, in sctp_icmp_proto_unreachable()
483 struct sctp_association *asoc; in sctp_err_lookup() local
581 struct sctp_association *asoc = NULL; in sctp_v4_err() local
1036 struct sctp_association *asoc = NULL; in __sctp_lookup_association() local
1056 struct sctp_association *asoc; in sctp_lookup_association() local
1102 struct sctp_association *asoc; in __sctp_rcv_init_lookup() local
1204 struct sctp_association *asoc = NULL; in __sctp_rcv_walk_lookup() local
1305 struct sctp_association *asoc; in __sctp_rcv_lookup() local
H A Doutqueue.c191 void sctp_outq_init(struct sctp_association *asoc, struct sctp_outq *q) in sctp_outq_init()
342 static int sctp_prsctp_prune_sent(struct sctp_association *asoc, in sctp_prsctp_prune_sent()
382 static int sctp_prsctp_prune_unsent(struct sctp_association *asoc, in sctp_prsctp_prune_unsent()
423 void sctp_prsctp_prune(struct sctp_association *asoc, in sctp_prsctp_prune()
767 const struct sctp_association *asoc = transport->asoc; in sctp_packet_singleton() local
786 struct sctp_association *asoc; member
1227 struct sctp_association *asoc = q->asoc; in sctp_outq_sack() local
1579 struct sctp_association *asoc = transport->asoc; in sctp_check_transmitted() local
1692 struct sctp_association *asoc = q->asoc; in sctp_mark_missing() local
1798 struct sctp_association *asoc = q->asoc; in sctp_generate_fwdtsn() local
H A Dendpointola.c152 struct sctp_association *asoc) in sctp_endpoint_add_asoc()
272 struct sctp_association *asoc = NULL; in sctp_endpoint_lookup_assoc() local
325 struct sctp_association *asoc; in sctp_endpoint_bh_rcv() local
H A Ddiag.c28 struct sctp_association *asoc) in inet_diag_msg_sctpasoc_fill()
94 struct sctp_association *asoc) in inet_diag_msg_sctpaddrs_fill()
119 static int inet_sctp_diag_fill(struct sock *sk, struct sctp_association *asoc, in inet_sctp_diag_fill()
226 static size_t inet_assoc_attr_size(struct sctp_association *asoc) in inet_assoc_attr_size()
H A Dulpqueue.c42 struct sctp_association *asoc) in sctp_ulpq_init()
128 int sctp_clear_pd(struct sock *sk, struct sctp_association *asoc) in sctp_clear_pd()
409 struct sctp_association *asoc; in sctp_ulpq_retrieve_reassembled() local
1029 struct sctp_association *asoc; in sctp_ulpq_partial_delivery() local
1078 struct sctp_association *asoc = ulpq->asoc; in sctp_ulpq_renege() local
H A Dchunk.c74 struct sctp_association *asoc = NULL; in sctp_datamsg_destroy() local
146 struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *asoc, in sctp_datamsg_from_user()
H A Dstream_interleave.c25 const struct sctp_association *asoc, in sctp_make_idatafrag_empty()
261 struct sctp_association *asoc = ulpq->asoc; in sctp_intl_retrieve_reassembled() local
649 struct sctp_association *asoc = ulpq->asoc; in sctp_intl_retrieve_reassembled_uo() local
963 struct sctp_association *asoc = ulpq->asoc; in sctp_renege_events() local
1109 struct sctp_association *asoc = q->asoc; in sctp_generate_iftsn() local
1355 struct sctp_association *asoc; in sctp_stream_interleave_init() local
H A Dipv6.c130 struct sctp_association *asoc; in sctp_v6_err() local
229 struct sctp_association *asoc = t->asoc; in sctp_v6_get_dst() local
717 struct sctp_association *asoc, in sctp_v6_create_accept_sk()
814 struct sctp_association *asoc; in sctp_inet6_event_msgname() local
H A Dprotocol.c417 struct sctp_association *asoc = t->asoc; in sctp_v4_get_dst() local
575 struct sctp_association *asoc, in sctp_v4_create_accept_sk()
905 struct sctp_association *asoc; in sctp_inet_event_msgname() local
H A Dstream_sched_rr.c156 struct sctp_association *asoc; in sctp_sched_rr_sched_all() local
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dsctp.h258 static inline void sctp_max_rto(struct sctp_association *asoc, in sctp_max_rto()
348 static inline sctp_assoc_t sctp_assoc2id(const struct sctp_association *asoc) in sctp_assoc2id()
354 sctp_assoc_to_state(const struct sctp_association *asoc) in sctp_assoc_to_state()
521 #define sctp_state(asoc, state) __sctp_state((asoc), (SCTP_STATE_##state)) argument
522 static inline int __sctp_state(const struct sctp_association *asoc, in __sctp_state()
H A Dulpqueue.h31 struct sctp_association *asoc; member
H A Dsm.h372 const struct sctp_association *asoc) in sctp_vtag_verify()
391 const struct sctp_association *asoc) in sctp_vtag_verify_either()
H A Dulpevent.h39 struct sctp_association *asoc; member

12