Home
last modified time | relevance | path

Searched refs:if_alloc_domain (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/
H A Dif_var.h642 struct ifnet* if_alloc_domain(u_char, int numa_domain);
H A Dif.c593 if_alloc_domain(u_char type, int numa_domain) in if_alloc_domain() function
661 return (if_alloc_domain(type, IF_NODOM)); in if_alloc_dev()
662 return (if_alloc_domain(type, numa_domain)); in if_alloc_dev()
669 return (if_alloc_domain(type, IF_NODOM)); in if_alloc()