Searched refs:mi_copy_state (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dmi.h95 extern int mi_copy_state(queue_t *q, MBLKP mp, MBLKP *mpp);
H A Dmi.c233 * maintain compatibility with old code in mi_copy_state
441 mi_copy_state(queue_t *q, MBLKP mp, MBLKP *mpp) function
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c685 if (mi_copy_state(q, mp, NULL) == -1) {
687 * The copy operation failed. mi_copy_state already
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c1094 switch (mi_copy_state(q, mp, &mp1)) {
H A Dicmp.c4885 switch (mi_copy_state(q, mp, &mp1)) {
H A Dip.c12812 if (mi_copy_state(q, mp, NULL) == -1) {
12814 * The copy operation failed. mi_copy_state already
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c749 switch (mi_copy_state(q, mp, &mp1)) {
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4261 switch (mi_copy_state(q, mp, &mp1)) {

Completed in 133 milliseconds