/linux-6.3-rc2/include/net/sctp/ |
A D | auth.h | 21 struct sctp_endpoint; 77 int sctp_auth_asoc_copy_shkeys(const struct sctp_endpoint *ep, 80 int sctp_auth_init_hmacs(struct sctp_endpoint *ep, gfp_t gfp); 99 int sctp_auth_ep_add_chunkid(struct sctp_endpoint *ep, __u8 chunk_id); 100 int sctp_auth_ep_set_hmacs(struct sctp_endpoint *ep, 102 int sctp_auth_set_key(struct sctp_endpoint *ep, struct sctp_association *asoc, 104 int sctp_auth_set_active_key(struct sctp_endpoint *ep, 106 int sctp_auth_del_key_id(struct sctp_endpoint *ep, 108 int sctp_auth_deact_key_id(struct sctp_endpoint *ep, 110 int sctp_auth_init(struct sctp_endpoint *ep, gfp_t gfp); [all …]
|
A D | structs.h | 61 struct sctp_endpoint; 163 struct sctp_endpoint *ep; 1294 struct sctp_endpoint { struct 1364 struct sctp_endpoint *ep; in sctp_ep() 1366 ep = container_of(base, struct sctp_endpoint, base); in sctp_ep() 1372 void sctp_endpoint_free(struct sctp_endpoint *); 1373 void sctp_endpoint_put(struct sctp_endpoint *); 1374 int sctp_endpoint_hold(struct sctp_endpoint *ep); 1377 const struct sctp_endpoint *ep, 1382 struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *ep, [all …]
|
A D | sm.h | 55 const struct sctp_endpoint *ep, 166 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *, 309 struct sctp_endpoint *ep, struct sctp_association *asoc, 322 const struct sctp_endpoint *ep, 329 __u32 sctp_generate_tag(const struct sctp_endpoint *ep); 330 __u32 sctp_generate_tsn(const struct sctp_endpoint *ep);
|
A D | sctp.h | 103 typedef int (*sctp_callback_t)(struct sctp_endpoint *, struct sctp_transport *, void *); 115 int sctp_for_each_endpoint(int (*cb)(struct sctp_endpoint *, void *), void *p); 136 int sctp_hash_endpoint(struct sctp_endpoint *ep); 137 void sctp_unhash_endpoint(struct sctp_endpoint *); 163 const struct sctp_endpoint *ep,
|
/linux-6.3-rc2/net/sctp/ |
A D | endpointola.c | 41 static struct sctp_endpoint *sctp_endpoint_init(struct sctp_endpoint *ep, in sctp_endpoint_init() 131 struct sctp_endpoint *ep; in sctp_endpoint_new() 174 void sctp_endpoint_free(struct sctp_endpoint *ep) in sctp_endpoint_free() 189 struct sctp_endpoint *ep = container_of(head, struct sctp_endpoint, rcu); in sctp_endpoint_destroy_rcu() 232 int sctp_endpoint_hold(struct sctp_endpoint *ep) in sctp_endpoint_hold() 240 void sctp_endpoint_put(struct sctp_endpoint *ep) in sctp_endpoint_put() 247 struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *ep, in sctp_endpoint_is_match() 253 struct sctp_endpoint *retval = NULL; in sctp_endpoint_is_match() 271 const struct sctp_endpoint *ep, in sctp_endpoint_lookup_assoc() 327 struct sctp_endpoint *ep = in sctp_endpoint_bh_rcv() [all …]
|
A D | sm_statefuns.c | 52 const struct sctp_endpoint *ep, 71 const struct sctp_endpoint *ep, 78 const struct sctp_endpoint *ep, 85 const struct sctp_endpoint *ep, 92 const struct sctp_endpoint *ep, 108 const struct sctp_endpoint *ep, 117 const struct sctp_endpoint *ep, 125 const struct sctp_endpoint *ep, 133 const struct sctp_endpoint *ep, 141 const struct sctp_endpoint *ep, [all …]
|
A D | auth.c | 353 int sctp_auth_asoc_copy_shkeys(const struct sctp_endpoint *ep, in sctp_auth_asoc_copy_shkeys() 454 int sctp_auth_init_hmacs(struct sctp_endpoint *ep, gfp_t gfp) in sctp_auth_init_hmacs() 609 struct sctp_endpoint *ep; in sctp_auth_asoc_set_default_hmac() 756 int sctp_auth_ep_add_chunkid(struct sctp_endpoint *ep, __u8 chunk_id) in sctp_auth_ep_add_chunkid() 778 int sctp_auth_ep_set_hmacs(struct sctp_endpoint *ep, in sctp_auth_ep_set_hmacs() 817 int sctp_auth_set_key(struct sctp_endpoint *ep, in sctp_auth_set_key() 880 int sctp_auth_set_active_key(struct sctp_endpoint *ep, in sctp_auth_set_active_key() 923 int sctp_auth_del_key_id(struct sctp_endpoint *ep, in sctp_auth_del_key_id() 967 int sctp_auth_deact_key_id(struct sctp_endpoint *ep, in sctp_auth_deact_key_id() 1022 int sctp_auth_init(struct sctp_endpoint *ep, gfp_t gfp) in sctp_auth_init() [all …]
|
A D | input.c | 55 static struct sctp_endpoint *__sctp_rcv_lookup_endpoint( 92 struct sctp_endpoint *ep = NULL; in sctp_rcv() 733 static int __sctp_hash_endpoint(struct sctp_endpoint *ep) in __sctp_hash_endpoint() 744 struct sctp_endpoint *ep2; in __sctp_hash_endpoint() 785 int sctp_hash_endpoint(struct sctp_endpoint *ep) in sctp_hash_endpoint() 797 static void __sctp_unhash_endpoint(struct sctp_endpoint *ep) in __sctp_unhash_endpoint() 815 void sctp_unhash_endpoint(struct sctp_endpoint *ep) in sctp_unhash_endpoint() 837 static struct sctp_endpoint *__sctp_rcv_lookup_endpoint( in __sctp_rcv_lookup_endpoint() 844 struct sctp_endpoint *ep; in __sctp_rcv_lookup_endpoint() 1027 const struct sctp_endpoint *ep, in sctp_epaddr_lookup_transport()
|
A D | diag.c | 127 struct sctp_endpoint *ep = sctp_sk(sk)->ep; in inet_sctp_diag_fill() 245 static int sctp_sock_dump_one(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) in sctp_sock_dump_one() 286 static int sctp_sock_dump(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) in sctp_sock_dump() 341 static int sctp_sock_filter(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) in sctp_sock_filter() 357 static int sctp_ep_dump(struct sctp_endpoint *ep, void *p) in sctp_ep_dump()
|
A D | primitive.c | 43 struct sctp_endpoint *ep; \
|
A D | socket.c | 559 struct sctp_endpoint *ep; in sctp_send_asconf_add_ip() 761 struct sctp_endpoint *ep; in sctp_send_asconf_del_ip() 1485 struct sctp_endpoint *ep; in sctp_close() 4324 struct sctp_endpoint *ep; in sctp_setsockopt_asconf_supported() 4354 struct sctp_endpoint *ep; in sctp_setsockopt_auth_supported() 4840 struct sctp_endpoint *ep; in sctp_accept() 5135 struct sctp_endpoint *ep; in sctp_shutdown() 5299 struct sctp_endpoint *ep; in sctp_for_each_endpoint() 5322 struct sctp_endpoint *ep; in sctp_transport_lookup_process() 5351 struct sctp_endpoint *ep; in sctp_transport_traverse_process() [all …]
|
A D | sm_make_chunk.c | 58 const struct sctp_endpoint *ep, 215 struct sctp_endpoint *ep = asoc->ep; in sctp_make_init() 1628 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *ep, in sctp_make_temp_asoc() 1654 const struct sctp_endpoint *ep, in sctp_pack_cookie() 1741 const struct sctp_endpoint *ep, in sctp_unpack_cookie() 2012 const struct sctp_endpoint *ep, in sctp_verify_ext_param() 2163 const struct sctp_endpoint *ep, in sctp_verify_param() 2290 int sctp_verify_init(struct net *net, const struct sctp_endpoint *ep, in sctp_verify_init() 2545 struct sctp_endpoint *ep = asoc->ep; in sctp_process_param() 2760 __u32 sctp_generate_tag(const struct sctp_endpoint *ep) in sctp_generate_tag() [all …]
|
A D | sm_sideeffect.c | 43 struct sctp_endpoint *ep, 52 struct sctp_endpoint *ep, 1146 struct sctp_endpoint *ep, struct sctp_association *asoc, in sctp_do_sm() 1184 struct sctp_endpoint *ep, in sctp_side_effects() 1270 struct sctp_endpoint *ep, in sctp_cmd_interpreter()
|
A D | associola.c | 53 const struct sctp_endpoint *ep, in sctp_association_init() 65 asoc->ep = (struct sctp_endpoint *)ep; in sctp_association_init() 285 struct sctp_association *sctp_association_new(const struct sctp_endpoint *ep, in sctp_association_new() 985 struct sctp_endpoint *ep; in sctp_assoc_bh_rcv()
|
A D | proc.c | 164 struct sctp_endpoint *ep; in sctp_eps_seq_show()
|
/linux-6.3-rc2/include/trace/events/ |
A D | sctp.h | 52 TP_PROTO(const struct sctp_endpoint *ep,
|