Lines Matching refs:base
162 /* What is our base endpointer? */
1205 * A common base class to bridge the implmentation view of a
1274 struct sctp_ep_common base;
1346 static inline struct sctp_endpoint *sctp_ep(struct sctp_ep_common *base)
1350 ep = container_of(base, struct sctp_endpoint, base);
1554 /* A base structure common to endpoint and association.
1558 struct sctp_ep_common base;
2092 static inline struct sctp_association *sctp_assoc(struct sctp_ep_common *base)
2096 asoc = container_of(base, struct sctp_association, base);