Home
last modified time | relevance | path

Searched refs:nhgrp_ctl_alloc_default (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/route/
H A Dnhgrp_var.h66 bool nhgrp_ctl_alloc_default(struct nh_control *ctl, int malloc_flags);
H A Dnhgrp.c276 nhgrp_ctl_alloc_default(struct nh_control *ctl, int malloc_flags) in nhgrp_ctl_alloc_default() function
H A Dnhgrp_ctl.c482 if (nhgrp_ctl_alloc_default(ctl, M_NOWAIT) == 0) { in nhgrp_alloc()