Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ppp/
Dppp_generic.c282 static int unit_set(struct idr *p, void *ptr, int n);
2730 unit = unit_set(&pn->units_idr, ppp, unit); in ppp_create_interface()
2989 static int unit_set(struct idr *p, void *ptr, int n) in unit_set() function