Lines Matching refs:base
162 /* What is our base endpointer? */
1229 * A common base class to bridge the implmentation view of a
1294 struct sctp_ep_common base;
1360 static inline struct sctp_endpoint *sctp_ep(struct sctp_ep_common *base)
1364 ep = container_of(base, struct sctp_endpoint, base);
1578 /* A base structure common to endpoint and association.
1582 struct sctp_ep_common base;
2128 static inline struct sctp_association *sctp_assoc(struct sctp_ep_common *base)
2132 asoc = container_of(base, struct sctp_association, base);