Home
last modified time | relevance | path

Searched refs:sctp_assoc (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/net/sctp/
Dproc.c134 asoc = sctp_assoc(epb); in sctp_seq_dump_local_addrs()
316 assoc = sctp_assoc(epb); in sctp_assocs_seq_show()
428 assoc = sctp_assoc(epb); in sctp_remaddr_seq_show()
Dinput.c364 sctp_association_put(sctp_assoc(rcvr)); in sctp_backlog_rcv()
386 sctp_association_hold(sctp_assoc(rcvr)); in sctp_add_backlog()
879 asoc = sctp_assoc(epb); in __sctp_lookup_association()
Dendpointola.c342 asoc = sctp_assoc(epb); in __sctp_endpoint_lookup_assoc()
/linux-2.6.39/fs/dlm/
Dlowcomms.c123 int sctp_assoc; member
255 if (con->sctp_assoc == assoc_id) { in assoc2con()
441 con->sctp_assoc = 0; in sctp_init_failed_foreach()
567 con->sctp_assoc = 0; in process_sctp_notification()
/linux-2.6.39/include/net/sctp/
Dstructs.h1936 static inline struct sctp_association *sctp_assoc(struct sctp_ep_common *base) in sctp_assoc() function