Searched refs:ng_atm_output_p (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/net/
H A Dif_atmsubr.c83 int (*ng_atm_output_p)(struct ifnet *, struct mbuf **); variable
211 if (ng_atm_output_p != NULL) {
212 if ((error = (*ng_atm_output_p)(ifp, &m)) != 0) {
/freebsd-9.3-release/sys/netgraph/atm/
H A Dng_atm.c68 extern int (*ng_atm_output_p)(struct ifnet *, struct mbuf **);
1401 ng_atm_output_p = ng_atm_output;
1425 ng_atm_output_p = NULL;

Completed in 55 milliseconds