Searched refs:sctp_endpoint (Results 1 – 5 of 5) sorted by relevance
/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; 1290 struct sctp_endpoint { struct 1360 struct sctp_endpoint *ep; in sctp_ep() 1362 ep = container_of(base, struct sctp_endpoint, base); in sctp_ep() 1368 void sctp_endpoint_free(struct sctp_endpoint *); 1369 void sctp_endpoint_put(struct sctp_endpoint *); 1370 int sctp_endpoint_hold(struct sctp_endpoint *ep); 1373 const struct sctp_endpoint *ep, 1378 struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *ep, [all …]
|
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);
|
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 *); 161 const struct sctp_endpoint *ep,
|
/include/trace/events/ |
A D | sctp.h | 52 TP_PROTO(const struct sctp_endpoint *ep,
|
Completed in 45 milliseconds