Symbol: hookinfo
sys/netgraph/tee/ng_tee.c
280
struct hookinfo *const hinfo = (struct hookinfo *) hook->private;
sys/netgraph/tee/ng_tee.c
281
struct hookinfo *dest;
sys/netgraph/tee/ng_tee.c
282
struct hookinfo *dup;
sys/netgraph/tee/ng_tee.c
376
struct hookinfo *const hinfo = (struct hookinfo *) hook->private;
sys/netgraph/tee/ng_tee.c
72
struct hookinfo left;
sys/netgraph/tee/ng_tee.c
73
struct hookinfo right;
sys/netgraph/tee/ng_tee.c
74
struct hookinfo left2right;
sys/netgraph/tee/ng_tee.c
75
struct hookinfo right2left;
sys/netgraph7/ng_car.c
263
struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook);
sys/netgraph7/ng_car.c
556
struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook);
sys/netgraph7/ng_car.c
586
ng_car_refillhook(struct hookinfo *h)
sys/netgraph7/ng_car.c
652
ng_car_schedule(struct hookinfo *hinfo)
sys/netgraph7/ng_car.c
668
struct hookinfo *hinfo = NG_HOOK_PRIVATE(hook);
sys/netgraph7/ng_car.c
713
ng_car_enqueue(struct hookinfo *hinfo, item_p item)
sys/netgraph7/ng_car.c
77
struct hookinfo upper; /* hook to upper layers */
sys/netgraph7/ng_car.c
78
struct hookinfo lower; /* hook to lower layers */
sys/netgraph7/ng_car.c
89
static void ng_car_refillhook(struct hookinfo *h);
sys/netgraph7/ng_car.c
90
static void ng_car_schedule(struct hookinfo *h);
sys/netgraph7/ng_car.c
92
static void ng_car_enqueue(struct hookinfo *h, item_p item);
sys/netgraph7/tee/ng_tee.c
68
struct hookinfo *dest, *dup;
sys/netgraph7/tee/ng_tee.c
71
typedef struct hookinfo *hi_p;
sys/netgraph7/tee/ng_tee.c
75
struct hookinfo left;
sys/netgraph7/tee/ng_tee.c
76
struct hookinfo right;
sys/netgraph7/tee/ng_tee.c
77
struct hookinfo left2right;
sys/netgraph7/tee/ng_tee.c
78
struct hookinfo right2left;