Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_car.h103 NG_CAR_ACTION_DROP, enumerator
H A Dng_car.c214 priv->upper.conf.red_action = NG_CAR_ACTION_DROP; in ng_car_constructor()
229 priv->lower.conf.red_action = NG_CAR_ACTION_DROP; in ng_car_constructor()
301 case NG_CAR_ACTION_DROP: \ in ng_car_rcvdata()