HomeSort by relevance Sort by last modified time
    Searched refs:sctp_ill_t (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/inet/sctp/
sctp_addr.h 118 } sctp_ill_t; typedef in typeref:struct:sctp_ill_s
sctp_addr.c 112 sctp_ill_t *sctp_ill;
151 kmem_free(sctp_ill, sizeof (sctp_ill_t));
671 sctp_ill_t *sctp_ill = NULL;
698 sctp_ill = kmem_zalloc(sizeof (sctp_ill_t), KM_NOSLEEP);
711 kmem_free(sctp_ill, sizeof (sctp_ill_t));
742 kmem_free(sctp_ill, sizeof (sctp_ill_t));
759 sctp_ill_t *sctp_ill = NULL;
760 sctp_ill_t *nxt_sill;
805 sctp_ill_t *fsctp_ill = NULL;
806 sctp_ill_t *tsctp_ill = NULL
    [all...]

Completed in 180 milliseconds