Home
last modified time | relevance | path

Searched refs:sctp_ep (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/net/sctp/
H A Dinput.c355 sctp_endpoint_put(sctp_ep(rcvr)); in sctp_backlog_rcv()
378 sctp_endpoint_hold(sctp_ep(rcvr)); in sctp_add_backlog()
847 ep = sctp_ep(epb); in __sctp_rcv_lookup_endpoint()
H A Dproc.c175 ep = sctp_ep(epb); in sctp_eps_seq_show()
H A Dsocket.c5199 err = cb(sctp_ep(epb), p); in sctp_for_each_endpoint()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h1346 static inline struct sctp_endpoint *sctp_ep(struct sctp_ep_common *base) in sctp_ep() function