Searched refs:new_tunnel (Results 1 – 1 of 1) sorted by relevance
206 tunnel_commit(sbbc_softstate_t *softsp, tunnel_t *new_tunnel) in tunnel_commit() argument211 master_iosram->tunnel = new_tunnel; in tunnel_commit()221 tunnel_init(sbbc_softstate_t *softsp, tunnel_t *new_tunnel) in tunnel_init() argument232 (new_tunnel == (tunnel_t *)NULL)) { in tunnel_init()264 tunnel = &new_tunnel->tunnel_keys[key]; in tunnel_init()300 if (INVALID_KEY(new_tunnel, SBBC_SC_INTR_KEY)) { in tunnel_init()842 tunnel_t *new_tunnel; /* new tunnel */ in iosram_switch_tunnel() local864 if ((new_tunnel = kmem_zalloc(sizeof (tunnel_t), KM_NOSLEEP)) == NULL) { in iosram_switch_tunnel()923 } else if ((rc = tunnel_init(to_softsp, new_tunnel)) == DDI_FAILURE) { in iosram_switch_tunnel()950 tunnel_fini(new_tunnel); in iosram_switch_tunnel()[all …]