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()407 struct sctp_infox *infox = (struct sctp_infox *)info; in sctp_diag_get_info() local409 if (infox->asoc) { in sctp_diag_get_info()410 r->idiag_rqueue = atomic_read(&infox->asoc->rmem_alloc); in sctp_diag_get_info()411 r->idiag_wqueue = infox->asoc->sndbuf_used; in sctp_diag_get_info()416 if (infox->sctpinfo) in sctp_diag_get_info()417 sctp_get_sctp_info(sk, infox->asoc, infox->sctpinfo); in sctp_diag_get_info()