Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Diface_drivers.c74 char *buf = if_allocdescr(len, M_WAITOK); in _nl_modify_ifp_generic()
/freebsd/sys/net/
H A Dif_var.h575 char *if_allocdescr(size_t sz, int malloc_flag);
H A Dif.c2592 descrbuf = if_allocdescr(ifr_buffer_get_length(ifr), M_WAITOK); in ifhwioctl()
4347 if_allocdescr(size_t sz, int malloc_flag) in if_allocdescr() function