Home
last modified time | relevance | path

Searched defs:sctp_endpoint (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/net/sctp/
Dstructs.h1273 struct sctp_endpoint { struct
1275 struct sctp_ep_common base;
1287 struct list_head asocs;
1295 __u8 secret_key[SCTP_SECRET_SIZE];
1303 __u8 *digest;
1306 __u32 sndbuf_policy;
1309 __u32 rcvbuf_policy;
1314 struct crypto_shash **auth_hmacs;
1317 struct sctp_hmac_algo_param *auth_hmacs_list;
1320 struct sctp_chunks_param *auth_chunk_list;
[all …]
/Linux-v5.4/net/sctp/
Dsocket.c5339 int sctp_for_each_endpoint(int (*cb)(struct sctp_endpoint *, void *), in sctp_for_each_endpoint()