Searched defs:sctp_endpoint (Results 1 – 2 of 2) sorted by relevance
1292 struct sctp_endpoint { struct1294 struct sctp_ep_common base;1297 struct hlist_node node;1298 int hashent;1310 struct list_head asocs;1318 __u8 secret_key[SCTP_SECRET_SIZE];1326 __u8 *digest;1329 __u32 sndbuf_policy;1332 __u32 rcvbuf_policy;1360 static inline struct sctp_endpoint *sctp_ep(struct sctp_ep_common *base) in sctp_ep() argument
5308 int sctp_for_each_endpoint(int (*cb)(struct sctp_endpoint *, void *), in sctp_for_each_endpoint()