Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_car.h103 NG_CAR_ACTION_DROP, enumerator
/f-stack/freebsd/netgraph/
H A Dng_car.h105 NG_CAR_ACTION_DROP, enumerator
H A Dng_car.c207 priv->upper.conf.red_action = NG_CAR_ACTION_DROP; in ng_car_constructor()
222 priv->lower.conf.red_action = NG_CAR_ACTION_DROP; in ng_car_constructor()
285 case NG_CAR_ACTION_DROP: \ in ng_car_rcvdata()