Searched defs:ipsq_flush (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c147 static void ipsq_flush(ill_t *ill);
392 * ipsq_flush takes care of it. If we don't need to enter the
393 * the ipsq forcibly, the 2nd invocation of ipsq_flush in
396 ipsq_flush(ill);
522 * We do an ipsq_flush once again now. New messages could have
526 * enqueued the ioctl when we did the ipsq_flush last time.
528 ipsq_flush(ill);
6997 ipsq_flush(ill_t *ill) function

Completed in 89 milliseconds