Home
last modified time | relevance | path

Searched refs:sctp_association (Results 1 - 25 of 76) sorted by relevance

1234

/kernel/linux/linux-6.6/include/net/sctp/
H A Dsm.h56 const struct sctp_association *asoc,
165 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *,
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 *aso
[all...]
H A Dauth.h22 struct sctp_association;
73 int sctp_auth_asoc_init_active_key(struct sctp_association *asoc, gfp_t gfp);
75 const struct sctp_association *asoc,
78 struct sctp_association *asoc,
83 struct sctp_hmac *sctp_auth_asoc_get_hmac(const struct sctp_association *asoc);
84 void sctp_auth_asoc_set_default_hmac(struct sctp_association *asoc,
86 int sctp_auth_asoc_verify_hmac_id(const struct sctp_association *asoc,
89 const struct sctp_association *asoc);
91 const struct sctp_association *asoc);
92 void sctp_auth_calculate_hmac(const struct sctp_association *aso
[all...]
H A Dulpevent.h39 struct sctp_association *asoc;
74 const struct sctp_association *asoc,
87 const struct sctp_association *asoc,
92 const struct sctp_association *asoc,
99 const struct sctp_association *asoc,
106 const struct sctp_association *asoc,
111 const struct sctp_association *asoc,
116 const struct sctp_association *asoc, gfp_t gfp);
118 struct sctp_ulpevent *sctp_ulpevent_make_rcvmsg(struct sctp_association *asoc,
123 const struct sctp_association *aso
[all...]
H A Dstructs.h62 struct sctp_association;
507 struct sctp_association *asoc,
534 struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *,
618 struct sctp_association *asoc;
675 const struct sctp_association *,
816 struct sctp_association *asoc;
1004 struct sctp_association *);
1078 struct sctp_association *asoc;
1119 void sctp_outq_init(struct sctp_association *, struct sctp_outq *);
1129 void sctp_prsctp_prune(struct sctp_association *aso
1576 struct sctp_association { global() struct
[all...]
H A Dsctp.h98 struct sctp_association *asoc);
116 int sctp_get_sctp_info(struct sock *sk, struct sctp_association *asoc,
122 int sctp_primitive_ASSOCIATE(struct net *, struct sctp_association *, void *arg);
123 int sctp_primitive_SHUTDOWN(struct net *, struct sctp_association *, void *arg);
124 int sctp_primitive_ABORT(struct net *, struct sctp_association *, void *arg);
125 int sctp_primitive_SEND(struct net *, struct sctp_association *, void *arg);
126 int sctp_primitive_REQUESTHEARTBEAT(struct net *, struct sctp_association *, void *arg);
127 int sctp_primitive_ASCONF(struct net *, struct sctp_association *, void *arg);
128 int sctp_primitive_RECONF(struct net *net, struct sctp_association *asoc,
139 struct sctphdr *, struct sctp_association **,
[all...]
H A Dstream_sched.h44 int sctp_sched_set_sched(struct sctp_association *asoc,
46 int sctp_sched_get_sched(struct sctp_association *asoc);
47 int sctp_sched_set_value(struct sctp_association *asoc, __u16 sid,
49 int sctp_sched_get_value(struct sctp_association *asoc, __u16 sid,
/kernel/linux/linux-5.10/include/net/sctp/
H A Dsm.h56 const struct sctp_association *asoc,
165 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *,
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 *aso
[all...]
H A Dauth.h22 struct sctp_association;
73 int sctp_auth_asoc_init_active_key(struct sctp_association *asoc, gfp_t gfp);
75 const struct sctp_association *asoc,
78 struct sctp_association *asoc,
83 struct sctp_hmac *sctp_auth_asoc_get_hmac(const struct sctp_association *asoc);
84 void sctp_auth_asoc_set_default_hmac(struct sctp_association *asoc,
86 int sctp_auth_asoc_verify_hmac_id(const struct sctp_association *asoc,
89 const struct sctp_association *asoc);
91 const struct sctp_association *asoc);
92 void sctp_auth_calculate_hmac(const struct sctp_association *aso
[all...]
H A Dulpevent.h39 struct sctp_association *asoc;
74 const struct sctp_association *asoc,
87 const struct sctp_association *asoc,
92 const struct sctp_association *asoc,
99 const struct sctp_association *asoc,
106 const struct sctp_association *asoc,
111 const struct sctp_association *asoc,
116 const struct sctp_association *asoc, gfp_t gfp);
118 struct sctp_ulpevent *sctp_ulpevent_make_rcvmsg(struct sctp_association *asoc,
123 const struct sctp_association *aso
[all...]
H A Dstructs.h62 struct sctp_association;
501 struct sctp_association *asoc,
528 struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *,
612 struct sctp_association *asoc;
668 const struct sctp_association *,
809 struct sctp_association *asoc;
983 struct sctp_association *);
1053 struct sctp_association *asoc;
1094 void sctp_outq_init(struct sctp_association *, struct sctp_outq *);
1106 void sctp_prsctp_prune(struct sctp_association *aso
1552 struct sctp_association { global() struct
[all...]
H A Dsctp.h101 struct sctp_association *asoc);
120 int sctp_get_sctp_info(struct sock *sk, struct sctp_association *asoc,
126 int sctp_primitive_ASSOCIATE(struct net *, struct sctp_association *, void *arg);
127 int sctp_primitive_SHUTDOWN(struct net *, struct sctp_association *, void *arg);
128 int sctp_primitive_ABORT(struct net *, struct sctp_association *, void *arg);
129 int sctp_primitive_SEND(struct net *, struct sctp_association *, void *arg);
130 int sctp_primitive_REQUESTHEARTBEAT(struct net *, struct sctp_association *, void *arg);
131 int sctp_primitive_ASCONF(struct net *, struct sctp_association *, void *arg);
132 int sctp_primitive_RECONF(struct net *net, struct sctp_association *asoc,
143 struct sctphdr *, struct sctp_association **,
[all...]
H A Dstream_sched.h46 int sctp_sched_set_sched(struct sctp_association *asoc,
48 int sctp_sched_get_sched(struct sctp_association *asoc);
49 int sctp_sched_set_value(struct sctp_association *asoc, __u16 sid,
51 int sctp_sched_get_value(struct sctp_association *asoc, __u16 sid,
H A Dulpqueue.h31 struct sctp_association *asoc;
39 struct sctp_association *);
59 int sctp_clear_pd(struct sock *sk, struct sctp_association *asoc);
/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);
51 static struct sctp_association *sctp_association_init( in sctp_association_init()
52 struct sctp_association *asoc, in sctp_association_init()
284 struct sctp_association *sctp_association_new(const struct sctp_endpoint *ep, in sctp_association_new()
288 struct sctp_association *asoc; in sctp_association_new()
312 void sctp_association_free(struct sctp_association *asoc) in sctp_association_free()
398 static void sctp_association_destroy(struct sctp_association *asoc) in sctp_association_destroy()
421 void sctp_assoc_set_primary(struct sctp_association *aso
[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()
85 static struct sctp_chunk *sctp_do_ecn_ecne_work(struct sctp_association *asoc, in sctp_do_ecn_ecne_work()
128 static void sctp_do_ecn_cwr_work(struct sctp_association *asoc, in sctp_do_ecn_cwr_work()
138 static int sctp_gen_sack(struct sctp_association *asoc, int force, in sctp_gen_sack()
235 struct sctp_association *asoc = transport->asoc; in sctp_generate_t3_rtx_event()
270 static void sctp_generate_timeout_event(struct sctp_association *asoc, in sctp_generate_timeout_event()
310 struct sctp_association *asoc = in sctp_generate_t1_cookie_event()
318 struct sctp_association *aso in sctp_generate_t1_init_event()
[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 *aso
[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()
99 struct sctp_association *asoc = chunk->asoc; in sctp_control_set_owner_w()
206 struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc, in sctp_make_init()
379 struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *asoc, in sctp_make_init_ack()
524 retval->asoc = (struct sctp_association *) aso in sctp_make_init_ack()
[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()
97 struct sctp_association *asoc = event->asoc; in sctp_ulpevent_release_owner()
115 const struct sctp_association *asoc, in sctp_ulpevent_make_assoc_change()
242 const struct sctp_association *asoc, in sctp_ulpevent_make_peer_addr_change()
342 struct sctp_association *asoc = transport->asoc; in sctp_ulpevent_notify_peer_addr_change()
374 sctp_ulpevent_make_remote_error(const struct sctp_association *asoc, in sctp_ulpevent_make_remote_error()
431 const struct sctp_association *aso in sctp_ulpevent_make_send_failed()
[all...]
H A Dauth.c222 const struct sctp_association *asoc, in sctp_auth_make_local_vector()
233 const struct sctp_association *asoc, in sctp_auth_make_peer_vector()
287 const struct sctp_association *asoc, in sctp_auth_asoc_create_secret()
354 struct sctp_association *asoc, in sctp_auth_asoc_copy_shkeys()
383 int sctp_auth_asoc_init_active_key(struct sctp_association *asoc, gfp_t gfp) in sctp_auth_asoc_init_active_key()
430 const struct sctp_association *asoc, in sctp_auth_get_shkey()
524 struct sctp_hmac *sctp_auth_asoc_get_hmac(const struct sctp_association *asoc) in sctp_auth_asoc_get_hmac()
584 int sctp_auth_asoc_verify_hmac_id(const struct sctp_association *asoc, in sctp_auth_asoc_verify_hmac_id()
606 void sctp_auth_asoc_set_default_hmac(struct sctp_association *asoc, in sctp_auth_asoc_set_default_hmac()
674 int sctp_auth_send_cid(enum sctp_cid chunk, const struct sctp_association *aso
[all...]
/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);
51 static struct sctp_association *sctp_association_init( in sctp_association_init()
52 struct sctp_association *asoc, in sctp_association_init()
285 struct sctp_association *sctp_association_new(const struct sctp_endpoint *ep, in sctp_association_new()
289 struct sctp_association *asoc; in sctp_association_new()
313 void sctp_association_free(struct sctp_association *asoc) in sctp_association_free()
399 static void sctp_association_destroy(struct sctp_association *asoc) in sctp_association_destroy()
422 void sctp_assoc_set_primary(struct sctp_association *aso
[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()
85 static struct sctp_chunk *sctp_do_ecn_ecne_work(struct sctp_association *asoc, in sctp_do_ecn_ecne_work()
128 static void sctp_do_ecn_cwr_work(struct sctp_association *asoc, in sctp_do_ecn_cwr_work()
138 static int sctp_gen_sack(struct sctp_association *asoc, int force, in sctp_gen_sack()
235 struct sctp_association *asoc = transport->asoc; in sctp_generate_t3_rtx_event()
270 static void sctp_generate_timeout_event(struct sctp_association *asoc, in sctp_generate_timeout_event()
310 struct sctp_association *asoc = in sctp_generate_t1_cookie_event()
318 struct sctp_association *aso in sctp_generate_t1_init_event()
[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 *aso
[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()
99 struct sctp_association *asoc = chunk->asoc; in sctp_control_set_owner_w()
206 struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc, in sctp_make_init()
379 struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *asoc, in sctp_make_init_ack()
524 retval->asoc = (struct sctp_association *) aso in sctp_make_init_ack()
[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()
97 struct sctp_association *asoc = event->asoc; in sctp_ulpevent_release_owner()
115 const struct sctp_association *asoc, in sctp_ulpevent_make_assoc_change()
242 const struct sctp_association *asoc, in sctp_ulpevent_make_peer_addr_change()
342 struct sctp_association *asoc = transport->asoc; in sctp_ulpevent_notify_peer_addr_change()
374 sctp_ulpevent_make_remote_error(const struct sctp_association *asoc, in sctp_ulpevent_make_remote_error()
431 const struct sctp_association *aso in sctp_ulpevent_make_send_failed()
[all...]
H A Dauth.c222 const struct sctp_association *asoc, in sctp_auth_make_local_vector()
233 const struct sctp_association *asoc, in sctp_auth_make_peer_vector()
287 const struct sctp_association *asoc, in sctp_auth_asoc_create_secret()
354 struct sctp_association *asoc, in sctp_auth_asoc_copy_shkeys()
383 int sctp_auth_asoc_init_active_key(struct sctp_association *asoc, gfp_t gfp) in sctp_auth_asoc_init_active_key()
430 const struct sctp_association *asoc, in sctp_auth_get_shkey()
524 struct sctp_hmac *sctp_auth_asoc_get_hmac(const struct sctp_association *asoc) in sctp_auth_asoc_get_hmac()
584 int sctp_auth_asoc_verify_hmac_id(const struct sctp_association *asoc, in sctp_auth_asoc_verify_hmac_id()
606 void sctp_auth_asoc_set_default_hmac(struct sctp_association *asoc, in sctp_auth_asoc_set_default_hmac()
674 int sctp_auth_send_cid(enum sctp_cid chunk, const struct sctp_association *aso
[all...]

Completed in 28 milliseconds

1234