Home
last modified time | relevance | path

Searched refs:sctp_endpoint (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/include/net/sctp/
Dauth.h36 struct sctp_endpoint;
89 int sctp_auth_asoc_copy_shkeys(const struct sctp_endpoint *ep,
92 int sctp_auth_init_hmacs(struct sctp_endpoint *ep, gfp_t gfp);
107 int sctp_auth_ep_add_chunkid(struct sctp_endpoint *ep, __u8 chunk_id);
108 int sctp_auth_ep_set_hmacs(struct sctp_endpoint *ep,
110 int sctp_auth_set_key(struct sctp_endpoint *ep,
113 int sctp_auth_set_active_key(struct sctp_endpoint *ep,
116 int sctp_auth_del_key_id(struct sctp_endpoint *ep,
Dstructs.h73 struct sctp_endpoint;
174 struct sctp_endpoint *ep;
1197 struct sctp_endpoint { struct
1253 static inline struct sctp_endpoint *sctp_ep(struct sctp_ep_common *base) in sctp_ep() argument
1255 struct sctp_endpoint *ep; in sctp_ep()
1257 ep = container_of(base, struct sctp_endpoint, base); in sctp_ep()
1262 struct sctp_endpoint *sctp_endpoint_new(struct sock *, gfp_t);
1263 void sctp_endpoint_free(struct sctp_endpoint *);
1264 void sctp_endpoint_put(struct sctp_endpoint *);
1265 void sctp_endpoint_hold(struct sctp_endpoint *);
[all …]
Dsm.h74 const struct sctp_endpoint *,
180 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *,
270 struct sctp_endpoint *,
282 struct sctp_association *sctp_unpack_cookie(const struct sctp_endpoint *,
291 __u32 sctp_generate_tag(const struct sctp_endpoint *);
292 __u32 sctp_generate_tsn(const struct sctp_endpoint *);
Dsctp.h131 void sctp_hash_endpoint(struct sctp_endpoint *);
132 void sctp_unhash_endpoint(struct sctp_endpoint *);
/linux-4.1.27/net/sctp/
Dendpointola.c57 static struct sctp_endpoint *sctp_endpoint_init(struct sctp_endpoint *ep, in sctp_endpoint_init()
184 struct sctp_endpoint *sctp_endpoint_new(struct sock *sk, gfp_t gfp) in sctp_endpoint_new()
186 struct sctp_endpoint *ep; in sctp_endpoint_new()
206 void sctp_endpoint_add_asoc(struct sctp_endpoint *ep, in sctp_endpoint_add_asoc()
229 void sctp_endpoint_free(struct sctp_endpoint *ep) in sctp_endpoint_free()
242 static void sctp_endpoint_destroy(struct sctp_endpoint *ep) in sctp_endpoint_destroy()
285 void sctp_endpoint_hold(struct sctp_endpoint *ep) in sctp_endpoint_hold()
293 void sctp_endpoint_put(struct sctp_endpoint *ep) in sctp_endpoint_put()
300 struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *ep, in sctp_endpoint_is_match()
304 struct sctp_endpoint *retval = NULL; in sctp_endpoint_is_match()
[all …]
Dsm_statefuns.c63 const struct sctp_endpoint *ep,
75 const struct sctp_endpoint *ep,
81 const struct sctp_endpoint *ep,
87 const struct sctp_endpoint *ep,
93 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 …]
Dauth.c357 int sctp_auth_asoc_copy_shkeys(const struct sctp_endpoint *ep, in sctp_auth_asoc_copy_shkeys()
449 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()
764 int sctp_auth_ep_add_chunkid(struct sctp_endpoint *ep, __u8 chunk_id) in sctp_auth_ep_add_chunkid()
786 int sctp_auth_ep_set_hmacs(struct sctp_endpoint *ep, in sctp_auth_ep_set_hmacs()
823 int sctp_auth_set_key(struct sctp_endpoint *ep, in sctp_auth_set_key()
882 int sctp_auth_set_active_key(struct sctp_endpoint *ep, in sctp_auth_set_active_key()
915 int sctp_auth_del_key_id(struct sctp_endpoint *ep, in sctp_auth_del_key_id()
Dinput.c67 static struct sctp_endpoint *__sctp_rcv_lookup_endpoint(struct net *net,
111 struct sctp_endpoint *ep = NULL; in sctp_rcv()
709 static void __sctp_hash_endpoint(struct sctp_endpoint *ep) in __sctp_hash_endpoint()
726 void sctp_hash_endpoint(struct sctp_endpoint *ep) in sctp_hash_endpoint()
734 static void __sctp_unhash_endpoint(struct sctp_endpoint *ep) in __sctp_unhash_endpoint()
752 void sctp_unhash_endpoint(struct sctp_endpoint *ep) in sctp_unhash_endpoint()
760 static struct sctp_endpoint *__sctp_rcv_lookup_endpoint(struct net *net, in __sctp_rcv_lookup_endpoint()
765 struct sctp_endpoint *ep; in __sctp_rcv_lookup_endpoint()
Dprimitive.c58 struct sctp_endpoint *ep; \
Dsocket.c326 struct sctp_endpoint *ep = sp->ep; in sctp_do_bind()
504 struct sctp_endpoint *ep; in sctp_send_asconf_add_ip()
625 struct sctp_endpoint *ep = sp->ep; in sctp_bindx_rem()
707 struct sctp_endpoint *ep; in sctp_send_asconf_del_ip()
1046 struct sctp_endpoint *ep; in __sctp_connect()
1476 struct sctp_endpoint *ep; in sctp_close()
1589 struct sctp_endpoint *ep; in sctp_sendmsg()
3394 struct sctp_endpoint *ep = sctp_sk(sk)->ep; in sctp_setsockopt_auth_chunk()
3427 struct sctp_endpoint *ep = sctp_sk(sk)->ep; in sctp_setsockopt_hmac_ident()
3465 struct sctp_endpoint *ep = sctp_sk(sk)->ep; in sctp_setsockopt_auth_key()
[all …]
Dsm_sideeffect.c57 struct sctp_endpoint *ep,
65 struct sctp_endpoint *ep,
1099 struct sctp_endpoint *ep, in sctp_do_sm()
1138 struct sctp_endpoint *ep, in sctp_side_effects()
1223 struct sctp_endpoint *ep, in sctp_cmd_interpreter()
Dsm_make_chunk.c70 static sctp_cookie_param_t *sctp_pack_cookie(const struct sctp_endpoint *ep,
222 struct sctp_endpoint *ep = asoc->ep; in sctp_make_init()
1569 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *ep, in sctp_make_temp_asoc()
1601 static sctp_cookie_param_t *sctp_pack_cookie(const struct sctp_endpoint *ep, in sctp_pack_cookie()
1690 const struct sctp_endpoint *ep, in sctp_unpack_cookie()
2106 const struct sctp_endpoint *ep, in sctp_verify_param()
2225 int sctp_verify_init(struct net *net, const struct sctp_endpoint *ep, in sctp_verify_init()
2501 struct sctp_endpoint *ep = asoc->ep; in sctp_process_param()
2697 __u32 sctp_generate_tag(const struct sctp_endpoint *ep) in sctp_generate_tag()
2712 __u32 sctp_generate_tsn(const struct sctp_endpoint *ep) in sctp_generate_tsn()
Dprobe.c131 const struct sctp_endpoint *ep, in jsctp_sf_eat_sack()
Dassociola.c67 const struct sctp_endpoint *ep, in sctp_association_init()
82 asoc->ep = (struct sctp_endpoint *)ep; in sctp_association_init()
295 struct sctp_association *sctp_association_new(const struct sctp_endpoint *ep, in sctp_association_new()
1000 struct sctp_endpoint *ep; in sctp_assoc_bh_rcv()
Dproc.c213 struct sctp_endpoint *ep; in sctp_eps_seq_show()