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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dauth.h43 struct sctp_endpoint;
96 int sctp_auth_asoc_copy_shkeys(const struct sctp_endpoint *ep,
99 int sctp_auth_init_hmacs(struct sctp_endpoint *ep, gfp_t gfp);
114 int sctp_auth_ep_add_chunkid(struct sctp_endpoint *ep, __u8 chunk_id);
115 int sctp_auth_ep_set_hmacs(struct sctp_endpoint *ep,
117 int sctp_auth_set_key(struct sctp_endpoint *ep,
120 int sctp_auth_set_active_key(struct sctp_endpoint *ep,
123 int sctp_auth_del_key_id(struct sctp_endpoint *ep,
H A Dstructs.h80 struct sctp_endpoint;
298 struct sctp_endpoint *ep;
1319 struct sctp_endpoint { struct
1377 static inline struct sctp_endpoint *sctp_ep(struct sctp_ep_common *base)
1379 struct sctp_endpoint *ep;
1381 ep = container_of(base, struct sctp_endpoint, base);
1386 struct sctp_endpoint *sctp_endpoint_new(struct sock *, gfp_t);
1387 void sctp_endpoint_free(struct sctp_endpoint *);
1388 void sctp_endpoint_put(struct sctp_endpoint *);
1389 void sctp_endpoint_hold(struct sctp_endpoint *);
[all...]
H A Dsm.h80 typedef sctp_disposition_t (sctp_state_fn_t) (const struct sctp_endpoint *,
184 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *,
274 struct sctp_endpoint *,
286 struct sctp_association *sctp_unpack_cookie(const struct sctp_endpoint *,
295 __u32 sctp_generate_tag(const struct sctp_endpoint *);
296 __u32 sctp_generate_tsn(const struct sctp_endpoint *);
H A Dsctp.h156 void sctp_hash_endpoint(struct sctp_endpoint *);
157 void sctp_unhash_endpoint(struct sctp_endpoint *);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dendpointola.c64 static struct sctp_endpoint *sctp_endpoint_init(struct sctp_endpoint *ep,
189 /* Create a sctp_endpoint with all that boring stuff initialized.
192 struct sctp_endpoint *sctp_endpoint_new(struct sock *sk, gfp_t gfp)
194 struct sctp_endpoint *ep;
197 ep = t_new(struct sctp_endpoint, gfp);
213 void sctp_endpoint_add_asoc(struct sctp_endpoint *ep,
236 void sctp_endpoint_free(struct sctp_endpoint *ep)
249 static void sctp_endpoint_destroy(struct sctp_endpoint *ep)
289 void sctp_endpoint_hold(struct sctp_endpoint *e
[all...]
H A Dsm_statefuns.c67 static struct sctp_packet *sctp_abort_pkt_new(const struct sctp_endpoint *ep,
77 static void sctp_send_stale_cookie_err(const struct sctp_endpoint *ep,
82 static sctp_disposition_t sctp_sf_do_5_2_6_stale(const struct sctp_endpoint *ep,
87 static sctp_disposition_t sctp_sf_shut_8_4_5(const struct sctp_endpoint *ep,
92 static sctp_disposition_t sctp_sf_tabort_8_4_8(const struct sctp_endpoint *ep,
105 const struct sctp_endpoint *ep,
113 const struct sctp_endpoint *ep,
120 const struct sctp_endpoint *ep,
127 const struct sctp_endpoint *ep,
134 const struct sctp_endpoint *e
[all...]
H A Dprimitive.c65 struct sctp_endpoint *ep; \
H A Dauth.c363 int sctp_auth_asoc_copy_shkeys(const struct sctp_endpoint *ep,
446 int sctp_auth_init_hmacs(struct sctp_endpoint *ep, gfp_t gfp)
610 struct sctp_endpoint *ep;
759 int sctp_auth_ep_add_chunkid(struct sctp_endpoint *ep, __u8 chunk_id)
781 int sctp_auth_ep_set_hmacs(struct sctp_endpoint *ep,
818 int sctp_auth_set_key(struct sctp_endpoint *ep,
879 int sctp_auth_set_active_key(struct sctp_endpoint *ep,
912 int sctp_auth_del_key_id(struct sctp_endpoint *ep,
H A Dinput.c73 static struct sctp_endpoint *__sctp_rcv_lookup_endpoint(const union sctp_addr *laddr);
123 struct sctp_endpoint *ep = NULL;
724 static void __sctp_hash_endpoint(struct sctp_endpoint *ep)
740 void sctp_hash_endpoint(struct sctp_endpoint *ep)
748 static void __sctp_unhash_endpoint(struct sctp_endpoint *ep)
768 void sctp_unhash_endpoint(struct sctp_endpoint *ep)
776 static struct sctp_endpoint *__sctp_rcv_lookup_endpoint(const union sctp_addr *laddr)
780 struct sctp_endpoint *ep;
H A Dsocket.c336 struct sctp_endpoint *ep = sp->ep;
516 struct sctp_endpoint *ep;
624 struct sctp_endpoint *ep = sp->ep;
694 struct sctp_endpoint *ep;
970 struct sctp_endpoint *ep;
1321 struct sctp_endpoint *ep;
1430 struct sctp_endpoint *ep;
2857 struct sctp_endpoint *ep;
3481 struct sctp_endpoint *ep;
3542 struct sctp_endpoint *e
[all...]
H A Dprobe.c122 sctp_disposition_t jsctp_sf_eat_sack(const struct sctp_endpoint *ep,
H A Dsm_sideeffect.c62 struct sctp_endpoint *ep,
70 struct sctp_endpoint *ep,
1054 struct sctp_endpoint *ep,
1097 struct sctp_endpoint *ep,
1180 struct sctp_endpoint *ep,
H A Dassociola.c77 const struct sctp_endpoint *ep,
91 asoc->ep = (struct sctp_endpoint *)ep;
347 struct sctp_association *sctp_association_new(const struct sctp_endpoint *ep,
1080 struct sctp_endpoint *ep;
H A Dsm_make_chunk.c72 static sctp_cookie_param_t *sctp_pack_cookie(const struct sctp_endpoint *ep,
1486 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *ep,
1518 static sctp_cookie_param_t *sctp_pack_cookie(const struct sctp_endpoint *ep,
1610 const struct sctp_endpoint *ep,
2601 __u32 sctp_generate_tag(const struct sctp_endpoint *ep)
2616 __u32 sctp_generate_tsn(const struct sctp_endpoint *ep)
H A Dproc.c201 struct sctp_endpoint *ep;

Completed in 412 milliseconds