Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/pktsched/
H A Dpktsched.h87 void (*c_func)(void *); /* function to call */ member
96 (c)->c_func = (f); \
100 #define CALLOUT_STOP(c) untimeout((c)->c_func, (c)->c_arg)