Searched defs:ipif_allocate (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/uts/common/inet/ip/ |
| H A D | ip_if.c | 153 static ipif_t *ipif_allocate(ill_t *ill, int id, uint_t ire_type, 3752 ipif = ipif_allocate(ill, 0L, IRE_LOOPBACK, B_TRUE, B_TRUE, NULL); 4214 (void) ipif_allocate(ill, 0, IRE_LOCAL, 9409 if ((ipif = ipif_allocate(ill, found_sep ? id : -1, IRE_LOCAL, 11898 * ill_lookup_on_name (acquires ill_g_lock) -> ipif_allocate -> 11970 * When ipif_allocate() is called from ip_ll_subnet_defaults, the ill 11983 ipif_allocate(ill_t *ill, int id, uint_t ire_type, boolean_t initialize, function 11990 ip1dbg(("ipif_allocate(%s:%d ill %p)\n", 13781 ipif = ipif_allocate(ill, id, ire_type, B_TRUE, B_TRUE, NULL); 14380 if ((moveipif = ipif_allocate(il [all...] |
Completed in 136 milliseconds