Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/sctp/
A Dstructs.h1294 struct sctp_endpoint { struct
1296 struct sctp_ep_common base;
1299 struct hlist_node node;
1300 int hashent;
1312 struct list_head asocs;
1320 __u8 secret_key[SCTP_SECRET_SIZE];
1328 __u8 *digest;
1331 __u32 sndbuf_policy;
1334 __u32 rcvbuf_policy;
1362 static inline struct sctp_endpoint *sctp_ep(struct sctp_ep_common *base) in sctp_ep() argument
/linux-6.3-rc2/net/sctp/
A Dsocket.c5295 int sctp_for_each_endpoint(int (*cb)(struct sctp_endpoint *, void *), in sctp_for_each_endpoint()

Completed in 23 milliseconds