| /linux/include/net/sctp/ |
| H A D | auth.h | 21 struct sctp_endpoint; 73 int sctp_auth_asoc_copy_shkeys(const struct sctp_endpoint *ep, 76 bool sctp_auth_verify_cookie_params(const struct sctp_endpoint *ep, 96 int sctp_auth_ep_add_chunkid(struct sctp_endpoint *ep, __u8 chunk_id); 97 int sctp_auth_ep_set_hmacs(struct sctp_endpoint *ep, 99 int sctp_auth_set_key(struct sctp_endpoint *ep, struct sctp_association *asoc, 101 int sctp_auth_set_active_key(struct sctp_endpoint *ep, 103 int sctp_auth_del_key_id(struct sctp_endpoint *ep, 105 int sctp_auth_deact_key_id(struct sctp_endpoint *ep, 107 int sctp_auth_init(struct sctp_endpoint *ep, gfp_t gfp); [all …]
|
| H A D | sm.h | 55 const struct sctp_endpoint *ep, 164 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *, 305 struct sctp_endpoint *ep, struct sctp_association *asoc, 318 const struct sctp_endpoint *ep, 325 __u32 sctp_generate_tag(const struct sctp_endpoint *ep); 326 __u32 sctp_generate_tsn(const struct sctp_endpoint *ep);
|
| H A D | sctp.h | 102 typedef int (*sctp_callback_t)(struct sctp_endpoint *, struct sctp_transport *, void *); 114 int sctp_for_each_endpoint(int (*cb)(struct sctp_endpoint *, void *), 136 int sctp_hash_endpoint(struct sctp_endpoint *ep); 137 void sctp_unhash_endpoint(struct sctp_endpoint *); 161 const struct sctp_endpoint *ep,
|
| /linux/net/sctp/ |
| H A D | endpointola.c | 50 static struct sctp_endpoint *sctp_endpoint_init(struct sctp_endpoint *ep, in sctp_endpoint_init() 133 struct sctp_endpoint *sctp_endpoint_new(struct sock *sk, gfp_t gfp) in sctp_endpoint_new() 135 struct sctp_endpoint *ep; in sctp_endpoint_new() 155 void sctp_endpoint_add_asoc(struct sctp_endpoint *ep, in sctp_endpoint_add_asoc() 178 void sctp_endpoint_free(struct sctp_endpoint *ep) in sctp_endpoint_free() 193 struct sctp_endpoint *ep = container_of(head, struct sctp_endpoint, rcu); in sctp_endpoint_destroy_rcu() 203 static void sctp_endpoint_destroy(struct sctp_endpoint *ep) in sctp_endpoint_destroy() 233 int sctp_endpoint_hold(struct sctp_endpoint *ep) in sctp_endpoint_hold() 241 void sctp_endpoint_put(struct sctp_endpoint *ep) in sctp_endpoint_put() 248 struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *ep, in sctp_endpoint_is_match() [all …]
|
| H A D | sm_statefuns.c | 54 const struct sctp_endpoint *ep, 66 const struct sctp_endpoint *ep, 73 const struct sctp_endpoint *ep, 81 const struct sctp_endpoint *ep, 88 const struct sctp_endpoint *ep, 95 const struct sctp_endpoint *ep, 111 const struct sctp_endpoint *ep, 120 const struct sctp_endpoint *ep, 128 const struct sctp_endpoint *ep, 136 const struct sctp_endpoint *ep, [all …]
|
| H A D | auth.c | 354 int sctp_auth_asoc_copy_shkeys(const struct sctp_endpoint *ep, in sctp_auth_asoc_copy_shkeys() 398 bool sctp_auth_verify_cookie_params(const struct sctp_endpoint *ep, in sctp_auth_verify_cookie_params() 739 int sctp_auth_ep_add_chunkid(struct sctp_endpoint *ep, __u8 chunk_id) in sctp_auth_ep_add_chunkid() 761 int sctp_auth_ep_set_hmacs(struct sctp_endpoint *ep, in sctp_auth_ep_set_hmacs() 797 int sctp_auth_set_key(struct sctp_endpoint *ep, in sctp_auth_set_key() 860 int sctp_auth_set_active_key(struct sctp_endpoint *ep, in sctp_auth_set_active_key() 903 int sctp_auth_del_key_id(struct sctp_endpoint *ep, in sctp_auth_del_key_id() 947 int sctp_auth_deact_key_id(struct sctp_endpoint *ep, in sctp_auth_deact_key_id() 1002 int sctp_auth_init(struct sctp_endpoint *ep, gfp_t gfp) in sctp_auth_init() 1052 void sctp_auth_free(struct sctp_endpoint *ep) in sctp_auth_free()
|
| H 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() 746 struct sctp_endpoint *ep2; in __sctp_hash_endpoint() 789 int sctp_hash_endpoint(struct sctp_endpoint *ep) in sctp_hash_endpoint() 801 static void __sctp_unhash_endpoint(struct sctp_endpoint *ep) in __sctp_unhash_endpoint() 818 void sctp_unhash_endpoint(struct sctp_endpoint *ep) in sctp_unhash_endpoint() 840 static struct sctp_endpoint *__sctp_rcv_lookup_endpoint( in __sctp_rcv_lookup_endpoint() 847 struct sctp_endpoint *ep; in __sctp_rcv_lookup_endpoint() 1030 const struct sctp_endpoint *e in sctp_epaddr_lookup_transport() [all...] |
| H A D | diag.c | 135 struct sctp_endpoint *ep = sctp_sk(sk)->ep; in inet_sctp_diag_fill() 254 static int sctp_sock_dump_one(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) in sctp_sock_dump_one() 299 static int sctp_sock_dump(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) in sctp_sock_dump() 354 static int sctp_sock_filter(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) in sctp_sock_filter() 370 static int sctp_ep_dump(struct sctp_endpoint *ep, void *p) in sctp_ep_dump()
|
| H A D | primitive.c | 43 struct sctp_endpoint *ep; \
|
| H A D | socket.c | 381 struct sctp_endpoint *ep = sp->ep; in sctp_do_bind() 561 struct sctp_endpoint *ep; in sctp_send_asconf_add_ip() 682 struct sctp_endpoint *ep = sp->ep; in sctp_bindx_rem() 763 struct sctp_endpoint *ep; in sctp_send_asconf_del_ip() 1068 static int sctp_connect_new_asoc(struct sctp_endpoint *ep, in sctp_connect_new_asoc() 1138 struct sctp_endpoint *ep = asoc->ep; in sctp_connect_add_peer() 1171 struct sctp_endpoint *ep = sp->ep; in __sctp_connect() 1487 struct sctp_endpoint *ep; in sctp_close() 1661 struct sctp_endpoint *ep = sctp_sk(sk)->ep; in sctp_sendmsg_new_asoc() 1944 struct sctp_endpoint *ep = sctp_sk(sk)->ep; in sctp_sendmsg() [all …]
|
| H A D | sm_make_chunk.c | 58 const struct sctp_endpoint *ep, 207 struct sctp_endpoint *ep = asoc->ep; in sctp_make_init() 1620 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *ep, in sctp_make_temp_asoc() 1646 const struct sctp_endpoint *ep, in sctp_pack_cookie() 1723 const struct sctp_endpoint *ep, in sctp_unpack_cookie() 2000 const struct sctp_endpoint *ep, in sctp_verify_ext_param() 2151 const struct sctp_endpoint *ep, in sctp_verify_param() 2284 int sctp_verify_init(struct net *net, const struct sctp_endpoint *ep, in sctp_verify_init() 2540 struct sctp_endpoint *ep = asoc->ep; in sctp_process_param() 2750 __u32 sctp_generate_tag(const struct sctp_endpoint *ep) in sctp_generate_tag() [all …]
|
| H A D | sm_sideeffect.c | 43 struct sctp_endpoint *ep, 52 struct sctp_endpoint *ep, 1151 struct sctp_endpoint *ep, struct sctp_association *asoc, in sctp_do_sm() 1189 struct sctp_endpoint *ep, in sctp_side_effects() 1278 struct sctp_endpoint *ep, in sctp_cmd_interpreter()
|
| H 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() 286 struct sctp_association *sctp_association_new(const struct sctp_endpoint *ep, in sctp_association_new() 978 struct sctp_endpoint *ep; in sctp_assoc_bh_rcv()
|
| /linux/include/trace/events/ |
| H A D | sctp.h | 52 TP_PROTO(const struct sctp_endpoint *ep,
|