Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/sctp/
Dstructs.h1272 struct sctp_endpoint { struct
1274 struct sctp_ep_common base;
1286 struct list_head asocs;
1294 __u8 secret_key[SCTP_SECRET_SIZE];
1302 __u8 *digest;
1305 __u32 sndbuf_policy;
1308 __u32 rcvbuf_policy;
1313 struct crypto_shash **auth_hmacs;
1316 struct sctp_hmac_algo_param *auth_hmacs_list;
1319 struct sctp_chunks_param *auth_chunk_list;
[all …]
/kernel/linux/linux-6.6/include/net/sctp/
Dstructs.h1293 struct sctp_endpoint { struct
1295 struct sctp_ep_common base;
1298 struct hlist_node node;
1299 int hashent;
1311 struct list_head asocs;
1319 __u8 secret_key[SCTP_SECRET_SIZE];
1327 __u8 *digest;
1330 __u32 sndbuf_policy;
1333 __u32 rcvbuf_policy;
1361 static inline struct sctp_endpoint *sctp_ep(struct sctp_ep_common *base) in sctp_ep() argument
/kernel/linux/linux-6.6/net/sctp/
Dsocket.c5309 int sctp_for_each_endpoint(int (*cb)(struct sctp_endpoint *, void *), in sctp_for_each_endpoint()
/kernel/linux/linux-5.10/net/sctp/
Dsocket.c5192 int sctp_for_each_endpoint(int (*cb)(struct sctp_endpoint *, void *), in sctp_for_each_endpoint()