Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/net/
Dif_atm.h262 #define ATMEV_FLOW_CONTROL 0x0001 /* channel busy state changed */ macro
308 atm_event((ATMIF)->ifp, ATMEV_FLOW_CONTROL, &_arg); \
/freebsd-10-stable/sys/netgraph/atm/
Dng_atm.c544 case ATMEV_FLOW_CONTROL: in ng_atm_event_func()