Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/sctp/
Dstructs.h1281 struct sctp_endpoint { struct
1283 struct sctp_ep_common base;
1295 struct list_head asocs;
1303 __u8 secret_key[SCTP_SECRET_SIZE];
1311 __u8 *digest;
1314 __u32 sndbuf_policy;
1317 __u32 rcvbuf_policy;
1322 struct crypto_shash **auth_hmacs;
1325 struct sctp_hmac_algo_param *auth_hmacs_list;
1351 static inline struct sctp_endpoint *sctp_ep(struct sctp_ep_common *base) in sctp_ep() argument
/Linux-v4.19/net/sctp/
Dsocket.c5044 int sctp_for_each_endpoint(int (*cb)(struct sctp_endpoint *, void *), in sctp_for_each_endpoint()