hookinfo
struct hookinfo *const hinfo = (struct hookinfo *) hook->private;
struct hookinfo *dest;
struct hookinfo *dup;
struct hookinfo *const hinfo = (struct hookinfo *) hook->private;
struct hookinfo left;
struct hookinfo right;
struct hookinfo left2right;
struct hookinfo right2left;
struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook);
struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook);
ng_car_refillhook(struct hookinfo *h)
ng_car_schedule(struct hookinfo *hinfo)
struct hookinfo *hinfo = NG_HOOK_PRIVATE(hook);
ng_car_enqueue(struct hookinfo *hinfo, item_p item)
struct hookinfo upper; /* hook to upper layers */
struct hookinfo lower; /* hook to lower layers */
static void ng_car_refillhook(struct hookinfo *h);
static void ng_car_schedule(struct hookinfo *h);
static void ng_car_enqueue(struct hookinfo *h, item_p item);
struct hookinfo *dest, *dup;
typedef struct hookinfo *hi_p;
struct hookinfo left;
struct hookinfo right;
struct hookinfo left2right;
struct hookinfo right2left;