Home | Sort by: relevance | last modified time | path |
/src/sys/net/ | |
if.c | 3112 struct tunnel_ro *tro = p; local in function:if_tunnel_ro_init_pc 3114 tro->tr_ro = kmem_zalloc(sizeof(*tro->tr_ro), KM_SLEEP); 3115 tro->tr_lock = mutex_obj_alloc(MUTEX_DEFAULT, IPL_NONE); 3121 struct tunnel_ro *tro = p; local in function:if_tunnel_ro_fini_pc 3123 rtcache_free(tro->tr_ro); 3124 kmem_free(tro->tr_ro, sizeof(*tro->tr_ro)); 3126 mutex_obj_free(tro->tr_lock); 3149 struct tunnel_ro *tro = p local in function:if_tunnel_rtcache_free_pc [all...] |
if.h | 1177 struct tunnel_ro *tro; local in function:if_tunnel_get_ro 1179 tro = percpu_getref(ro_percpu); 1180 *ro = tro->tr_ro; 1181 *lock = tro->tr_lock; |