Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/pktsched/
H A Dpktsched.h88 void (*c_func)(void *); /* function to call */ member
97 (c)->c_func = (f); \
101 #define CALLOUT_STOP(c) untimeout((c)->c_func, (c)->c_arg)