Searched refs:ipi_zone_laddr (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.h197 sctp_zone_t ipi_zone_laddr; member in struct:sctp_epinfo
H A Dsctp_pcb.c786 wi = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr);
894 wi = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr);
3194 laddr = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr);
6357 laddr = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr);
6385 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_laddr), laddr);
6748 SCTP_ZONE_INIT(SCTP_BASE_INFO(ipi_zone_laddr), "sctp_laddr",
6962 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_laddr), wi);
7052 SCTP_ZONE_DESTROY(SCTP_BASE_INFO(ipi_zone_laddr));
H A Dsctp_asconf.c2288 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_laddr), l);
3280 wi = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr);
H A Dsctputil.c6853 wi = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr);

Completed in 831 milliseconds