Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/sctp/
Dstructs.h1298 struct sctp_endpoint { struct
1300 struct sctp_ep_common base;
1312 struct list_head asocs;
1320 __u8 secret_key[SCTP_SECRET_SIZE];
1328 __u8 *digest;
1331 __u32 sndbuf_policy;
1334 __u32 rcvbuf_policy;
1339 struct crypto_shash **auth_hmacs;
1342 struct sctp_hmac_algo_param *auth_hmacs_list;
1345 struct sctp_chunks_param *auth_chunk_list;
[all …]
/Linux-v5.15/net/sctp/
Dsocket.c5298 int sctp_for_each_endpoint(int (*cb)(struct sctp_endpoint *, void *), in sctp_for_each_endpoint()