Searched defs:sctp_endpoint (Results 1 – 1 of 1) sorted by relevance
1218 struct sctp_endpoint { struct1220 struct sctp_ep_common base;1232 struct list_head asocs;1240 __u8 secret_key[SCTP_SECRET_SIZE];1248 __u8 *digest;1251 __u32 sndbuf_policy;1254 __u32 rcvbuf_policy;1278 static inline struct sctp_endpoint *sctp_ep(struct sctp_ep_common *base) in sctp_ep() argument