Home
last modified time | relevance | path

Searched refs:asoc (Results 1 - 25 of 177) sorted by relevance

12345678

/kernel/linux/linux-6.6/net/sctp/
H A Dassociola.c43 static void sctp_select_active_and_retran_path(struct sctp_association *asoc);
45 static void sctp_assoc_free_asconf_acks(struct sctp_association *asoc);
46 static void sctp_assoc_free_asconf_queue(struct sctp_association *asoc);
52 struct sctp_association *asoc, in sctp_association_init()
65 asoc->ep = (struct sctp_endpoint *)ep; in sctp_association_init()
66 asoc->base.sk = (struct sock *)sk; in sctp_association_init()
67 asoc->base.net = sock_net(sk); in sctp_association_init()
69 sctp_endpoint_hold(asoc->ep); in sctp_association_init()
70 sock_hold(asoc->base.sk); in sctp_association_init()
73 asoc in sctp_association_init()
51 sctp_association_init( struct sctp_association *asoc, const struct sctp_endpoint *ep, const struct sock *sk, enum sctp_scope scope, gfp_t gfp) sctp_association_init() argument
289 struct sctp_association *asoc; sctp_association_new() local
313 sctp_association_free(struct sctp_association *asoc) sctp_association_free() argument
399 sctp_association_destroy(struct sctp_association *asoc) sctp_association_destroy() argument
422 sctp_assoc_set_primary(struct sctp_association *asoc, struct sctp_transport *transport) sctp_assoc_set_primary() argument
481 sctp_assoc_rm_peer(struct sctp_association *asoc, struct sctp_transport *peer) sctp_assoc_rm_peer() argument
582 sctp_assoc_add_peer(struct sctp_association *asoc, const union sctp_addr *addr, const gfp_t gfp, const int peer_state) sctp_assoc_add_peer() argument
739 sctp_assoc_del_peer(struct sctp_association *asoc, const union sctp_addr *addr) sctp_assoc_del_peer() argument
757 sctp_assoc_lookup_paddr( const struct sctp_association *asoc, const union sctp_addr *address) sctp_assoc_lookup_paddr() argument
775 sctp_assoc_del_nonprimary_peers(struct sctp_association *asoc, struct sctp_transport *primary) sctp_assoc_del_nonprimary_peers() argument
793 sctp_assoc_control_transport(struct sctp_association *asoc, struct sctp_transport *transport, enum sctp_transport_cmd command, sctp_sn_error_t error) sctp_assoc_control_transport() argument
858 sctp_association_hold(struct sctp_association *asoc) sctp_association_hold() argument
866 sctp_association_put(struct sctp_association *asoc) sctp_association_put() argument
875 sctp_association_get_next_tsn(struct sctp_association *asoc) sctp_association_get_next_tsn() argument
908 sctp_get_ecne_prepend(struct sctp_association *asoc) sctp_get_ecne_prepend() argument
922 sctp_assoc_lookup_tsn(struct sctp_association *asoc, __u32 tsn) sctp_assoc_lookup_tsn() argument
980 struct sctp_association *asoc = sctp_assoc_bh_rcv() local
1102 sctp_assoc_update(struct sctp_association *asoc, struct sctp_association *new) sctp_assoc_update() argument
1274 sctp_assoc_update_retran_path(struct sctp_association *asoc) sctp_assoc_update_retran_path() argument
1312 sctp_select_active_and_retran_path(struct sctp_association *asoc) sctp_select_active_and_retran_path() argument
1380 sctp_assoc_choose_alter_transport(struct sctp_association *asoc, struct sctp_transport *last_sent_to) sctp_assoc_choose_alter_transport() argument
1397 sctp_assoc_update_frag_point(struct sctp_association *asoc) sctp_assoc_update_frag_point() argument
1411 sctp_assoc_set_pmtu(struct sctp_association *asoc, __u32 pmtu) sctp_assoc_set_pmtu() argument
1425 sctp_assoc_sync_pmtu(struct sctp_association *asoc) sctp_assoc_sync_pmtu() argument
1448 sctp_peer_needs_update(struct sctp_association *asoc) sctp_peer_needs_update() argument
1470 sctp_assoc_rwnd_increase(struct sctp_association *asoc, unsigned int len) sctp_assoc_rwnd_increase() argument
1529 sctp_assoc_rwnd_decrease(struct sctp_association *asoc, unsigned int len) sctp_assoc_rwnd_decrease() argument
1571 sctp_assoc_set_bind_addr_from_ep(struct sctp_association *asoc, enum sctp_scope scope, gfp_t gfp) sctp_assoc_set_bind_addr_from_ep() argument
1595 sctp_assoc_set_bind_addr_from_cookie(struct sctp_association *asoc, struct sctp_cookie *cookie, gfp_t gfp) sctp_assoc_set_bind_addr_from_cookie() argument
1609 sctp_assoc_lookup_laddr(struct sctp_association *asoc, const union sctp_addr *laddr) sctp_assoc_lookup_laddr() argument
1623 sctp_assoc_set_id(struct sctp_association *asoc, gfp_t gfp) sctp_assoc_set_id() argument
1651 sctp_assoc_free_asconf_queue(struct sctp_association *asoc) sctp_assoc_free_asconf_queue() argument
1663 sctp_assoc_free_asconf_acks(struct sctp_association *asoc) sctp_assoc_free_asconf_acks() argument
1676 sctp_assoc_clean_asconf_ack_cache(const struct sctp_association *asoc) sctp_assoc_clean_asconf_ack_cache() argument
1696 sctp_assoc_lookup_asconf_ack( const struct sctp_association *asoc, __be32 serial) sctp_assoc_lookup_asconf_ack() argument
1717 sctp_asconf_queue_teardown(struct sctp_association *asoc) sctp_asconf_queue_teardown() argument
[all...]
H A Dsm_sideeffect.c44 struct sctp_association *asoc,
53 struct sctp_association **asoc,
64 static void sctp_do_ecn_ce_work(struct sctp_association *asoc, in sctp_do_ecn_ce_work() argument
69 asoc->last_ecne_tsn = lowest_tsn; in sctp_do_ecn_ce_work()
70 asoc->need_ecne = 1; 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() argument
101 if (TSN_lt(asoc->last_cwr_tsn, lowest_tsn)) { in sctp_do_ecn_ecne_work()
107 transport = sctp_assoc_lookup_tsn(asoc, lowest_tsn); in sctp_do_ecn_ecne_work()
113 asoc->last_cwr_tsn = lowest_tsn; in sctp_do_ecn_ecne_work()
119 repl = sctp_make_cwr(asoc, aso in sctp_do_ecn_ecne_work()
128 sctp_do_ecn_cwr_work(struct sctp_association *asoc, __u32 lowest_tsn) sctp_do_ecn_cwr_work() argument
138 sctp_gen_sack(struct sctp_association *asoc, int force, struct sctp_cmd_seq *commands) sctp_gen_sack() argument
235 struct sctp_association *asoc = transport->asoc; sctp_generate_t3_rtx_event() local
270 sctp_generate_timeout_event(struct sctp_association *asoc, enum sctp_event_timeout timeout_type) sctp_generate_timeout_event() argument
310 struct sctp_association *asoc = sctp_generate_t1_cookie_event() local
318 struct sctp_association *asoc = sctp_generate_t1_init_event() local
326 struct sctp_association *asoc = sctp_generate_t2_shutdown_event() local
334 struct sctp_association *asoc = sctp_generate_t4_rto_event() local
342 struct sctp_association *asoc = sctp_generate_t5_shutdown_guard_event() local
353 struct sctp_association *asoc = sctp_generate_autoclose_event() local
365 struct sctp_association *asoc = transport->asoc; sctp_generate_heartbeat_event() local
411 struct sctp_association *asoc = transport->asoc; sctp_generate_proto_unreach_event() local
446 struct sctp_association *asoc = transport->asoc; sctp_generate_reconf_event() local
482 struct sctp_association *asoc = transport->asoc; sctp_generate_probe_event() local
513 struct sctp_association *asoc = sctp_generate_sack_event() local
550 sctp_do_8_2_transport_strike(struct sctp_cmd_seq *commands, struct sctp_association *asoc, struct sctp_transport *transport, int is_hb) sctp_do_8_2_transport_strike() argument
625 sctp_cmd_init_failed(struct sctp_cmd_seq *commands, struct sctp_association *asoc, unsigned int error) sctp_cmd_init_failed() argument
648 sctp_cmd_assoc_failed(struct sctp_cmd_seq *commands, struct sctp_association *asoc, enum sctp_event_type event_type, union sctp_subtype subtype, struct sctp_chunk *chunk, unsigned int error) sctp_cmd_assoc_failed() argument
693 sctp_cmd_process_init(struct sctp_cmd_seq *commands, struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_init_chunk *peer_init, gfp_t gfp) sctp_cmd_process_init() argument
715 sctp_cmd_hb_timers_start(struct sctp_cmd_seq *cmds, struct sctp_association *asoc) sctp_cmd_hb_timers_start() argument
728 sctp_cmd_hb_timers_stop(struct sctp_cmd_seq *cmds, struct sctp_association *asoc) sctp_cmd_hb_timers_stop() argument
743 sctp_cmd_t3_rtx_timers_stop(struct sctp_cmd_seq *cmds, struct sctp_association *asoc) sctp_cmd_t3_rtx_timers_stop() argument
757 sctp_cmd_transport_on(struct sctp_cmd_seq *cmds, struct sctp_association *asoc, struct sctp_transport *t, struct sctp_chunk *chunk) sctp_cmd_transport_on() argument
828 sctp_cmd_process_sack(struct sctp_cmd_seq *cmds, struct sctp_association *asoc, struct sctp_chunk *chunk) sctp_cmd_process_sack() argument
848 sctp_cmd_setup_t2(struct sctp_cmd_seq *cmds, struct sctp_association *asoc, struct sctp_chunk *chunk) sctp_cmd_setup_t2() argument
866 sctp_cmd_new_state(struct sctp_cmd_seq *cmds, struct sctp_association *asoc, enum sctp_state state) sctp_cmd_new_state() argument
931 sctp_cmd_delete_tcb(struct sctp_cmd_seq *cmds, struct sctp_association *asoc) sctp_cmd_delete_tcb() argument
953 sctp_cmd_setup_t4(struct sctp_cmd_seq *cmds, struct sctp_association *asoc, struct sctp_chunk *chunk) sctp_cmd_setup_t4() argument
965 sctp_cmd_process_operr(struct sctp_cmd_seq *cmds, struct sctp_association *asoc, struct sctp_chunk *chunk) sctp_cmd_process_operr() argument
1017 sctp_cmd_del_non_primary(struct sctp_association *asoc) sctp_cmd_del_non_primary() argument
1033 sctp_cmd_set_sk_err(struct sctp_association *asoc, int error) sctp_cmd_set_sk_err() argument
1042 sctp_cmd_assoc_change(struct sctp_cmd_seq *commands, struct sctp_association *asoc, u8 state) sctp_cmd_assoc_change() argument
1056 sctp_cmd_peer_no_auth(struct sctp_cmd_seq *commands, struct sctp_association *asoc) sctp_cmd_peer_no_auth() argument
1067 sctp_cmd_adaptation_ind(struct sctp_cmd_seq *commands, struct sctp_association *asoc) sctp_cmd_adaptation_ind() argument
1079 sctp_cmd_t1_timer_update(struct sctp_association *asoc, enum sctp_event_timeout timer, char *name) sctp_cmd_t1_timer_update() argument
1107 sctp_cmd_send_msg(struct sctp_association *asoc, struct sctp_datamsg *msg, gfp_t gfp) sctp_cmd_send_msg() argument
1143 sctp_do_sm(struct net *net, enum sctp_event_type event_type, union sctp_subtype subtype, enum sctp_state state, struct sctp_endpoint *ep, struct sctp_association *asoc, void *event_arg, gfp_t gfp) sctp_do_sm() argument
1180 sctp_side_effects(enum sctp_event_type event_type, union sctp_subtype subtype, enum sctp_state state, struct sctp_endpoint *ep, struct sctp_association **asoc, void *event_arg, enum sctp_disposition status, struct sctp_cmd_seq *commands, gfp_t gfp) sctp_side_effects() argument
1269 sctp_cmd_interpreter(enum sctp_event_type event_type, union sctp_subtype subtype, enum sctp_state state, struct sctp_endpoint *ep, struct sctp_association *asoc, void *event_arg, enum sctp_disposition status, struct sctp_cmd_seq *commands, gfp_t gfp) sctp_cmd_interpreter() argument
[all...]
H A Dstream.c27 struct sctp_association *asoc; in sctp_stream_shrink_out() local
31 asoc = container_of(stream, struct sctp_association, stream); in sctp_stream_shrink_out()
32 outq = &asoc->outqueue; in sctp_stream_shrink_out()
47 if (asoc->peer.prsctp_capable && in sctp_stream_shrink_out()
49 asoc->sent_cnt_removable--; in sctp_stream_shrink_out()
229 static int sctp_send_reconf(struct sctp_association *asoc, in sctp_send_reconf() argument
234 retval = sctp_primitive_RECONF(asoc->base.net, asoc, chunk); in sctp_send_reconf()
244 struct sctp_association *asoc; in sctp_stream_outq_is_empty() local
247 asoc in sctp_stream_outq_is_empty()
265 sctp_send_reset_streams(struct sctp_association *asoc, struct sctp_reset_streams *params) sctp_send_reset_streams() argument
380 sctp_send_reset_assoc(struct sctp_association *asoc) sctp_send_reset_assoc() argument
424 sctp_send_add_streams(struct sctp_association *asoc, struct sctp_add_streams *params) sctp_send_add_streams() argument
482 sctp_chunk_lookup_strreset_param( struct sctp_association *asoc, __be32 resp_seq, __be16 type) sctp_chunk_lookup_strreset_param() argument
509 sctp_update_strreset_result(struct sctp_association *asoc, __u32 result) sctp_update_strreset_result() argument
516 sctp_process_strreset_outreq( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_outreq() argument
605 sctp_process_strreset_inreq( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_inreq() argument
682 sctp_process_strreset_tsnreq( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_tsnreq() argument
779 sctp_process_strreset_addstrm_out( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_addstrm_out() argument
849 sctp_process_strreset_addstrm_in( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_addstrm_in() argument
914 sctp_process_strreset_resp( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_resp() argument
[all...]
H A Dsm_make_chunk.c49 static struct sctp_chunk *sctp_make_control(const struct sctp_association *asoc,
52 static struct sctp_chunk *sctp_make_data(const struct sctp_association *asoc,
54 static struct sctp_chunk *_sctp_make_chunk(const struct sctp_association *asoc,
59 const struct sctp_association *asoc,
63 static int sctp_process_param(struct sctp_association *asoc,
77 struct sctp_association *asoc = chunk->asoc; in sctp_control_release_owner() local
87 ev = sctp_ulpevent_make_authkey(asoc, shkey->key_id, in sctp_control_release_owner()
91 asoc->stream.si->enqueue_event(&asoc in sctp_control_release_owner()
99 struct sctp_association *asoc = chunk->asoc; sctp_control_set_owner_w() local
206 sctp_make_init(const struct sctp_association *asoc, const struct sctp_bind_addr *bp, gfp_t gfp, int vparam_len) sctp_make_init() argument
379 sctp_make_init_ack(const struct sctp_association *asoc, const struct sctp_chunk *chunk, gfp_t gfp, int unkparam_len) sctp_make_init_ack() argument
567 sctp_make_cookie_echo(const struct sctp_association *asoc, const struct sctp_chunk *chunk) sctp_make_cookie_echo() argument
619 sctp_make_cookie_ack(const struct sctp_association *asoc, const struct sctp_chunk *chunk) sctp_make_cookie_ack() argument
666 sctp_make_cwr(const struct sctp_association *asoc, const __u32 lowest_tsn, const struct sctp_chunk *chunk) sctp_make_cwr() argument
701 sctp_make_ecne(const struct sctp_association *asoc, const __u32 lowest_tsn) sctp_make_ecne() argument
722 sctp_make_datafrag_empty(const struct sctp_association *asoc, const struct sctp_sndrcvinfo *sinfo, int len, __u8 flags, gfp_t gfp) sctp_make_datafrag_empty() argument
754 sctp_make_sack(struct sctp_association *asoc) sctp_make_sack() argument
854 sctp_make_shutdown(const struct sctp_association *asoc, const struct sctp_chunk *chunk) sctp_make_shutdown() argument
878 sctp_make_shutdown_ack(const struct sctp_association *asoc, const struct sctp_chunk *chunk) sctp_make_shutdown_ack() argument
901 sctp_make_shutdown_complete( const struct sctp_association *asoc, const struct sctp_chunk *chunk) sctp_make_shutdown_complete() argument
935 sctp_make_abort(const struct sctp_association *asoc, const struct sctp_chunk *chunk, const size_t hint) sctp_make_abort() argument
972 sctp_make_abort_no_data( const struct sctp_association *asoc, const struct sctp_chunk *chunk, __u32 tsn) sctp_make_abort_no_data() argument
1008 sctp_make_abort_user(const struct sctp_association *asoc, struct msghdr *msg, size_t paylen) sctp_make_abort_user() argument
1073 sctp_make_abort_violation( const struct sctp_association *asoc, const struct sctp_chunk *chunk, const __u8 *payload, const size_t paylen) sctp_make_abort_violation() argument
1099 sctp_make_violation_paramlen( const struct sctp_association *asoc, const struct sctp_chunk *chunk, struct sctp_paramhdr *param) sctp_make_violation_paramlen() argument
1122 sctp_make_violation_max_retrans( const struct sctp_association *asoc, const struct sctp_chunk *chunk) sctp_make_violation_max_retrans() argument
1141 sctp_make_new_encap_port(const struct sctp_association *asoc, const struct sctp_chunk *chunk) sctp_make_new_encap_port() argument
1162 sctp_make_heartbeat(const struct sctp_association *asoc, const struct sctp_transport *transport, __u32 probe_size) sctp_make_heartbeat() argument
1194 sctp_make_heartbeat_ack(const struct sctp_association *asoc, const struct sctp_chunk *chunk, const void *payload, const size_t paylen) sctp_make_heartbeat_ack() argument
1235 sctp_make_pad(const struct sctp_association *asoc, int len) sctp_make_pad() argument
1253 sctp_make_op_error_space( const struct sctp_association *asoc, const struct sctp_chunk *chunk, size_t size) sctp_make_op_error_space() argument
1288 sctp_make_op_error_limited( const struct sctp_association *asoc, const struct sctp_chunk *chunk) sctp_make_op_error_limited() argument
1306 sctp_make_op_error(const struct sctp_association *asoc, const struct sctp_chunk *chunk, __be16 cause_code, const void *payload, size_t paylen, size_t reserve_tail) sctp_make_op_error() argument
1326 sctp_make_auth(const struct sctp_association *asoc, __u16 key_id) sctp_make_auth() argument
1375 sctp_chunkify(struct sk_buff *skb, const struct sctp_association *asoc, struct sock *sk, gfp_t gfp) sctp_chunkify() argument
1428 _sctp_make_chunk(const struct sctp_association *asoc, __u8 type, __u8 flags, int paylen, gfp_t gfp) _sctp_make_chunk() argument
1472 sctp_make_data(const struct sctp_association *asoc, __u8 flags, int paylen, gfp_t gfp) sctp_make_data() argument
1478 sctp_make_idata(const struct sctp_association *asoc, __u8 flags, int paylen, gfp_t gfp) sctp_make_idata() argument
1484 sctp_make_control(const struct sctp_association *asoc, __u8 type, __u8 flags, int paylen, gfp_t gfp) sctp_make_control() argument
1632 struct sctp_association *asoc; sctp_make_temp_asoc() local
1653 sctp_pack_cookie( const struct sctp_endpoint *ep, const struct sctp_association *asoc, const struct sctp_chunk *init_chunk, int *cookie_len, const __u8 *raw_addrs, int addrs_len) sctp_pack_cookie() argument
1740 sctp_unpack_cookie( const struct sctp_endpoint *ep, const struct sctp_association *asoc, struct sctp_chunk *chunk, gfp_t gfp, int *error, struct sctp_chunk **errp) sctp_unpack_cookie() argument
1923 sctp_process_missing_param(const struct sctp_association *asoc, enum sctp_param paramtype, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_missing_param() argument
1952 sctp_process_inv_mandatory(const struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_inv_mandatory() argument
1968 sctp_process_inv_paramlength(const struct sctp_association *asoc, struct sctp_paramhdr *param, const struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_inv_paramlength() argument
1989 sctp_process_hn_param(const struct sctp_association *asoc, union sctp_params param, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_hn_param() argument
2046 sctp_process_ext_param(struct sctp_association *asoc, union sctp_params param) sctp_process_ext_param() argument
2109 sctp_process_unk_param( const struct sctp_association *asoc, union sctp_params param, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_unk_param() argument
2162 sctp_verify_param(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, union sctp_params param, enum sctp_cid cid, struct sctp_chunk *chunk, struct sctp_chunk **err_chunk) sctp_verify_param() argument
2290 sctp_verify_init(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, enum sctp_cid cid, struct sctp_init_chunk *peer_init, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_verify_init() argument
2355 sctp_process_init(struct sctp_association *asoc, struct sctp_chunk *chunk, const union sctp_addr *peer_addr, struct sctp_init_chunk *peer_init, gfp_t gfp) sctp_process_init() argument
2540 sctp_process_param(struct sctp_association *asoc, union sctp_params param, const union sctp_addr *peer_addr, gfp_t gfp) sctp_process_param() argument
2797 sctp_make_asconf(struct sctp_association *asoc, union sctp_addr *addr, int vparam_len) sctp_make_asconf() argument
2853 sctp_make_asconf_update_ip(struct sctp_association *asoc, union sctp_addr *laddr, struct sockaddr *addrs, int addrcnt, __be16 flags) sctp_make_asconf_update_ip() argument
2940 sctp_make_asconf_set_prim(struct sctp_association *asoc, union sctp_addr *addr) sctp_make_asconf_set_prim() argument
2989 sctp_make_asconf_ack(const struct sctp_association *asoc, __u32 serial, int vparam_len) sctp_make_asconf_ack() argument
3053 sctp_process_asconf_param(struct sctp_association *asoc, struct sctp_chunk *asconf, struct sctp_addip_param *asconf_param) sctp_process_asconf_param() argument
3196 sctp_verify_asconf(const struct sctp_association *asoc, struct sctp_chunk *chunk, bool addr_param_needed, struct sctp_paramhdr **errp) sctp_verify_asconf() argument
3265 sctp_process_asconf(struct sctp_association *asoc, struct sctp_chunk *asconf) sctp_process_asconf() argument
3350 sctp_asconf_param_success(struct sctp_association *asoc, struct sctp_addip_param *asconf_param) sctp_asconf_param_success() argument
3465 sctp_process_asconf_ack(struct sctp_association *asoc, struct sctp_chunk *asconf_ack) sctp_process_asconf_ack() argument
3558 sctp_make_fwdtsn(const struct sctp_association *asoc, __u32 new_cum_tsn, size_t nstreams, struct sctp_fwdtsn_skip *skiplist) sctp_make_fwdtsn() argument
3588 sctp_make_ifwdtsn(const struct sctp_association *asoc, __u32 new_cum_tsn, size_t nstreams, struct sctp_ifwdtsn_skip *skiplist) sctp_make_ifwdtsn() argument
3627 sctp_make_reconf(const struct sctp_association *asoc, int length) sctp_make_reconf() argument
3678 sctp_make_strreset_req( const struct sctp_association *asoc, __u16 stream_num, __be16 *stream_list, bool out, bool in) sctp_make_strreset_req() argument
3732 sctp_make_strreset_tsnreq( const struct sctp_association *asoc) sctp_make_strreset_tsnreq() argument
3763 sctp_make_strreset_addstrm( const struct sctp_association *asoc, __u16 out, __u16 in) sctp_make_strreset_addstrm() argument
3809 sctp_make_strreset_resp(const struct sctp_association *asoc, __u32 result, __u32 sn) sctp_make_strreset_resp() argument
3845 sctp_make_strreset_tsnresp(struct sctp_association *asoc, __u32 result, __u32 sn, __u32 sender_tsn, __u32 receiver_tsn) sctp_make_strreset_tsnresp() argument
3871 sctp_verify_reconf(const struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_paramhdr **errp) sctp_verify_reconf() argument
[all...]
H A Dsm_statefuns.c53 const struct sctp_association *asoc,
56 static int sctp_eat_data(const struct sctp_association *asoc,
61 const struct sctp_association *asoc,
65 const struct sctp_association *asoc,
72 const struct sctp_association *asoc,
79 const struct sctp_association *asoc,
86 const struct sctp_association *asoc,
93 const struct sctp_association *asoc,
103 const struct sctp_association *asoc,
109 const struct sctp_association *asoc,
231 sctp_sf_do_4_C(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_4_C() argument
316 sctp_sf_do_5_1B_init(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_5_1B_init() argument
516 sctp_sf_do_5_1C_ack(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_5_1C_ack() argument
635 sctp_auth_chunk_verify(struct net *net, struct sctp_chunk *chunk, const struct sctp_association *asoc) sctp_auth_chunk_verify() argument
698 sctp_sf_do_5_1D_ce(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_5_1D_ce() argument
919 sctp_sf_do_5_1E_ca(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_5_1E_ca() argument
1012 sctp_sf_heartbeat( const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_heartbeat() argument
1038 sctp_sf_sendbeat_8_3(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_sendbeat_8_3() argument
1086 sctp_sf_send_reconf(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_send_reconf() argument
1115 sctp_sf_send_probe(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_send_probe() argument
1163 sctp_sf_beat_8_3(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_beat_8_3() argument
1237 sctp_sf_backbeat_8_3(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_backbeat_8_3() argument
1387 sctp_sf_check_restart_addrs(const struct sctp_association *new_asoc, const struct sctp_association *asoc, struct sctp_chunk *init, struct sctp_cmd_seq *commands) sctp_sf_check_restart_addrs() argument
1427 sctp_tietags_populate(struct sctp_association *new_asoc, const struct sctp_association *asoc) sctp_tietags_populate() argument
1474 sctp_tietags_compare(struct sctp_association *new_asoc, const struct sctp_association *asoc) sctp_tietags_compare() argument
1510 sctp_sf_do_unexpected_init( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_unexpected_init() argument
1729 sctp_sf_do_5_2_1_siminit( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_5_2_1_siminit() argument
1784 sctp_sf_do_5_2_2_dupinit( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_5_2_2_dupinit() argument
1808 sctp_sf_do_5_2_3_initack( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_5_2_3_initack() argument
1825 sctp_sf_do_assoc_update(struct sctp_association *asoc, struct sctp_association *new, struct sctp_cmd_seq *cmds) sctp_sf_do_assoc_update() argument
1854 sctp_sf_do_dupcook_a( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_cmd_seq *commands, struct sctp_association *new_asoc) sctp_sf_do_dupcook_a() argument
1977 sctp_sf_do_dupcook_b( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_cmd_seq *commands, struct sctp_association *new_asoc) sctp_sf_do_dupcook_b() argument
2061 sctp_sf_do_dupcook_c( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_cmd_seq *commands, struct sctp_association *new_asoc) sctp_sf_do_dupcook_c() argument
2084 sctp_sf_do_dupcook_d( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_cmd_seq *commands, struct sctp_association *new_asoc) sctp_sf_do_dupcook_d() argument
2196 sctp_sf_do_5_2_4_dupcook( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_5_2_4_dupcook() argument
2323 sctp_sf_shutdown_pending_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_shutdown_pending_abort() argument
2369 sctp_sf_shutdown_sent_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_shutdown_sent_abort() argument
2423 sctp_sf_shutdown_ack_sent_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_shutdown_ack_sent_abort() argument
2451 sctp_sf_cookie_echoed_err( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_cookie_echoed_err() argument
2516 sctp_sf_do_5_2_6_stale( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_5_2_6_stale() argument
2639 sctp_sf_do_9_1_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_9_1_abort() argument
2680 __sctp_sf_do_9_1_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) __sctp_sf_do_9_1_abort() argument
2711 sctp_sf_cookie_wait_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_cookie_wait_abort() argument
2751 sctp_sf_cookie_wait_icmp_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_cookie_wait_icmp_abort() argument
2767 sctp_sf_cookie_echoed_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_cookie_echoed_abort() argument
2786 sctp_stop_t1_and_abort( struct net *net, struct sctp_cmd_seq *commands, __be16 error, int sk_err, const struct sctp_association *asoc, struct sctp_transport *transport) sctp_stop_t1_and_abort() argument
2841 sctp_sf_do_9_2_shutdown( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_9_2_shutdown() argument
2931 sctp_sf_do_9_2_shut_ctsn( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_9_2_shut_ctsn() argument
2986 __sctp_sf_do_9_2_reshutack(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) __sctp_sf_do_9_2_reshutack() argument
3024 sctp_sf_do_9_2_reshutack(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_9_2_reshutack() argument
3068 sctp_sf_do_ecn_cwr(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_ecn_cwr() argument
3124 sctp_sf_do_ecne(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_ecne() argument
3180 sctp_sf_eat_data_6_2(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_eat_data_6_2() argument
3300 sctp_sf_eat_data_fast_4_4( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_eat_data_fast_4_4() argument
3392 sctp_sf_eat_sack_6_2(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_eat_sack_6_2() argument
3468 sctp_sf_tabort_8_4_8( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_tabort_8_4_8() argument
3515 sctp_sf_new_encap_port( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_new_encap_port() argument
3558 sctp_sf_operr_notify(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_operr_notify() argument
3596 sctp_sf_do_9_2_final(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_9_2_final() argument
3679 sctp_sf_ootb(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_ootb() argument
3774 sctp_sf_shut_8_4_5( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_shut_8_4_5() argument
3831 sctp_sf_do_8_5_1_E_sa(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_8_5_1_E_sa() argument
3859 sctp_sf_do_asconf(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_asconf() argument
3972 sctp_send_next_asconf( struct net *net, const struct sctp_endpoint *ep, struct sctp_association *asoc, const union sctp_subtype type, struct sctp_cmd_seq *commands) sctp_send_next_asconf() argument
4000 sctp_sf_do_asconf_ack(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_asconf_ack() argument
4115 sctp_sf_do_reconf(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_reconf() argument
4192 sctp_sf_eat_fwd_tsn(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_eat_fwd_tsn() argument
4258 sctp_sf_eat_fwd_tsn_fast( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_eat_fwd_tsn_fast() argument
4346 sctp_sf_authenticate( const struct sctp_association *asoc, struct sctp_chunk *chunk) sctp_sf_authenticate() argument
4421 sctp_sf_eat_auth(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_eat_auth() argument
4517 sctp_sf_unk_chunk(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_unk_chunk() argument
4597 sctp_sf_discard_chunk(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_discard_chunk() argument
4640 sctp_sf_pdiscard(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_pdiscard() argument
4667 sctp_sf_violation(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_violation() argument
4690 sctp_sf_abort_violation( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, void *arg, struct sctp_cmd_seq *commands, const __u8 *payload, const size_t paylen) sctp_sf_abort_violation() argument
4807 sctp_sf_violation_chunklen( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_violation_chunklen() argument
4827 sctp_sf_violation_paramlen( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, void *ext, struct sctp_cmd_seq *commands) sctp_sf_violation_paramlen() argument
4870 sctp_sf_violation_ctsn( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_violation_ctsn() argument
4890 sctp_sf_violation_chunk( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_violation_chunk() argument
4963 sctp_sf_do_prm_asoc(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_prm_asoc() argument
5075 sctp_sf_do_prm_send(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_prm_send() argument
5114 sctp_sf_do_9_2_prm_shutdown( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_9_2_prm_shutdown() argument
5171 sctp_sf_do_9_1_prm_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_9_1_prm_abort() argument
5209 sctp_sf_error_closed(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_error_closed() argument
5223 sctp_sf_error_shutdown( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_error_shutdown() argument
5250 sctp_sf_cookie_wait_prm_shutdown( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_cookie_wait_prm_shutdown() argument
5285 sctp_sf_cookie_echoed_prm_shutdown( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_cookie_echoed_prm_shutdown() argument
5313 sctp_sf_cookie_wait_prm_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_cookie_wait_prm_abort() argument
5362 sctp_sf_cookie_echoed_prm_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_cookie_echoed_prm_abort() argument
5388 sctp_sf_shutdown_pending_prm_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_shutdown_pending_prm_abort() argument
5415 sctp_sf_shutdown_sent_prm_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_shutdown_sent_prm_abort() argument
5446 sctp_sf_shutdown_ack_sent_prm_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_shutdown_ack_sent_prm_abort() argument
5482 sctp_sf_do_prm_requestheartbeat( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_prm_requestheartbeat() argument
5515 sctp_sf_do_prm_asconf(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_prm_asconf() argument
5532 sctp_sf_do_prm_reconf(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_prm_reconf() argument
5550 sctp_sf_ignore_primitive( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_ignore_primitive() argument
5574 sctp_sf_do_no_pending_tsn( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_no_pending_tsn() argument
5606 sctp_sf_do_9_2_start_shutdown( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_9_2_start_shutdown() argument
5676 sctp_sf_do_9_2_shutdown_ack( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_9_2_shutdown_ack() argument
5750 sctp_sf_ignore_other(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_ignore_other() argument
5778 sctp_sf_do_6_3_3_rtx(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_6_3_3_rtx() argument
5866 sctp_sf_do_6_2_sack(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_6_2_sack() argument
5897 sctp_sf_t1_init_timer_expire( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_t1_init_timer_expire() argument
5962 sctp_sf_t1_cookie_timer_expire( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_t1_cookie_timer_expire() argument
6013 sctp_sf_t2_timer_expire( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_t2_timer_expire() argument
6084 sctp_sf_t4_timer_expire( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_t4_timer_expire() argument
6156 sctp_sf_t5_timer_expire( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_t5_timer_expire() argument
6193 sctp_sf_autoclose_timer_expire( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_autoclose_timer_expire() argument
6237 sctp_sf_not_impl(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_not_impl() argument
6254 sctp_sf_bug(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_bug() argument
6274 sctp_sf_timer_ignore(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_timer_ignore() argument
6318 sctp_abort_pkt_new( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, struct sctp_chunk *chunk, const void *payload, size_t paylen) sctp_abort_pkt_new() argument
6360 sctp_ootb_pkt_new( struct net *net, const struct sctp_association *asoc, const struct sctp_chunk *chunk) sctp_ootb_pkt_new() argument
6444 sctp_send_stale_cookie_err(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const struct sctp_chunk *chunk, struct sctp_cmd_seq *commands, struct sctp_chunk *err_chunk) sctp_send_stale_cookie_err() argument
6475 sctp_eat_data(const struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_cmd_seq *commands) sctp_eat_data() argument
[all...]
H A Dauth.c222 const struct sctp_association *asoc, in sctp_auth_make_local_vector()
226 (struct sctp_random_param *)asoc->c.auth_random, in sctp_auth_make_local_vector()
227 (struct sctp_chunks_param *)asoc->c.auth_chunks, in sctp_auth_make_local_vector()
228 (struct sctp_hmac_algo_param *)asoc->c.auth_hmacs, gfp); in sctp_auth_make_local_vector()
233 const struct sctp_association *asoc, in sctp_auth_make_peer_vector()
236 return sctp_auth_make_key_vector(asoc->peer.peer_random, in sctp_auth_make_peer_vector()
237 asoc->peer.peer_chunks, in sctp_auth_make_peer_vector()
238 asoc->peer.peer_hmacs, in sctp_auth_make_peer_vector()
287 const struct sctp_association *asoc, in sctp_auth_asoc_create_secret()
311 local_key_vector = sctp_auth_make_local_vector(asoc, gf in sctp_auth_asoc_create_secret()
221 sctp_auth_make_local_vector( const struct sctp_association *asoc, gfp_t gfp) sctp_auth_make_local_vector() argument
232 sctp_auth_make_peer_vector( const struct sctp_association *asoc, gfp_t gfp) sctp_auth_make_peer_vector() argument
286 sctp_auth_asoc_create_secret( const struct sctp_association *asoc, struct sctp_shared_key *ep_key, gfp_t gfp) sctp_auth_asoc_create_secret() argument
353 sctp_auth_asoc_copy_shkeys(const struct sctp_endpoint *ep, struct sctp_association *asoc, gfp_t gfp) sctp_auth_asoc_copy_shkeys() argument
383 sctp_auth_asoc_init_active_key(struct sctp_association *asoc, gfp_t gfp) sctp_auth_asoc_init_active_key() argument
429 sctp_auth_get_shkey( const struct sctp_association *asoc, __u16 key_id) sctp_auth_get_shkey() argument
524 sctp_auth_asoc_get_hmac(const struct sctp_association *asoc) sctp_auth_asoc_get_hmac() argument
584 sctp_auth_asoc_verify_hmac_id(const struct sctp_association *asoc, __be16 hmac_id) sctp_auth_asoc_verify_hmac_id() argument
606 sctp_auth_asoc_set_default_hmac(struct sctp_association *asoc, struct sctp_hmac_algo_param *hmacs) sctp_auth_asoc_set_default_hmac() argument
674 sctp_auth_send_cid(enum sctp_cid chunk, const struct sctp_association *asoc) sctp_auth_send_cid() argument
686 sctp_auth_recv_cid(enum sctp_cid chunk, const struct sctp_association *asoc) sctp_auth_recv_cid() argument
707 sctp_auth_calculate_hmac(const struct sctp_association *asoc, struct sk_buff *skb, struct sctp_auth_chunk *auth, struct sctp_shared_key *ep_key, gfp_t gfp) sctp_auth_calculate_hmac() argument
817 sctp_auth_set_key(struct sctp_endpoint *ep, struct sctp_association *asoc, struct sctp_authkey *auth_key) sctp_auth_set_key() argument
880 sctp_auth_set_active_key(struct sctp_endpoint *ep, struct sctp_association *asoc, __u16 key_id) sctp_auth_set_active_key() argument
923 sctp_auth_del_key_id(struct sctp_endpoint *ep, struct sctp_association *asoc, __u16 key_id) sctp_auth_del_key_id() argument
967 sctp_auth_deact_key_id(struct sctp_endpoint *ep, struct sctp_association *asoc, __u16 key_id) sctp_auth_deact_key_id() argument
[all...]
H A Dsocket.c74 static int sctp_wait_for_sndbuf(struct sctp_association *asoc, long *timeo_p,
87 static int sctp_send_asconf(struct sctp_association *asoc,
107 static inline int sctp_wspace(struct sctp_association *asoc) in sctp_wspace() argument
109 struct sock *sk = asoc->base.sk; in sctp_wspace()
111 return asoc->ep->sndbuf_policy ? sk->sk_sndbuf - asoc->sndbuf_used in sctp_wspace()
126 struct sctp_association *asoc = chunk->asoc; in sctp_set_owner_w() local
127 struct sock *sk = asoc->base.sk; in sctp_set_owner_w()
130 sctp_association_hold(asoc); in sctp_set_owner_w()
165 sctp_for_each_tx_datachunk(struct sctp_association *asoc, bool clear, void (*cb)(struct sctp_chunk *)) sctp_for_each_tx_datachunk() argument
192 sctp_for_each_rx_skb(struct sctp_association *asoc, struct sock *sk, void (*cb)(struct sk_buff *, struct sock *)) sctp_for_each_rx_skb() argument
234 struct sctp_association *asoc = NULL; sctp_id2assoc() local
467 sctp_send_asconf(struct sctp_association *asoc, struct sctp_chunk *chunk) sctp_send_asconf() argument
560 struct sctp_association *asoc; sctp_send_asconf_add_ip() local
762 struct sctp_association *asoc; sctp_send_asconf_del_ip() local
1071 struct sctp_association *asoc; sctp_connect_new_asoc() local
1133 sctp_connect_add_peer(struct sctp_association *asoc, union sctp_addr *daddr, int addr_len) sctp_connect_add_peer() argument
1171 struct sctp_association *asoc; __sctp_connect() local
1486 struct sctp_association *asoc; sctp_close() local
1662 struct sctp_association *asoc; sctp_sendmsg_new_asoc() local
1751 sctp_sendmsg_check_sflags(struct sctp_association *asoc, __u16 sflags, struct msghdr *msg, size_t msg_len) sctp_sendmsg_check_sflags() argument
1789 sctp_sendmsg_to_asoc(struct sctp_association *asoc, struct msghdr *msg, size_t msg_len, struct sctp_transport *transport, struct sctp_sndrcvinfo *sinfo) sctp_sendmsg_to_asoc() argument
1916 sctp_sendmsg_update_sinfo(struct sctp_association *asoc, struct sctp_sndrcvinfo *sinfo, struct sctp_cmsgs *cmsgs) sctp_sendmsg_update_sinfo() argument
1947 struct sctp_association *asoc, *tmp; sctp_sendmsg() local
2223 struct sctp_association *asoc; sctp_setsockopt_events() local
2425 sctp_apply_peer_addr_params(struct sctp_paddrparams *params, struct sctp_transport *trans, struct sctp_association *asoc, struct sctp_sock *sp, int hb_change, int pmtud_change, int sackdelay_change) sctp_apply_peer_addr_params() argument
2621 struct sctp_association *asoc = NULL; sctp_setsockopt_peer_addr_params() local
2705 sctp_apply_asoc_delayed_ack(struct sctp_sack_info *params, struct sctp_association *asoc) sctp_apply_asoc_delayed_ack() argument
2781 struct sctp_association *asoc; __sctp_setsockopt_delayed_ack() local
2907 struct sctp_association *asoc; sctp_setsockopt_default_send_param() local
2965 struct sctp_association *asoc; sctp_setsockopt_default_sndinfo() local
3081 struct sctp_association *asoc; sctp_setsockopt_rtoinfo() local
3146 struct sctp_association *asoc; sctp_setsockopt_associnfo() local
3256 struct sctp_association *asoc; sctp_setsockopt_maxseg() local
3316 struct sctp_association *asoc = NULL; sctp_setsockopt_peer_primary_addr() local
3403 struct sctp_association *asoc; sctp_setsockopt_context() local
3522 struct sctp_association *asoc; sctp_setsockopt_maxburst() local
3634 struct sctp_association *asoc; sctp_setsockopt_auth_key() local
3695 struct sctp_association *asoc; sctp_setsockopt_active_key() local
3743 struct sctp_association *asoc; sctp_setsockopt_del_key() local
3791 struct sctp_association *asoc; sctp_setsockopt_deactivate_key() local
3880 struct sctp_association *asoc; sctp_setsockopt_paddr_thresholds() local
3964 struct sctp_association *asoc; sctp_setsockopt_pr_supported() local
3984 struct sctp_association *asoc; sctp_setsockopt_default_prinfo() local
4035 struct sctp_association *asoc; sctp_setsockopt_reconfig_supported() local
4059 struct sctp_association *asoc; sctp_setsockopt_enable_strreset() local
4100 struct sctp_association *asoc; sctp_setsockopt_reset_streams() local
4122 struct sctp_association *asoc; sctp_setsockopt_reset_assoc() local
4138 struct sctp_association *asoc; sctp_setsockopt_add_streams() local
4155 struct sctp_association *asoc; sctp_setsockopt_scheduler() local
4197 struct sctp_association *asoc; sctp_setsockopt_scheduler_value() local
4233 struct sctp_association *asoc; sctp_setsockopt_interleaving_supported() local
4267 sctp_assoc_ulpevent_type_set(struct sctp_event *param, struct sctp_association *asoc) sctp_assoc_ulpevent_type_set() argument
4292 struct sctp_association *asoc; sctp_setsockopt_event() local
4335 struct sctp_association *asoc; sctp_setsockopt_asconf_supported() local
4365 struct sctp_association *asoc; sctp_setsockopt_auth_supported() local
4399 struct sctp_association *asoc; sctp_setsockopt_ecn_supported() local
4421 struct sctp_association *asoc; sctp_setsockopt_pf_expose() local
4449 struct sctp_association *asoc; sctp_setsockopt_encap_port() local
4499 struct sctp_association *asoc; sctp_setsockopt_probe_interval() local
4854 struct sctp_association *asoc; sctp_accept() local
5154 struct sctp_association *asoc; sctp_shutdown() local
5163 sctp_get_sctp_info(struct sock *sk, struct sctp_association *asoc, struct sctp_info *info) sctp_get_sctp_info() argument
5412 struct sctp_association *asoc = NULL; sctp_getsockopt_sctp_status() local
5625 struct sctp_association *asoc = sctp_id2assoc(sk, id); sctp_do_peeloff() local
5914 struct sctp_association *asoc = NULL; sctp_getsockopt_peer_addr_params() local
6057 struct sctp_association *asoc = NULL; sctp_getsockopt_delayed_ack() local
6142 struct sctp_association *asoc; sctp_getsockopt_peer_addrs() local
6239 struct sctp_association *asoc; sctp_getsockopt_local_addrs() local
6347 struct sctp_association *asoc; sctp_getsockopt_primary_addr() local
6429 struct sctp_association *asoc; sctp_getsockopt_default_send_param() local
6475 struct sctp_association *asoc; sctp_getsockopt_default_sndinfo() local
6554 struct sctp_association *asoc; sctp_getsockopt_rtoinfo() local
6610 struct sctp_association *asoc; sctp_getsockopt_associnfo() local
6700 struct sctp_association *asoc; sctp_getsockopt_context() local
6757 struct sctp_association *asoc; sctp_getsockopt_maxseg() local
6852 struct sctp_association *asoc; sctp_getsockopt_maxburst() local
6928 struct sctp_association *asoc; sctp_getsockopt_active_key() local
6964 struct sctp_association *asoc; sctp_getsockopt_peer_auth_chunks() local
7009 struct sctp_association *asoc; sctp_getsockopt_local_auth_chunks() local
7063 struct sctp_association *asoc; sctp_getsockopt_assoc_number() local
7119 struct sctp_association *asoc; sctp_getsockopt_assoc_ids() local
7170 struct sctp_association *asoc; sctp_getsockopt_paddr_thresholds() local
7228 struct sctp_association *asoc = NULL; sctp_getsockopt_assoc_stats() local
7326 struct sctp_association *asoc; sctp_getsockopt_pr_supported() local
7365 struct sctp_association *asoc; sctp_getsockopt_default_prinfo() local
7411 struct sctp_association *asoc; sctp_getsockopt_pr_assocstatus() local
7470 struct sctp_association *asoc; sctp_getsockopt_pr_streamstatus() local
7534 struct sctp_association *asoc; sctp_getsockopt_reconfig_supported() local
7573 struct sctp_association *asoc; sctp_getsockopt_enable_strreset() local
7612 struct sctp_association *asoc; sctp_getsockopt_scheduler() local
7651 struct sctp_association *asoc; sctp_getsockopt_scheduler_value() local
7693 struct sctp_association *asoc; sctp_getsockopt_interleaving_supported() local
7750 struct sctp_association *asoc; sctp_getsockopt_event() local
7787 struct sctp_association *asoc; sctp_getsockopt_asconf_supported() local
7826 struct sctp_association *asoc; sctp_getsockopt_auth_supported() local
7865 struct sctp_association *asoc; sctp_getsockopt_ecn_supported() local
7904 struct sctp_association *asoc; sctp_getsockopt_pf_expose() local
7941 struct sctp_association *asoc; sctp_getsockopt_encap_port() local
8002 struct sctp_association *asoc; sctp_getsockopt_probe_interval() local
9068 __sctp_write_space(struct sctp_association *asoc) __sctp_write_space() argument
9098 sctp_wake_up_waiters(struct sock *sk, struct sctp_association *asoc) sctp_wake_up_waiters() argument
9145 struct sctp_association *asoc = chunk->asoc; sctp_wfree() local
9200 sctp_wait_for_sndbuf(struct sctp_association *asoc, long *timeo_p, size_t msg_len) sctp_wait_for_sndbuf() argument
9285 struct sctp_association *asoc; sctp_write_space() local
9312 sctp_wait_for_connect(struct sctp_association *asoc, long *timeo_p) sctp_wait_for_connect() argument
9446 sctp_copy_sock(struct sock *newsk, struct sock *sk, struct sctp_association *asoc) sctp_copy_sock() argument
[all...]
H A Dstream_sched.c60 struct sctp_stream *stream = &q->asoc->stream; in sctp_sched_fcfs_dequeue()
148 int sctp_sched_set_sched(struct sctp_association *asoc, in sctp_sched_set_sched() argument
151 struct sctp_sched_ops *old = asoc->outqueue.sched; in sctp_sched_set_sched()
165 sctp_sched_free_sched(&asoc->stream); in sctp_sched_set_sched()
167 asoc->outqueue.sched = n; in sctp_sched_set_sched()
168 n->init(&asoc->stream); in sctp_sched_set_sched()
169 for (i = 0; i < asoc->stream.outcnt; i++) { in sctp_sched_set_sched()
170 if (!SCTP_SO(&asoc->stream, i)->ext) in sctp_sched_set_sched()
173 ret = n->init_sid(&asoc->stream, i, GFP_ATOMIC); in sctp_sched_set_sched()
179 list_for_each_entry(ch, &asoc in sctp_sched_set_sched()
195 sctp_sched_get_sched(struct sctp_association *asoc) sctp_sched_get_sched() argument
206 sctp_sched_set_value(struct sctp_association *asoc, __u16 sid, __u16 value, gfp_t gfp) sctp_sched_set_value() argument
223 sctp_sched_get_value(struct sctp_association *asoc, __u16 sid, __u16 *value) sctp_sched_get_value() argument
275 struct sctp_association *asoc; sctp_sched_ops_from_stream() local
[all...]
H A Doutqueue.c69 oute = SCTP_SO(&q->asoc->stream, stream)->ext; in sctp_outq_head_data()
90 oute = SCTP_SO(&q->asoc->stream, stream)->ext; in sctp_outq_tail_data()
191 void sctp_outq_init(struct sctp_association *asoc, struct sctp_outq *q) in sctp_outq_init() argument
195 q->asoc = asoc; in sctp_outq_init()
201 sctp_sched_set_sched(asoc, sctp_sk(asoc->base.sk)->default_ss); in sctp_outq_init()
213 list_for_each_entry(transport, &q->asoc->peer.transport_addr_list, in __sctp_outq_teardown()
270 sctp_outq_init(q->asoc, q); in sctp_outq_teardown()
283 struct net *net = q->asoc in sctp_outq_tail()
342 sctp_prsctp_prune_sent(struct sctp_association *asoc, struct sctp_sndrcvinfo *sinfo, struct list_head *queue, int msg_len) sctp_prsctp_prune_sent() argument
382 sctp_prsctp_prune_unsent(struct sctp_association *asoc, struct sctp_sndrcvinfo *sinfo, int msg_len) sctp_prsctp_prune_unsent() argument
423 sctp_prsctp_prune(struct sctp_association *asoc, struct sctp_sndrcvinfo *sinfo, int msg_len) sctp_prsctp_prune() argument
770 const struct sctp_association *asoc = transport->asoc; sctp_packet_singleton() local
793 struct sctp_association *asoc; global() member
1250 struct sctp_association *asoc = q->asoc; sctp_outq_sack() local
1605 struct sctp_association *asoc = transport->asoc; sctp_check_transmitted() local
1718 struct sctp_association *asoc = q->asoc; sctp_mark_missing() local
1824 struct sctp_association *asoc = q->asoc; sctp_generate_fwdtsn() local
[all...]
H A Dchunk.c74 struct sctp_association *asoc = NULL; in sctp_datamsg_destroy() local
90 asoc = chunk->asoc; in sctp_datamsg_destroy()
91 error = msg->send_error ?: asoc->outqueue.error; in sctp_datamsg_destroy()
94 if (sctp_ulpevent_type_enabled(asoc->subscribe, in sctp_datamsg_destroy()
96 ev = sctp_ulpevent_make_send_failed(asoc, chunk, sent, in sctp_datamsg_destroy()
99 asoc->stream.si->enqueue_event(&asoc->ulpq, ev); in sctp_datamsg_destroy()
102 if (sctp_ulpevent_type_enabled(asoc->subscribe, in sctp_datamsg_destroy()
104 ev = sctp_ulpevent_make_send_failed_event(asoc, chun in sctp_datamsg_destroy()
146 sctp_datamsg_from_user(struct sctp_association *asoc, struct sctp_sndrcvinfo *sinfo, struct iov_iter *from) sctp_datamsg_from_user() argument
[all...]
H A Dulpevent.c32 struct sctp_association *asoc);
77 const struct sctp_association *asoc) in sctp_ulpevent_set_owner()
85 sctp_association_hold((struct sctp_association *)asoc); in sctp_ulpevent_set_owner()
87 event->asoc = (struct sctp_association *)asoc; in sctp_ulpevent_set_owner()
88 atomic_add(event->rmem_len, &event->asoc->rmem_alloc); in sctp_ulpevent_set_owner()
89 sctp_skb_set_owner_r(skb, asoc->base.sk); in sctp_ulpevent_set_owner()
91 chunk->head_skb->sk = asoc->base.sk; in sctp_ulpevent_set_owner()
97 struct sctp_association *asoc = event->asoc; in sctp_ulpevent_release_owner() local
76 sctp_ulpevent_set_owner(struct sctp_ulpevent *event, const struct sctp_association *asoc) sctp_ulpevent_set_owner() argument
114 sctp_ulpevent_make_assoc_change( const struct sctp_association *asoc, __u16 flags, __u16 state, __u16 error, __u16 outbound, __u16 inbound, struct sctp_chunk *chunk, gfp_t gfp) sctp_ulpevent_make_assoc_change() argument
241 sctp_ulpevent_make_peer_addr_change( const struct sctp_association *asoc, const struct sockaddr_storage *aaddr, int flags, int state, int error, gfp_t gfp) sctp_ulpevent_make_peer_addr_change() argument
342 struct sctp_association *asoc = transport->asoc; sctp_ulpevent_notify_peer_addr_change() local
374 sctp_ulpevent_make_remote_error(const struct sctp_association *asoc, struct sctp_chunk *chunk, __u16 flags, gfp_t gfp) sctp_ulpevent_make_remote_error() argument
430 sctp_ulpevent_make_send_failed( const struct sctp_association *asoc, struct sctp_chunk *chunk, __u16 flags, __u32 error, gfp_t gfp) sctp_ulpevent_make_send_failed() argument
533 sctp_ulpevent_make_send_failed_event( const struct sctp_association *asoc, struct sctp_chunk *chunk, __u16 flags, __u32 error, gfp_t gfp) sctp_ulpevent_make_send_failed_event() argument
577 sctp_ulpevent_make_shutdown_event( const struct sctp_association *asoc, __u16 flags, gfp_t gfp) sctp_ulpevent_make_shutdown_event() argument
640 sctp_ulpevent_make_adaptation_indication( const struct sctp_association *asoc, gfp_t gfp) sctp_ulpevent_make_adaptation_indication() argument
675 sctp_ulpevent_make_rcvmsg(struct sctp_association *asoc, struct sctp_chunk *chunk, gfp_t gfp) sctp_ulpevent_make_rcvmsg() argument
771 sctp_ulpevent_make_pdapi( const struct sctp_association *asoc, __u32 indication, __u32 sid, __u32 seq, __u32 flags, gfp_t gfp) sctp_ulpevent_make_pdapi() argument
825 sctp_ulpevent_make_authkey( const struct sctp_association *asoc, __u16 key_id, __u32 indication, gfp_t gfp) sctp_ulpevent_make_authkey() argument
864 sctp_ulpevent_make_sender_dry_event( const struct sctp_association *asoc, gfp_t gfp) sctp_ulpevent_make_sender_dry_event() argument
888 sctp_ulpevent_make_stream_reset_event( const struct sctp_association *asoc, __u16 flags, __u16 stream_num, __be16 *stream_list, gfp_t gfp) sctp_ulpevent_make_stream_reset_event() argument
917 sctp_ulpevent_make_assoc_reset_event( const struct sctp_association *asoc, __u16 flags, __u32 local_tsn, __u32 remote_tsn, gfp_t gfp) sctp_ulpevent_make_assoc_reset_event() argument
944 sctp_ulpevent_make_stream_change_event( const struct sctp_association *asoc, __u16 flags, __u32 strchange_instrms, __u32 strchange_outstrms, gfp_t gfp) sctp_ulpevent_make_stream_change_event() argument
1078 sctp_ulpevent_receive_data(struct sctp_ulpevent *event, struct sctp_association *asoc) sctp_ulpevent_receive_data() argument
[all...]
/kernel/linux/linux-5.10/net/sctp/
H A Dassociola.c43 static void sctp_select_active_and_retran_path(struct sctp_association *asoc);
45 static void sctp_assoc_free_asconf_acks(struct sctp_association *asoc);
46 static void sctp_assoc_free_asconf_queue(struct sctp_association *asoc);
52 struct sctp_association *asoc, in sctp_association_init()
65 asoc->ep = (struct sctp_endpoint *)ep; in sctp_association_init()
66 asoc->base.sk = (struct sock *)sk; in sctp_association_init()
67 asoc->base.net = sock_net(sk); in sctp_association_init()
69 sctp_endpoint_hold(asoc->ep); in sctp_association_init()
70 sock_hold(asoc->base.sk); in sctp_association_init()
73 asoc in sctp_association_init()
51 sctp_association_init( struct sctp_association *asoc, const struct sctp_endpoint *ep, const struct sock *sk, enum sctp_scope scope, gfp_t gfp) sctp_association_init() argument
288 struct sctp_association *asoc; sctp_association_new() local
312 sctp_association_free(struct sctp_association *asoc) sctp_association_free() argument
398 sctp_association_destroy(struct sctp_association *asoc) sctp_association_destroy() argument
421 sctp_assoc_set_primary(struct sctp_association *asoc, struct sctp_transport *transport) sctp_assoc_set_primary() argument
480 sctp_assoc_rm_peer(struct sctp_association *asoc, struct sctp_transport *peer) sctp_assoc_rm_peer() argument
581 sctp_assoc_add_peer(struct sctp_association *asoc, const union sctp_addr *addr, const gfp_t gfp, const int peer_state) sctp_assoc_add_peer() argument
733 sctp_assoc_del_peer(struct sctp_association *asoc, const union sctp_addr *addr) sctp_assoc_del_peer() argument
751 sctp_assoc_lookup_paddr( const struct sctp_association *asoc, const union sctp_addr *address) sctp_assoc_lookup_paddr() argument
769 sctp_assoc_del_nonprimary_peers(struct sctp_association *asoc, struct sctp_transport *primary) sctp_assoc_del_nonprimary_peers() argument
787 sctp_assoc_control_transport(struct sctp_association *asoc, struct sctp_transport *transport, enum sctp_transport_cmd command, sctp_sn_error_t error) sctp_assoc_control_transport() argument
850 sctp_association_hold(struct sctp_association *asoc) sctp_association_hold() argument
858 sctp_association_put(struct sctp_association *asoc) sctp_association_put() argument
867 sctp_association_get_next_tsn(struct sctp_association *asoc) sctp_association_get_next_tsn() argument
900 sctp_get_ecne_prepend(struct sctp_association *asoc) sctp_get_ecne_prepend() argument
914 sctp_assoc_lookup_tsn(struct sctp_association *asoc, __u32 tsn) sctp_assoc_lookup_tsn() argument
972 struct sctp_association *asoc = sctp_assoc_bh_rcv() local
1094 sctp_assoc_update(struct sctp_association *asoc, struct sctp_association *new) sctp_assoc_update() argument
1266 sctp_assoc_update_retran_path(struct sctp_association *asoc) sctp_assoc_update_retran_path() argument
1304 sctp_select_active_and_retran_path(struct sctp_association *asoc) sctp_select_active_and_retran_path() argument
1372 sctp_assoc_choose_alter_transport(struct sctp_association *asoc, struct sctp_transport *last_sent_to) sctp_assoc_choose_alter_transport() argument
1389 sctp_assoc_update_frag_point(struct sctp_association *asoc) sctp_assoc_update_frag_point() argument
1403 sctp_assoc_set_pmtu(struct sctp_association *asoc, __u32 pmtu) sctp_assoc_set_pmtu() argument
1417 sctp_assoc_sync_pmtu(struct sctp_association *asoc) sctp_assoc_sync_pmtu() argument
1440 sctp_peer_needs_update(struct sctp_association *asoc) sctp_peer_needs_update() argument
1462 sctp_assoc_rwnd_increase(struct sctp_association *asoc, unsigned int len) sctp_assoc_rwnd_increase() argument
1521 sctp_assoc_rwnd_decrease(struct sctp_association *asoc, unsigned int len) sctp_assoc_rwnd_decrease() argument
1563 sctp_assoc_set_bind_addr_from_ep(struct sctp_association *asoc, enum sctp_scope scope, gfp_t gfp) sctp_assoc_set_bind_addr_from_ep() argument
1587 sctp_assoc_set_bind_addr_from_cookie(struct sctp_association *asoc, struct sctp_cookie *cookie, gfp_t gfp) sctp_assoc_set_bind_addr_from_cookie() argument
1600 sctp_assoc_lookup_laddr(struct sctp_association *asoc, const union sctp_addr *laddr) sctp_assoc_lookup_laddr() argument
1614 sctp_assoc_set_id(struct sctp_association *asoc, gfp_t gfp) sctp_assoc_set_id() argument
1642 sctp_assoc_free_asconf_queue(struct sctp_association *asoc) sctp_assoc_free_asconf_queue() argument
1654 sctp_assoc_free_asconf_acks(struct sctp_association *asoc) sctp_assoc_free_asconf_acks() argument
1667 sctp_assoc_clean_asconf_ack_cache(const struct sctp_association *asoc) sctp_assoc_clean_asconf_ack_cache() argument
1687 sctp_assoc_lookup_asconf_ack( const struct sctp_association *asoc, __be32 serial) sctp_assoc_lookup_asconf_ack() argument
1708 sctp_asconf_queue_teardown(struct sctp_association *asoc) sctp_asconf_queue_teardown() argument
[all...]
H A Dsm_sideeffect.c44 struct sctp_association *asoc,
53 struct sctp_association **asoc,
64 static void sctp_do_ecn_ce_work(struct sctp_association *asoc, in sctp_do_ecn_ce_work() argument
69 asoc->last_ecne_tsn = lowest_tsn; in sctp_do_ecn_ce_work()
70 asoc->need_ecne = 1; 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() argument
101 if (TSN_lt(asoc->last_cwr_tsn, lowest_tsn)) { in sctp_do_ecn_ecne_work()
107 transport = sctp_assoc_lookup_tsn(asoc, lowest_tsn); in sctp_do_ecn_ecne_work()
113 asoc->last_cwr_tsn = lowest_tsn; in sctp_do_ecn_ecne_work()
119 repl = sctp_make_cwr(asoc, aso in sctp_do_ecn_ecne_work()
128 sctp_do_ecn_cwr_work(struct sctp_association *asoc, __u32 lowest_tsn) sctp_do_ecn_cwr_work() argument
138 sctp_gen_sack(struct sctp_association *asoc, int force, struct sctp_cmd_seq *commands) sctp_gen_sack() argument
235 struct sctp_association *asoc = transport->asoc; sctp_generate_t3_rtx_event() local
270 sctp_generate_timeout_event(struct sctp_association *asoc, enum sctp_event_timeout timeout_type) sctp_generate_timeout_event() argument
310 struct sctp_association *asoc = sctp_generate_t1_cookie_event() local
318 struct sctp_association *asoc = sctp_generate_t1_init_event() local
326 struct sctp_association *asoc = sctp_generate_t2_shutdown_event() local
334 struct sctp_association *asoc = sctp_generate_t4_rto_event() local
342 struct sctp_association *asoc = sctp_generate_t5_shutdown_guard_event() local
353 struct sctp_association *asoc = sctp_generate_autoclose_event() local
365 struct sctp_association *asoc = transport->asoc; sctp_generate_heartbeat_event() local
411 struct sctp_association *asoc = transport->asoc; sctp_generate_proto_unreach_event() local
446 struct sctp_association *asoc = transport->asoc; sctp_generate_reconf_event() local
481 struct sctp_association *asoc = sctp_generate_sack_event() local
518 sctp_do_8_2_transport_strike(struct sctp_cmd_seq *commands, struct sctp_association *asoc, struct sctp_transport *transport, int is_hb) sctp_do_8_2_transport_strike() argument
593 sctp_cmd_init_failed(struct sctp_cmd_seq *commands, struct sctp_association *asoc, unsigned int error) sctp_cmd_init_failed() argument
616 sctp_cmd_assoc_failed(struct sctp_cmd_seq *commands, struct sctp_association *asoc, enum sctp_event_type event_type, union sctp_subtype subtype, struct sctp_chunk *chunk, unsigned int error) sctp_cmd_assoc_failed() argument
661 sctp_cmd_process_init(struct sctp_cmd_seq *commands, struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_init_chunk *peer_init, gfp_t gfp) sctp_cmd_process_init() argument
683 sctp_cmd_hb_timers_start(struct sctp_cmd_seq *cmds, struct sctp_association *asoc) sctp_cmd_hb_timers_start() argument
696 sctp_cmd_hb_timers_stop(struct sctp_cmd_seq *cmds, struct sctp_association *asoc) sctp_cmd_hb_timers_stop() argument
711 sctp_cmd_t3_rtx_timers_stop(struct sctp_cmd_seq *cmds, struct sctp_association *asoc) sctp_cmd_t3_rtx_timers_stop() argument
725 sctp_cmd_transport_on(struct sctp_cmd_seq *cmds, struct sctp_association *asoc, struct sctp_transport *t, struct sctp_chunk *chunk) sctp_cmd_transport_on() argument
796 sctp_cmd_process_sack(struct sctp_cmd_seq *cmds, struct sctp_association *asoc, struct sctp_chunk *chunk) sctp_cmd_process_sack() argument
816 sctp_cmd_setup_t2(struct sctp_cmd_seq *cmds, struct sctp_association *asoc, struct sctp_chunk *chunk) sctp_cmd_setup_t2() argument
833 sctp_cmd_assoc_update(struct sctp_cmd_seq *cmds, struct sctp_association *asoc, struct sctp_association *new) sctp_cmd_assoc_update() argument
856 sctp_cmd_new_state(struct sctp_cmd_seq *cmds, struct sctp_association *asoc, enum sctp_state state) sctp_cmd_new_state() argument
921 sctp_cmd_delete_tcb(struct sctp_cmd_seq *cmds, struct sctp_association *asoc) sctp_cmd_delete_tcb() argument
943 sctp_cmd_setup_t4(struct sctp_cmd_seq *cmds, struct sctp_association *asoc, struct sctp_chunk *chunk) sctp_cmd_setup_t4() argument
955 sctp_cmd_process_operr(struct sctp_cmd_seq *cmds, struct sctp_association *asoc, struct sctp_chunk *chunk) sctp_cmd_process_operr() argument
1008 sctp_cmd_del_non_primary(struct sctp_association *asoc) sctp_cmd_del_non_primary() argument
1024 sctp_cmd_set_sk_err(struct sctp_association *asoc, int error) sctp_cmd_set_sk_err() argument
1033 sctp_cmd_assoc_change(struct sctp_cmd_seq *commands, struct sctp_association *asoc, u8 state) sctp_cmd_assoc_change() argument
1047 sctp_cmd_peer_no_auth(struct sctp_cmd_seq *commands, struct sctp_association *asoc) sctp_cmd_peer_no_auth() argument
1058 sctp_cmd_adaptation_ind(struct sctp_cmd_seq *commands, struct sctp_association *asoc) sctp_cmd_adaptation_ind() argument
1070 sctp_cmd_t1_timer_update(struct sctp_association *asoc, enum sctp_event_timeout timer, char *name) sctp_cmd_t1_timer_update() argument
1098 sctp_cmd_send_msg(struct sctp_association *asoc, struct sctp_datamsg *msg, gfp_t gfp) sctp_cmd_send_msg() argument
1134 sctp_do_sm(struct net *net, enum sctp_event_type event_type, union sctp_subtype subtype, enum sctp_state state, struct sctp_endpoint *ep, struct sctp_association *asoc, void *event_arg, gfp_t gfp) sctp_do_sm() argument
1171 sctp_side_effects(enum sctp_event_type event_type, union sctp_subtype subtype, enum sctp_state state, struct sctp_endpoint *ep, struct sctp_association **asoc, void *event_arg, enum sctp_disposition status, struct sctp_cmd_seq *commands, gfp_t gfp) sctp_side_effects() argument
1260 sctp_cmd_interpreter(enum sctp_event_type event_type, union sctp_subtype subtype, enum sctp_state state, struct sctp_endpoint *ep, struct sctp_association *asoc, void *event_arg, enum sctp_disposition status, struct sctp_cmd_seq *commands, gfp_t gfp) sctp_cmd_interpreter() argument
[all...]
H A Dstream.c27 struct sctp_association *asoc; in sctp_stream_shrink_out() local
31 asoc = container_of(stream, struct sctp_association, stream); in sctp_stream_shrink_out()
32 outq = &asoc->outqueue; in sctp_stream_shrink_out()
47 if (asoc->peer.prsctp_capable && in sctp_stream_shrink_out()
49 asoc->sent_cnt_removable--; in sctp_stream_shrink_out()
229 static int sctp_send_reconf(struct sctp_association *asoc, in sctp_send_reconf() argument
234 retval = sctp_primitive_RECONF(asoc->base.net, asoc, chunk); in sctp_send_reconf()
244 struct sctp_association *asoc; in sctp_stream_outq_is_empty() local
247 asoc in sctp_stream_outq_is_empty()
265 sctp_send_reset_streams(struct sctp_association *asoc, struct sctp_reset_streams *params) sctp_send_reset_streams() argument
380 sctp_send_reset_assoc(struct sctp_association *asoc) sctp_send_reset_assoc() argument
424 sctp_send_add_streams(struct sctp_association *asoc, struct sctp_add_streams *params) sctp_send_add_streams() argument
482 sctp_chunk_lookup_strreset_param( struct sctp_association *asoc, __be32 resp_seq, __be16 type) sctp_chunk_lookup_strreset_param() argument
509 sctp_update_strreset_result(struct sctp_association *asoc, __u32 result) sctp_update_strreset_result() argument
516 sctp_process_strreset_outreq( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_outreq() argument
605 sctp_process_strreset_inreq( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_inreq() argument
682 sctp_process_strreset_tsnreq( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_tsnreq() argument
779 sctp_process_strreset_addstrm_out( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_addstrm_out() argument
849 sctp_process_strreset_addstrm_in( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_addstrm_in() argument
914 sctp_process_strreset_resp( struct sctp_association *asoc, union sctp_params param, struct sctp_ulpevent **evp) sctp_process_strreset_resp() argument
[all...]
H A Dsm_make_chunk.c49 static struct sctp_chunk *sctp_make_control(const struct sctp_association *asoc,
52 static struct sctp_chunk *sctp_make_data(const struct sctp_association *asoc,
54 static struct sctp_chunk *_sctp_make_chunk(const struct sctp_association *asoc,
59 const struct sctp_association *asoc,
63 static int sctp_process_param(struct sctp_association *asoc,
77 struct sctp_association *asoc = chunk->asoc; in sctp_control_release_owner() local
87 ev = sctp_ulpevent_make_authkey(asoc, shkey->key_id, in sctp_control_release_owner()
91 asoc->stream.si->enqueue_event(&asoc in sctp_control_release_owner()
99 struct sctp_association *asoc = chunk->asoc; sctp_control_set_owner_w() local
206 sctp_make_init(const struct sctp_association *asoc, const struct sctp_bind_addr *bp, gfp_t gfp, int vparam_len) sctp_make_init() argument
379 sctp_make_init_ack(const struct sctp_association *asoc, const struct sctp_chunk *chunk, gfp_t gfp, int unkparam_len) sctp_make_init_ack() argument
567 sctp_make_cookie_echo(const struct sctp_association *asoc, const struct sctp_chunk *chunk) sctp_make_cookie_echo() argument
619 sctp_make_cookie_ack(const struct sctp_association *asoc, const struct sctp_chunk *chunk) sctp_make_cookie_ack() argument
666 sctp_make_cwr(const struct sctp_association *asoc, const __u32 lowest_tsn, const struct sctp_chunk *chunk) sctp_make_cwr() argument
701 sctp_make_ecne(const struct sctp_association *asoc, const __u32 lowest_tsn) sctp_make_ecne() argument
722 sctp_make_datafrag_empty(const struct sctp_association *asoc, const struct sctp_sndrcvinfo *sinfo, int len, __u8 flags, gfp_t gfp) sctp_make_datafrag_empty() argument
754 sctp_make_sack(struct sctp_association *asoc) sctp_make_sack() argument
854 sctp_make_shutdown(const struct sctp_association *asoc, const struct sctp_chunk *chunk) sctp_make_shutdown() argument
882 sctp_make_shutdown_ack(const struct sctp_association *asoc, const struct sctp_chunk *chunk) sctp_make_shutdown_ack() argument
905 sctp_make_shutdown_complete( const struct sctp_association *asoc, const struct sctp_chunk *chunk) sctp_make_shutdown_complete() argument
939 sctp_make_abort(const struct sctp_association *asoc, const struct sctp_chunk *chunk, const size_t hint) sctp_make_abort() argument
976 sctp_make_abort_no_data( const struct sctp_association *asoc, const struct sctp_chunk *chunk, __u32 tsn) sctp_make_abort_no_data() argument
1012 sctp_make_abort_user(const struct sctp_association *asoc, struct msghdr *msg, size_t paylen) sctp_make_abort_user() argument
1077 sctp_make_abort_violation( const struct sctp_association *asoc, const struct sctp_chunk *chunk, const __u8 *payload, const size_t paylen) sctp_make_abort_violation() argument
1103 sctp_make_violation_paramlen( const struct sctp_association *asoc, const struct sctp_chunk *chunk, struct sctp_paramhdr *param) sctp_make_violation_paramlen() argument
1126 sctp_make_violation_max_retrans( const struct sctp_association *asoc, const struct sctp_chunk *chunk) sctp_make_violation_max_retrans() argument
1146 sctp_make_heartbeat(const struct sctp_association *asoc, const struct sctp_transport *transport) sctp_make_heartbeat() argument
1175 sctp_make_heartbeat_ack(const struct sctp_association *asoc, const struct sctp_chunk *chunk, const void *payload, const size_t paylen) sctp_make_heartbeat_ack() argument
1208 sctp_make_op_error_space( const struct sctp_association *asoc, const struct sctp_chunk *chunk, size_t size) sctp_make_op_error_space() argument
1243 sctp_make_op_error_limited( const struct sctp_association *asoc, const struct sctp_chunk *chunk) sctp_make_op_error_limited() argument
1261 sctp_make_op_error(const struct sctp_association *asoc, const struct sctp_chunk *chunk, __be16 cause_code, const void *payload, size_t paylen, size_t reserve_tail) sctp_make_op_error() argument
1281 sctp_make_auth(const struct sctp_association *asoc, __u16 key_id) sctp_make_auth() argument
1330 sctp_chunkify(struct sk_buff *skb, const struct sctp_association *asoc, struct sock *sk, gfp_t gfp) sctp_chunkify() argument
1383 _sctp_make_chunk(const struct sctp_association *asoc, __u8 type, __u8 flags, int paylen, gfp_t gfp) _sctp_make_chunk() argument
1427 sctp_make_data(const struct sctp_association *asoc, __u8 flags, int paylen, gfp_t gfp) sctp_make_data() argument
1433 sctp_make_idata(const struct sctp_association *asoc, __u8 flags, int paylen, gfp_t gfp) sctp_make_idata() argument
1439 sctp_make_control(const struct sctp_association *asoc, __u8 type, __u8 flags, int paylen, gfp_t gfp) sctp_make_control() argument
1587 struct sctp_association *asoc; sctp_make_temp_asoc() local
1608 sctp_pack_cookie( const struct sctp_endpoint *ep, const struct sctp_association *asoc, const struct sctp_chunk *init_chunk, int *cookie_len, const __u8 *raw_addrs, int addrs_len) sctp_pack_cookie() argument
1695 sctp_unpack_cookie( const struct sctp_endpoint *ep, const struct sctp_association *asoc, struct sctp_chunk *chunk, gfp_t gfp, int *error, struct sctp_chunk **errp) sctp_unpack_cookie() argument
1878 sctp_process_missing_param(const struct sctp_association *asoc, enum sctp_param paramtype, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_missing_param() argument
1907 sctp_process_inv_mandatory(const struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_inv_mandatory() argument
1923 sctp_process_inv_paramlength(const struct sctp_association *asoc, struct sctp_paramhdr *param, const struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_inv_paramlength() argument
1944 sctp_process_hn_param(const struct sctp_association *asoc, union sctp_params param, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_hn_param() argument
2001 sctp_process_ext_param(struct sctp_association *asoc, union sctp_params param) sctp_process_ext_param() argument
2064 sctp_process_unk_param( const struct sctp_association *asoc, union sctp_params param, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_unk_param() argument
2117 sctp_verify_param(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, union sctp_params param, enum sctp_cid cid, struct sctp_chunk *chunk, struct sctp_chunk **err_chunk) sctp_verify_param() argument
2245 sctp_verify_init(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, enum sctp_cid cid, struct sctp_init_chunk *peer_init, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_verify_init() argument
2310 sctp_process_init(struct sctp_association *asoc, struct sctp_chunk *chunk, const union sctp_addr *peer_addr, struct sctp_init_chunk *peer_init, gfp_t gfp) sctp_process_init() argument
2494 sctp_process_param(struct sctp_association *asoc, union sctp_params param, const union sctp_addr *peer_addr, gfp_t gfp) sctp_process_param() argument
2759 sctp_make_asconf(struct sctp_association *asoc, union sctp_addr *addr, int vparam_len) sctp_make_asconf() argument
2815 sctp_make_asconf_update_ip(struct sctp_association *asoc, union sctp_addr *laddr, struct sockaddr *addrs, int addrcnt, __be16 flags) sctp_make_asconf_update_ip() argument
2902 sctp_make_asconf_set_prim(struct sctp_association *asoc, union sctp_addr *addr) sctp_make_asconf_set_prim() argument
2951 sctp_make_asconf_ack(const struct sctp_association *asoc, __u32 serial, int vparam_len) sctp_make_asconf_ack() argument
3015 sctp_process_asconf_param(struct sctp_association *asoc, struct sctp_chunk *asconf, struct sctp_addip_param *asconf_param) sctp_process_asconf_param() argument
3158 sctp_verify_asconf(const struct sctp_association *asoc, struct sctp_chunk *chunk, bool addr_param_needed, struct sctp_paramhdr **errp) sctp_verify_asconf() argument
3227 sctp_process_asconf(struct sctp_association *asoc, struct sctp_chunk *asconf) sctp_process_asconf() argument
3312 sctp_asconf_param_success(struct sctp_association *asoc, struct sctp_addip_param *asconf_param) sctp_asconf_param_success() argument
3427 sctp_process_asconf_ack(struct sctp_association *asoc, struct sctp_chunk *asconf_ack) sctp_process_asconf_ack() argument
3520 sctp_make_fwdtsn(const struct sctp_association *asoc, __u32 new_cum_tsn, size_t nstreams, struct sctp_fwdtsn_skip *skiplist) sctp_make_fwdtsn() argument
3550 sctp_make_ifwdtsn(const struct sctp_association *asoc, __u32 new_cum_tsn, size_t nstreams, struct sctp_ifwdtsn_skip *skiplist) sctp_make_ifwdtsn() argument
3589 sctp_make_reconf(const struct sctp_association *asoc, int length) sctp_make_reconf() argument
3640 sctp_make_strreset_req( const struct sctp_association *asoc, __u16 stream_num, __be16 *stream_list, bool out, bool in) sctp_make_strreset_req() argument
3694 sctp_make_strreset_tsnreq( const struct sctp_association *asoc) sctp_make_strreset_tsnreq() argument
3725 sctp_make_strreset_addstrm( const struct sctp_association *asoc, __u16 out, __u16 in) sctp_make_strreset_addstrm() argument
3771 sctp_make_strreset_resp(const struct sctp_association *asoc, __u32 result, __u32 sn) sctp_make_strreset_resp() argument
3807 sctp_make_strreset_tsnresp(struct sctp_association *asoc, __u32 result, __u32 sn, __u32 sender_tsn, __u32 receiver_tsn) sctp_make_strreset_tsnresp() argument
3833 sctp_verify_reconf(const struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_paramhdr **errp) sctp_verify_reconf() argument
[all...]
H A Dsm_statefuns.c53 const struct sctp_association *asoc,
56 static int sctp_eat_data(const struct sctp_association *asoc,
61 const struct sctp_association *asoc,
65 const struct sctp_association *asoc,
72 const struct sctp_association *asoc,
79 const struct sctp_association *asoc,
86 const struct sctp_association *asoc,
96 const struct sctp_association *asoc,
102 const struct sctp_association *asoc,
111 const struct sctp_association *asoc,
224 sctp_sf_do_4_C(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_4_C() argument
309 sctp_sf_do_5_1B_init(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_5_1B_init() argument
508 sctp_sf_do_5_1C_ack(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_5_1C_ack() argument
627 sctp_auth_chunk_verify(struct net *net, struct sctp_chunk *chunk, const struct sctp_association *asoc) sctp_auth_chunk_verify() argument
690 sctp_sf_do_5_1D_ce(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_5_1D_ce() argument
908 sctp_sf_do_5_1E_ca(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_5_1E_ca() argument
999 sctp_sf_heartbeat( const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_heartbeat() argument
1025 sctp_sf_sendbeat_8_3(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_sendbeat_8_3() argument
1073 sctp_sf_send_reconf(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_send_reconf() argument
1125 sctp_sf_beat_8_3(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_beat_8_3() argument
1199 sctp_sf_backbeat_8_3(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_backbeat_8_3() argument
1338 sctp_sf_check_restart_addrs(const struct sctp_association *new_asoc, const struct sctp_association *asoc, struct sctp_chunk *init, struct sctp_cmd_seq *commands) sctp_sf_check_restart_addrs() argument
1378 sctp_tietags_populate(struct sctp_association *new_asoc, const struct sctp_association *asoc) sctp_tietags_populate() argument
1425 sctp_tietags_compare(struct sctp_association *new_asoc, const struct sctp_association *asoc) sctp_tietags_compare() argument
1461 sctp_sf_do_unexpected_init( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_unexpected_init() argument
1676 sctp_sf_do_5_2_1_siminit( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_5_2_1_siminit() argument
1731 sctp_sf_do_5_2_2_dupinit( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_5_2_2_dupinit() argument
1755 sctp_sf_do_5_2_3_initack( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_5_2_3_initack() argument
1777 sctp_sf_do_dupcook_a( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_cmd_seq *commands, struct sctp_association *new_asoc) sctp_sf_do_dupcook_a() argument
1914 sctp_sf_do_dupcook_b( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_cmd_seq *commands, struct sctp_association *new_asoc) sctp_sf_do_dupcook_b() argument
1996 sctp_sf_do_dupcook_c( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_cmd_seq *commands, struct sctp_association *new_asoc) sctp_sf_do_dupcook_c() argument
2019 sctp_sf_do_dupcook_d( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_cmd_seq *commands, struct sctp_association *new_asoc) sctp_sf_do_dupcook_d() argument
2131 sctp_sf_do_5_2_4_dupcook( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_5_2_4_dupcook() argument
2259 sctp_sf_shutdown_pending_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_shutdown_pending_abort() argument
2305 sctp_sf_shutdown_sent_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_shutdown_sent_abort() argument
2359 sctp_sf_shutdown_ack_sent_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_shutdown_ack_sent_abort() argument
2387 sctp_sf_cookie_echoed_err( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_cookie_echoed_err() argument
2452 sctp_sf_do_5_2_6_stale( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_5_2_6_stale() argument
2575 sctp_sf_do_9_1_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_9_1_abort() argument
2616 __sctp_sf_do_9_1_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) __sctp_sf_do_9_1_abort() argument
2647 sctp_sf_cookie_wait_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_cookie_wait_abort() argument
2687 sctp_sf_cookie_wait_icmp_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_cookie_wait_icmp_abort() argument
2703 sctp_sf_cookie_echoed_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_cookie_echoed_abort() argument
2722 sctp_stop_t1_and_abort( struct net *net, struct sctp_cmd_seq *commands, __be16 error, int sk_err, const struct sctp_association *asoc, struct sctp_transport *transport) sctp_stop_t1_and_abort() argument
2777 sctp_sf_do_9_2_shutdown( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_9_2_shutdown() argument
2867 sctp_sf_do_9_2_shut_ctsn( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_9_2_shut_ctsn() argument
2922 __sctp_sf_do_9_2_reshutack(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) __sctp_sf_do_9_2_reshutack() argument
2960 sctp_sf_do_9_2_reshutack(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_9_2_reshutack() argument
3004 sctp_sf_do_ecn_cwr(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_ecn_cwr() argument
3060 sctp_sf_do_ecne(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_ecne() argument
3116 sctp_sf_eat_data_6_2(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_eat_data_6_2() argument
3236 sctp_sf_eat_data_fast_4_4( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_eat_data_fast_4_4() argument
3328 sctp_sf_eat_sack_6_2(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_eat_sack_6_2() argument
3404 sctp_sf_tabort_8_4_8( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_tabort_8_4_8() argument
3455 sctp_sf_operr_notify(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_operr_notify() argument
3493 sctp_sf_do_9_2_final(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_9_2_final() argument
3576 sctp_sf_ootb(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_ootb() argument
3671 sctp_sf_shut_8_4_5( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_shut_8_4_5() argument
3728 sctp_sf_do_8_5_1_E_sa(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_8_5_1_E_sa() argument
3756 sctp_sf_do_asconf(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_asconf() argument
3869 sctp_send_next_asconf( struct net *net, const struct sctp_endpoint *ep, struct sctp_association *asoc, const union sctp_subtype type, struct sctp_cmd_seq *commands) sctp_send_next_asconf() argument
3897 sctp_sf_do_asconf_ack(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_asconf_ack() argument
4012 sctp_sf_do_reconf(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_reconf() argument
4089 sctp_sf_eat_fwd_tsn(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_eat_fwd_tsn() argument
4155 sctp_sf_eat_fwd_tsn_fast( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_eat_fwd_tsn_fast() argument
4243 sctp_sf_authenticate( const struct sctp_association *asoc, struct sctp_chunk *chunk) sctp_sf_authenticate() argument
4318 sctp_sf_eat_auth(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_eat_auth() argument
4414 sctp_sf_unk_chunk(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_unk_chunk() argument
4494 sctp_sf_discard_chunk(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_discard_chunk() argument
4537 sctp_sf_pdiscard(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_pdiscard() argument
4564 sctp_sf_violation(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_violation() argument
4587 sctp_sf_abort_violation( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, void *arg, struct sctp_cmd_seq *commands, const __u8 *payload, const size_t paylen) sctp_sf_abort_violation() argument
4704 sctp_sf_violation_chunklen( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_violation_chunklen() argument
4724 sctp_sf_violation_paramlen( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, void *ext, struct sctp_cmd_seq *commands) sctp_sf_violation_paramlen() argument
4767 sctp_sf_violation_ctsn( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_violation_ctsn() argument
4787 sctp_sf_violation_chunk( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_violation_chunk() argument
4863 sctp_sf_do_prm_asoc(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_prm_asoc() argument
4975 sctp_sf_do_prm_send(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_prm_send() argument
5014 sctp_sf_do_9_2_prm_shutdown( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_9_2_prm_shutdown() argument
5071 sctp_sf_do_9_1_prm_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_9_1_prm_abort() argument
5109 sctp_sf_error_closed(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_error_closed() argument
5123 sctp_sf_error_shutdown( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_error_shutdown() argument
5150 sctp_sf_cookie_wait_prm_shutdown( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_cookie_wait_prm_shutdown() argument
5185 sctp_sf_cookie_echoed_prm_shutdown( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_cookie_echoed_prm_shutdown() argument
5213 sctp_sf_cookie_wait_prm_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_cookie_wait_prm_abort() argument
5262 sctp_sf_cookie_echoed_prm_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_cookie_echoed_prm_abort() argument
5288 sctp_sf_shutdown_pending_prm_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_shutdown_pending_prm_abort() argument
5315 sctp_sf_shutdown_sent_prm_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_shutdown_sent_prm_abort() argument
5346 sctp_sf_shutdown_ack_sent_prm_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_shutdown_ack_sent_prm_abort() argument
5382 sctp_sf_do_prm_requestheartbeat( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_prm_requestheartbeat() argument
5415 sctp_sf_do_prm_asconf(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_prm_asconf() argument
5432 sctp_sf_do_prm_reconf(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_prm_reconf() argument
5450 sctp_sf_ignore_primitive( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_ignore_primitive() argument
5474 sctp_sf_do_no_pending_tsn( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_no_pending_tsn() argument
5506 sctp_sf_do_9_2_start_shutdown( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_9_2_start_shutdown() argument
5576 sctp_sf_do_9_2_shutdown_ack( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_9_2_shutdown_ack() argument
5650 sctp_sf_ignore_other(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_ignore_other() argument
5678 sctp_sf_do_6_3_3_rtx(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_6_3_3_rtx() argument
5766 sctp_sf_do_6_2_sack(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_do_6_2_sack() argument
5797 sctp_sf_t1_init_timer_expire( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_t1_init_timer_expire() argument
5862 sctp_sf_t1_cookie_timer_expire( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_t1_cookie_timer_expire() argument
5913 sctp_sf_t2_timer_expire( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_t2_timer_expire() argument
5984 sctp_sf_t4_timer_expire( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_t4_timer_expire() argument
6056 sctp_sf_t5_timer_expire( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_t5_timer_expire() argument
6093 sctp_sf_autoclose_timer_expire( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_autoclose_timer_expire() argument
6137 sctp_sf_not_impl(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_not_impl() argument
6154 sctp_sf_bug(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_bug() argument
6174 sctp_sf_timer_ignore(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) sctp_sf_timer_ignore() argument
6218 sctp_abort_pkt_new( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, struct sctp_chunk *chunk, const void *payload, size_t paylen) sctp_abort_pkt_new() argument
6260 sctp_ootb_pkt_new( struct net *net, const struct sctp_association *asoc, const struct sctp_chunk *chunk) sctp_ootb_pkt_new() argument
6342 sctp_send_stale_cookie_err(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const struct sctp_chunk *chunk, struct sctp_cmd_seq *commands, struct sctp_chunk *err_chunk) sctp_send_stale_cookie_err() argument
6373 sctp_eat_data(const struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_cmd_seq *commands) sctp_eat_data() argument
[all...]
H A Dauth.c222 const struct sctp_association *asoc, in sctp_auth_make_local_vector()
226 (struct sctp_random_param *)asoc->c.auth_random, in sctp_auth_make_local_vector()
227 (struct sctp_chunks_param *)asoc->c.auth_chunks, in sctp_auth_make_local_vector()
228 (struct sctp_hmac_algo_param *)asoc->c.auth_hmacs, gfp); in sctp_auth_make_local_vector()
233 const struct sctp_association *asoc, in sctp_auth_make_peer_vector()
236 return sctp_auth_make_key_vector(asoc->peer.peer_random, in sctp_auth_make_peer_vector()
237 asoc->peer.peer_chunks, in sctp_auth_make_peer_vector()
238 asoc->peer.peer_hmacs, in sctp_auth_make_peer_vector()
287 const struct sctp_association *asoc, in sctp_auth_asoc_create_secret()
311 local_key_vector = sctp_auth_make_local_vector(asoc, gf in sctp_auth_asoc_create_secret()
221 sctp_auth_make_local_vector( const struct sctp_association *asoc, gfp_t gfp) sctp_auth_make_local_vector() argument
232 sctp_auth_make_peer_vector( const struct sctp_association *asoc, gfp_t gfp) sctp_auth_make_peer_vector() argument
286 sctp_auth_asoc_create_secret( const struct sctp_association *asoc, struct sctp_shared_key *ep_key, gfp_t gfp) sctp_auth_asoc_create_secret() argument
353 sctp_auth_asoc_copy_shkeys(const struct sctp_endpoint *ep, struct sctp_association *asoc, gfp_t gfp) sctp_auth_asoc_copy_shkeys() argument
383 sctp_auth_asoc_init_active_key(struct sctp_association *asoc, gfp_t gfp) sctp_auth_asoc_init_active_key() argument
429 sctp_auth_get_shkey( const struct sctp_association *asoc, __u16 key_id) sctp_auth_get_shkey() argument
524 sctp_auth_asoc_get_hmac(const struct sctp_association *asoc) sctp_auth_asoc_get_hmac() argument
584 sctp_auth_asoc_verify_hmac_id(const struct sctp_association *asoc, __be16 hmac_id) sctp_auth_asoc_verify_hmac_id() argument
606 sctp_auth_asoc_set_default_hmac(struct sctp_association *asoc, struct sctp_hmac_algo_param *hmacs) sctp_auth_asoc_set_default_hmac() argument
674 sctp_auth_send_cid(enum sctp_cid chunk, const struct sctp_association *asoc) sctp_auth_send_cid() argument
686 sctp_auth_recv_cid(enum sctp_cid chunk, const struct sctp_association *asoc) sctp_auth_recv_cid() argument
707 sctp_auth_calculate_hmac(const struct sctp_association *asoc, struct sk_buff *skb, struct sctp_auth_chunk *auth, struct sctp_shared_key *ep_key, gfp_t gfp) sctp_auth_calculate_hmac() argument
817 sctp_auth_set_key(struct sctp_endpoint *ep, struct sctp_association *asoc, struct sctp_authkey *auth_key) sctp_auth_set_key() argument
880 sctp_auth_set_active_key(struct sctp_endpoint *ep, struct sctp_association *asoc, __u16 key_id) sctp_auth_set_active_key() argument
923 sctp_auth_del_key_id(struct sctp_endpoint *ep, struct sctp_association *asoc, __u16 key_id) sctp_auth_del_key_id() argument
967 sctp_auth_deact_key_id(struct sctp_endpoint *ep, struct sctp_association *asoc, __u16 key_id) sctp_auth_deact_key_id() argument
[all...]
H A Dstream_sched.c64 struct sctp_stream *stream = &q->asoc->stream; in sctp_sched_fcfs_dequeue()
134 int sctp_sched_set_sched(struct sctp_association *asoc, in sctp_sched_set_sched() argument
138 struct sctp_sched_ops *old = asoc->outqueue.sched; in sctp_sched_set_sched()
150 old->free(&asoc->stream); in sctp_sched_set_sched()
153 for (i = 0; i < asoc->stream.outcnt; i++) { in sctp_sched_set_sched()
154 void *p = SCTP_SO(&asoc->stream, i)->ext; in sctp_sched_set_sched()
165 asoc->outqueue.sched = n; in sctp_sched_set_sched()
166 n->init(&asoc->stream); in sctp_sched_set_sched()
167 for (i = 0; i < asoc->stream.outcnt; i++) { in sctp_sched_set_sched()
168 if (!SCTP_SO(&asoc in sctp_sched_set_sched()
193 sctp_sched_get_sched(struct sctp_association *asoc) sctp_sched_get_sched() argument
204 sctp_sched_set_value(struct sctp_association *asoc, __u16 sid, __u16 value, gfp_t gfp) sctp_sched_set_value() argument
221 sctp_sched_get_value(struct sctp_association *asoc, __u16 sid, __u16 *value) sctp_sched_get_value() argument
273 struct sctp_association *asoc; sctp_sched_ops_from_stream() local
[all...]
H A Dsocket.c73 static int sctp_wait_for_sndbuf(struct sctp_association *asoc, long *timeo_p,
86 static int sctp_send_asconf(struct sctp_association *asoc,
105 static inline int sctp_wspace(struct sctp_association *asoc) in sctp_wspace() argument
107 struct sock *sk = asoc->base.sk; in sctp_wspace()
109 return asoc->ep->sndbuf_policy ? sk->sk_sndbuf - asoc->sndbuf_used in sctp_wspace()
124 struct sctp_association *asoc = chunk->asoc; in sctp_set_owner_w() local
125 struct sock *sk = asoc->base.sk; in sctp_set_owner_w()
128 sctp_association_hold(asoc); in sctp_set_owner_w()
163 sctp_for_each_tx_datachunk(struct sctp_association *asoc, bool clear, void (*cb)(struct sctp_chunk *)) sctp_for_each_tx_datachunk() argument
190 sctp_for_each_rx_skb(struct sctp_association *asoc, struct sock *sk, void (*cb)(struct sk_buff *, struct sock *)) sctp_for_each_rx_skb() argument
232 struct sctp_association *asoc = NULL; sctp_id2assoc() local
465 sctp_send_asconf(struct sctp_association *asoc, struct sctp_chunk *chunk) sctp_send_asconf() argument
558 struct sctp_association *asoc; sctp_send_asconf_add_ip() local
760 struct sctp_association *asoc; sctp_send_asconf_del_ip() local
1069 struct sctp_association *asoc; sctp_connect_new_asoc() local
1131 sctp_connect_add_peer(struct sctp_association *asoc, union sctp_addr *daddr, int addr_len) sctp_connect_add_peer() argument
1169 struct sctp_association *asoc; __sctp_connect() local
1484 struct sctp_association *asoc; sctp_close() local
1660 struct sctp_association *asoc; sctp_sendmsg_new_asoc() local
1749 sctp_sendmsg_check_sflags(struct sctp_association *asoc, __u16 sflags, struct msghdr *msg, size_t msg_len) sctp_sendmsg_check_sflags() argument
1787 sctp_sendmsg_to_asoc(struct sctp_association *asoc, struct msghdr *msg, size_t msg_len, struct sctp_transport *transport, struct sctp_sndrcvinfo *sinfo) sctp_sendmsg_to_asoc() argument
1917 sctp_sendmsg_update_sinfo(struct sctp_association *asoc, struct sctp_sndrcvinfo *sinfo, struct sctp_cmsgs *cmsgs) sctp_sendmsg_update_sinfo() argument
1948 struct sctp_association *asoc, *tmp; sctp_sendmsg() local
2218 struct sctp_association *asoc; sctp_setsockopt_events() local
2420 sctp_apply_peer_addr_params(struct sctp_paddrparams *params, struct sctp_transport *trans, struct sctp_association *asoc, struct sctp_sock *sp, int hb_change, int pmtud_change, int sackdelay_change) sctp_apply_peer_addr_params() argument
2615 struct sctp_association *asoc = NULL; sctp_setsockopt_peer_addr_params() local
2699 sctp_apply_asoc_delayed_ack(struct sctp_sack_info *params, struct sctp_association *asoc) sctp_apply_asoc_delayed_ack() argument
2775 struct sctp_association *asoc; __sctp_setsockopt_delayed_ack() local
2901 struct sctp_association *asoc; sctp_setsockopt_default_send_param() local
2959 struct sctp_association *asoc; sctp_setsockopt_default_sndinfo() local
3075 struct sctp_association *asoc; sctp_setsockopt_rtoinfo() local
3140 struct sctp_association *asoc; sctp_setsockopt_associnfo() local
3250 struct sctp_association *asoc; sctp_setsockopt_maxseg() local
3310 struct sctp_association *asoc = NULL; sctp_setsockopt_peer_primary_addr() local
3397 struct sctp_association *asoc; sctp_setsockopt_context() local
3516 struct sctp_association *asoc; sctp_setsockopt_maxburst() local
3628 struct sctp_association *asoc; sctp_setsockopt_auth_key() local
3689 struct sctp_association *asoc; sctp_setsockopt_active_key() local
3737 struct sctp_association *asoc; sctp_setsockopt_del_key() local
3785 struct sctp_association *asoc; sctp_setsockopt_deactivate_key() local
3874 struct sctp_association *asoc; sctp_setsockopt_paddr_thresholds() local
3958 struct sctp_association *asoc; sctp_setsockopt_pr_supported() local
3978 struct sctp_association *asoc; sctp_setsockopt_default_prinfo() local
4029 struct sctp_association *asoc; sctp_setsockopt_reconfig_supported() local
4053 struct sctp_association *asoc; sctp_setsockopt_enable_strreset() local
4094 struct sctp_association *asoc; sctp_setsockopt_reset_streams() local
4116 struct sctp_association *asoc; sctp_setsockopt_reset_assoc() local
4132 struct sctp_association *asoc; sctp_setsockopt_add_streams() local
4149 struct sctp_association *asoc; sctp_setsockopt_scheduler() local
4191 struct sctp_association *asoc; sctp_setsockopt_scheduler_value() local
4227 struct sctp_association *asoc; sctp_setsockopt_interleaving_supported() local
4261 sctp_assoc_ulpevent_type_set(struct sctp_event *param, struct sctp_association *asoc) sctp_assoc_ulpevent_type_set() argument
4286 struct sctp_association *asoc; sctp_setsockopt_event() local
4329 struct sctp_association *asoc; sctp_setsockopt_asconf_supported() local
4359 struct sctp_association *asoc; sctp_setsockopt_auth_supported() local
4393 struct sctp_association *asoc; sctp_setsockopt_ecn_supported() local
4415 struct sctp_association *asoc; sctp_setsockopt_pf_expose() local
4737 struct sctp_association *asoc; sctp_accept() local
5039 struct sctp_association *asoc; sctp_shutdown() local
5048 sctp_get_sctp_info(struct sock *sk, struct sctp_association *asoc, struct sctp_info *info) sctp_get_sctp_info() argument
5288 struct sctp_association *asoc = NULL; sctp_getsockopt_sctp_status() local
5501 struct sctp_association *asoc = sctp_id2assoc(sk, id); sctp_do_peeloff() local
5790 struct sctp_association *asoc = NULL; sctp_getsockopt_peer_addr_params() local
5933 struct sctp_association *asoc = NULL; sctp_getsockopt_delayed_ack() local
6018 struct sctp_association *asoc; sctp_getsockopt_peer_addrs() local
6115 struct sctp_association *asoc; sctp_getsockopt_local_addrs() local
6223 struct sctp_association *asoc; sctp_getsockopt_primary_addr() local
6305 struct sctp_association *asoc; sctp_getsockopt_default_send_param() local
6351 struct sctp_association *asoc; sctp_getsockopt_default_sndinfo() local
6430 struct sctp_association *asoc; sctp_getsockopt_rtoinfo() local
6486 struct sctp_association *asoc; sctp_getsockopt_associnfo() local
6576 struct sctp_association *asoc; sctp_getsockopt_context() local
6633 struct sctp_association *asoc; sctp_getsockopt_maxseg() local
6728 struct sctp_association *asoc; sctp_getsockopt_maxburst() local
6804 struct sctp_association *asoc; sctp_getsockopt_active_key() local
6840 struct sctp_association *asoc; sctp_getsockopt_peer_auth_chunks() local
6885 struct sctp_association *asoc; sctp_getsockopt_local_auth_chunks() local
6939 struct sctp_association *asoc; sctp_getsockopt_assoc_number() local
6995 struct sctp_association *asoc; sctp_getsockopt_assoc_ids() local
7046 struct sctp_association *asoc; sctp_getsockopt_paddr_thresholds() local
7104 struct sctp_association *asoc = NULL; sctp_getsockopt_assoc_stats() local
7202 struct sctp_association *asoc; sctp_getsockopt_pr_supported() local
7241 struct sctp_association *asoc; sctp_getsockopt_default_prinfo() local
7287 struct sctp_association *asoc; sctp_getsockopt_pr_assocstatus() local
7346 struct sctp_association *asoc; sctp_getsockopt_pr_streamstatus() local
7410 struct sctp_association *asoc; sctp_getsockopt_reconfig_supported() local
7449 struct sctp_association *asoc; sctp_getsockopt_enable_strreset() local
7488 struct sctp_association *asoc; sctp_getsockopt_scheduler() local
7527 struct sctp_association *asoc; sctp_getsockopt_scheduler_value() local
7569 struct sctp_association *asoc; sctp_getsockopt_interleaving_supported() local
7626 struct sctp_association *asoc; sctp_getsockopt_event() local
7663 struct sctp_association *asoc; sctp_getsockopt_asconf_supported() local
7702 struct sctp_association *asoc; sctp_getsockopt_auth_supported() local
7741 struct sctp_association *asoc; sctp_getsockopt_ecn_supported() local
7780 struct sctp_association *asoc; sctp_getsockopt_pf_expose() local
8823 __sctp_write_space(struct sctp_association *asoc) __sctp_write_space() argument
8853 sctp_wake_up_waiters(struct sock *sk, struct sctp_association *asoc) sctp_wake_up_waiters() argument
8900 struct sctp_association *asoc = chunk->asoc; sctp_wfree() local
8955 sctp_wait_for_sndbuf(struct sctp_association *asoc, long *timeo_p, size_t msg_len) sctp_wait_for_sndbuf() argument
9040 struct sctp_association *asoc; sctp_write_space() local
9067 sctp_wait_for_connect(struct sctp_association *asoc, long *timeo_p) sctp_wait_for_connect() argument
9201 sctp_copy_sock(struct sock *newsk, struct sock *sk, struct sctp_association *asoc) sctp_copy_sock() argument
[all...]
H A Dtransport.c164 if (transport->asoc) in sctp_transport_destroy()
165 sctp_association_put(transport->asoc); in sctp_transport_destroy()
215 struct sctp_association *asoc) in sctp_transport_set_owner()
217 transport->asoc = asoc; in sctp_transport_set_owner()
218 sctp_association_hold(asoc); in sctp_transport_set_owner()
232 struct sctp_association *asoc = transport->asoc; in sctp_transport_pmtu() local
234 if (!transport->pathmtu && asoc && asoc in sctp_transport_pmtu()
214 sctp_transport_set_owner(struct sctp_transport *transport, struct sctp_association *asoc) sctp_transport_set_owner() argument
293 struct sctp_association *asoc = transport->asoc; sctp_transport_route() local
400 struct sctp_association *asoc = transport->asoc; sctp_transport_raise_cwnd() local
498 struct sctp_association *asoc = transport->asoc; sctp_transport_lower_cwnd() local
599 struct sctp_association *asoc = t->asoc; sctp_transport_burst_limited() local
640 struct sctp_association *asoc = t->asoc; sctp_transport_reset() local
[all...]
H A Doutqueue.c69 oute = SCTP_SO(&q->asoc->stream, stream)->ext; in sctp_outq_head_data()
90 oute = SCTP_SO(&q->asoc->stream, stream)->ext; in sctp_outq_tail_data()
191 void sctp_outq_init(struct sctp_association *asoc, struct sctp_outq *q) in sctp_outq_init() argument
195 q->asoc = asoc; in sctp_outq_init()
201 sctp_sched_set_sched(asoc, sctp_sk(asoc->base.sk)->default_ss); in sctp_outq_init()
213 list_for_each_entry(transport, &q->asoc->peer.transport_addr_list, in __sctp_outq_teardown()
270 sctp_outq_init(q->asoc, q); in sctp_outq_teardown()
283 struct net *net = q->asoc in sctp_outq_tail()
342 sctp_prsctp_prune_sent(struct sctp_association *asoc, struct sctp_sndrcvinfo *sinfo, struct list_head *queue, int msg_len) sctp_prsctp_prune_sent() argument
382 sctp_prsctp_prune_unsent(struct sctp_association *asoc, struct sctp_sndrcvinfo *sinfo, int msg_len) sctp_prsctp_prune_unsent() argument
423 sctp_prsctp_prune(struct sctp_association *asoc, struct sctp_sndrcvinfo *sinfo, int msg_len) sctp_prsctp_prune() argument
767 const struct sctp_association *asoc = transport->asoc; sctp_packet_singleton() local
786 struct sctp_association *asoc; global() member
1227 struct sctp_association *asoc = q->asoc; sctp_outq_sack() local
1579 struct sctp_association *asoc = transport->asoc; sctp_check_transmitted() local
1692 struct sctp_association *asoc = q->asoc; sctp_mark_missing() local
1798 struct sctp_association *asoc = q->asoc; sctp_generate_fwdtsn() local
[all...]
H A Dchunk.c74 struct sctp_association *asoc = NULL; in sctp_datamsg_destroy() local
90 asoc = chunk->asoc; in sctp_datamsg_destroy()
91 error = msg->send_error ?: asoc->outqueue.error; in sctp_datamsg_destroy()
94 if (sctp_ulpevent_type_enabled(asoc->subscribe, in sctp_datamsg_destroy()
96 ev = sctp_ulpevent_make_send_failed(asoc, chunk, sent, in sctp_datamsg_destroy()
99 asoc->stream.si->enqueue_event(&asoc->ulpq, ev); in sctp_datamsg_destroy()
102 if (sctp_ulpevent_type_enabled(asoc->subscribe, in sctp_datamsg_destroy()
104 ev = sctp_ulpevent_make_send_failed_event(asoc, chun in sctp_datamsg_destroy()
146 sctp_datamsg_from_user(struct sctp_association *asoc, struct sctp_sndrcvinfo *sinfo, struct iov_iter *from) sctp_datamsg_from_user() argument
[all...]
H A Dulpevent.c32 struct sctp_association *asoc);
77 const struct sctp_association *asoc) in sctp_ulpevent_set_owner()
85 sctp_association_hold((struct sctp_association *)asoc); in sctp_ulpevent_set_owner()
87 event->asoc = (struct sctp_association *)asoc; in sctp_ulpevent_set_owner()
88 atomic_add(event->rmem_len, &event->asoc->rmem_alloc); in sctp_ulpevent_set_owner()
89 sctp_skb_set_owner_r(skb, asoc->base.sk); in sctp_ulpevent_set_owner()
91 chunk->head_skb->sk = asoc->base.sk; in sctp_ulpevent_set_owner()
97 struct sctp_association *asoc = event->asoc; in sctp_ulpevent_release_owner() local
76 sctp_ulpevent_set_owner(struct sctp_ulpevent *event, const struct sctp_association *asoc) sctp_ulpevent_set_owner() argument
114 sctp_ulpevent_make_assoc_change( const struct sctp_association *asoc, __u16 flags, __u16 state, __u16 error, __u16 outbound, __u16 inbound, struct sctp_chunk *chunk, gfp_t gfp) sctp_ulpevent_make_assoc_change() argument
241 sctp_ulpevent_make_peer_addr_change( const struct sctp_association *asoc, const struct sockaddr_storage *aaddr, int flags, int state, int error, gfp_t gfp) sctp_ulpevent_make_peer_addr_change() argument
342 struct sctp_association *asoc = transport->asoc; sctp_ulpevent_notify_peer_addr_change() local
374 sctp_ulpevent_make_remote_error(const struct sctp_association *asoc, struct sctp_chunk *chunk, __u16 flags, gfp_t gfp) sctp_ulpevent_make_remote_error() argument
430 sctp_ulpevent_make_send_failed( const struct sctp_association *asoc, struct sctp_chunk *chunk, __u16 flags, __u32 error, gfp_t gfp) sctp_ulpevent_make_send_failed() argument
533 sctp_ulpevent_make_send_failed_event( const struct sctp_association *asoc, struct sctp_chunk *chunk, __u16 flags, __u32 error, gfp_t gfp) sctp_ulpevent_make_send_failed_event() argument
577 sctp_ulpevent_make_shutdown_event( const struct sctp_association *asoc, __u16 flags, gfp_t gfp) sctp_ulpevent_make_shutdown_event() argument
640 sctp_ulpevent_make_adaptation_indication( const struct sctp_association *asoc, gfp_t gfp) sctp_ulpevent_make_adaptation_indication() argument
675 sctp_ulpevent_make_rcvmsg(struct sctp_association *asoc, struct sctp_chunk *chunk, gfp_t gfp) sctp_ulpevent_make_rcvmsg() argument
771 sctp_ulpevent_make_pdapi( const struct sctp_association *asoc, __u32 indication, __u32 sid, __u32 seq, __u32 flags, gfp_t gfp) sctp_ulpevent_make_pdapi() argument
825 sctp_ulpevent_make_authkey( const struct sctp_association *asoc, __u16 key_id, __u32 indication, gfp_t gfp) sctp_ulpevent_make_authkey() argument
864 sctp_ulpevent_make_sender_dry_event( const struct sctp_association *asoc, gfp_t gfp) sctp_ulpevent_make_sender_dry_event() argument
888 sctp_ulpevent_make_stream_reset_event( const struct sctp_association *asoc, __u16 flags, __u16 stream_num, __be16 *stream_list, gfp_t gfp) sctp_ulpevent_make_stream_reset_event() argument
917 sctp_ulpevent_make_assoc_reset_event( const struct sctp_association *asoc, __u16 flags, __u32 local_tsn, __u32 remote_tsn, gfp_t gfp) sctp_ulpevent_make_assoc_reset_event() argument
944 sctp_ulpevent_make_stream_change_event( const struct sctp_association *asoc, __u16 flags, __u32 strchange_instrms, __u32 strchange_outstrms, gfp_t gfp) sctp_ulpevent_make_stream_change_event() argument
1078 sctp_ulpevent_receive_data(struct sctp_ulpevent *event, struct sctp_association *asoc) sctp_ulpevent_receive_data() argument
[all...]
/kernel/linux/linux-6.6/include/net/sctp/
H A Dsm.h56 const struct sctp_association *asoc,
170 struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc,
173 struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *asoc,
176 struct sctp_chunk *sctp_make_cookie_echo(const struct sctp_association *asoc,
178 struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc,
180 struct sctp_chunk *sctp_make_cwr(const struct sctp_association *asoc,
183 struct sctp_chunk *sctp_make_idata(const struct sctp_association *asoc,
185 struct sctp_chunk *sctp_make_ifwdtsn(const struct sctp_association *asoc,
188 struct sctp_chunk *sctp_make_datafrag_empty(const struct sctp_association *asoc,
191 struct sctp_chunk *sctp_make_ecne(const struct sctp_association *asoc,
375 sctp_vtag_verify(const struct sctp_chunk *chunk, const struct sctp_association *asoc) sctp_vtag_verify() argument
395 sctp_vtag_verify_either(const struct sctp_chunk *chunk, const struct sctp_association *asoc) sctp_vtag_verify_either() argument
[all...]
/kernel/linux/linux-5.10/include/net/sctp/
H A Dsm.h56 const struct sctp_association *asoc,
172 struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc,
175 struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *asoc,
178 struct sctp_chunk *sctp_make_cookie_echo(const struct sctp_association *asoc,
180 struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc,
182 struct sctp_chunk *sctp_make_cwr(const struct sctp_association *asoc,
185 struct sctp_chunk *sctp_make_idata(const struct sctp_association *asoc,
187 struct sctp_chunk *sctp_make_ifwdtsn(const struct sctp_association *asoc,
190 struct sctp_chunk *sctp_make_datafrag_empty(const struct sctp_association *asoc,
193 struct sctp_chunk *sctp_make_ecne(const struct sctp_association *asoc,
371 sctp_vtag_verify(const struct sctp_chunk *chunk, const struct sctp_association *asoc) sctp_vtag_verify() argument
390 sctp_vtag_verify_either(const struct sctp_chunk *chunk, const struct sctp_association *asoc) sctp_vtag_verify_either() argument
[all...]

Completed in 40 milliseconds

12345678