Searched refs:infox (Results 1 – 1 of 1) sorted by relevance
132 struct sctp_infox infox; in inet_sctp_diag_fill() local193 infox.sctpinfo = (struct sctp_info *)info; in inet_sctp_diag_fill()194 infox.asoc = asoc; in inet_sctp_diag_fill()195 sctp_diag_get_info(sk, r, &infox); in inet_sctp_diag_fill()415 struct sctp_infox *infox = (struct sctp_infox *)info; in sctp_diag_get_info() local417 if (infox->asoc) { in sctp_diag_get_info()418 r->idiag_rqueue = atomic_read(&infox->asoc->rmem_alloc); in sctp_diag_get_info()419 r->idiag_wqueue = infox->asoc->sndbuf_used; in sctp_diag_get_info()424 if (infox->sctpinfo) in sctp_diag_get_info()425 sctp_get_sctp_info(sk, infox->asoc, infox->sctpinfo); in sctp_diag_get_info()