Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_generic.c289 static int unit_set(struct idr *p, void *ptr, int n);
1077 ret = unit_set(&pn->units_idr, ppp, unit); in ppp_unit_register()
3386 static int unit_set(struct idr *p, void *ptr, int n) in unit_set() function