Searched refs:solist (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_socketfilter.c1110 struct solist { struct
1111 struct solist *next;
1129 struct solist *solisthead = NULL, *solist = NULL; local
1197 solist->next = solisthead; \
1199 solist->so = (_so); \
1200 solisthead = solist; \
1211 MALLOC(solist, struct solist *, sizeof(*solist),
[all...]

Completed in 21 milliseconds