Searched refs:mi_copy_state (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ |
H A D | mi.h | 95 extern int mi_copy_state(queue_t *q, MBLKP mp, MBLKP *mpp);
|
H A D | mi.c | 233 * 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 D | rdsddi.c | 685 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 D | rts.c | 1094 switch (mi_copy_state(q, mp, &mp1)) {
|
H A D | icmp.c | 4885 switch (mi_copy_state(q, mp, &mp1)) {
|
H A D | ip.c | 12812 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 D | tcp_output.c | 749 switch (mi_copy_state(q, mp, &mp1)) {
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 4261 switch (mi_copy_state(q, mp, &mp1)) {
|
Completed in 134 milliseconds