Home
last modified time | relevance | path

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

/linux-4.1.27/net/sctp/
Dproc.c130 asoc = sctp_assoc(epb); in sctp_seq_dump_local_addrs()
332 assoc = sctp_assoc(epb); in sctp_assocs_seq_show()
455 assoc = sctp_assoc(epb); in sctp_remaddr_seq_show()
Dinput.c356 sctp_association_put(sctp_assoc(rcvr)); in sctp_backlog_rcv()
378 sctp_association_hold(sctp_assoc(rcvr)); in sctp_add_backlog()
867 asoc = sctp_assoc(epb); in __sctp_lookup_association()
Dendpointola.c348 tmp = sctp_assoc(epb); in __sctp_endpoint_lookup_assoc()
/linux-4.1.27/fs/dlm/
Dlowcomms.c123 int sctp_assoc; member
265 if (con->sctp_assoc == assoc_id) { in assoc2con()
585 if (!con->nodeid || con->sctp_assoc) in sctp_init_failed_foreach()
591 con->sctp_assoc = 0; in sctp_init_failed_foreach()
645 if (con->sctp_assoc) { in retry_failed_sctp_send()
746 new_con->sctp_assoc = sn->sn_assoc_change.sac_assoc_id; in process_sctp_notification()
764 con->sctp_assoc = 0; in process_sctp_notification()
/linux-4.1.27/include/net/sctp/
Dstructs.h1854 static inline struct sctp_association *sctp_assoc(struct sctp_ep_common *base) in sctp_assoc() function