Home
last modified time | relevance | path

Searched refs:NG_SEND_DATA_ONLY (Results 1 – 25 of 36) sorted by relevance

12

/dragonfly/sys/netgraph7/hub/
H A Dng_hub.c84 NG_SEND_DATA_ONLY(error, hook2, m2); in ng_hub_rcvdata()
/dragonfly/sys/netgraph7/ether/
H A Dng_ether.c226 NG_SEND_DATA_ONLY(error, priv->lower, *mp); /* sets *mp = NULL */ in ng_ether_input()
247 NG_SEND_DATA_ONLY(error, priv->orphan, m); in ng_ether_input_orphan()
266 NG_SEND_DATA_ONLY(error, priv->upper, *mp); in ng_ether_output()
/dragonfly/sys/netgraph7/
H A Dng_ipfw.c306 NG_SEND_DATA_ONLY(error, hook, m); in ng_ipfw_input()
H A Dng_sample.c401 NG_SEND_DATA_ONLY(error, xxxp->upstream_hook.hook, m);
H A Dng_sppp.c218 NG_SEND_DATA_ONLY (error, priv->hook, m); in ng_sppp_start()
H A Dng_device.c469 NG_SEND_DATA_ONLY(error, priv->hook, m); in ngdwrite()
H A Dng_gif.c220 NG_SEND_DATA_ONLY(error, priv->lower, *mp); in ng_gif_input2()
H A Dng_car.c680 NG_SEND_DATA_ONLY(error, hinfo->dest, m); in ng_car_q_event()
H A Dng_source.c808 NG_SEND_DATA_ONLY(error, sc->output, m2); in ng_source_send()
/dragonfly/sys/netgraph7/pppoe/
H A Dng_pppoe.c465 NG_SEND_DATA_ONLY(error, sp->hook, m); in pppoe_broadcast_padi()
1083 NG_SEND_DATA_ONLY(error, privp->ethernet_hook, m0); in pppoe_start()
1776 NG_SEND_DATA_ONLY(error, in ng_pppoe_disconnect()
1827 NG_SEND_DATA_ONLY( error, privp->ethernet_hook, m0); in pppoe_ticker()
/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_misc.c70 NG_SEND_DATA_ONLY(error, unit->raw, m); in ng_hci_mtap()
H A Dng_hci_cmds.c123 NG_SEND_DATA_ONLY(error, unit->drv, m); in ng_hci_send_command()
/dragonfly/sys/netgraph7/tee/
H A Dng_tee.c315 NG_SEND_DATA_ONLY(error, h->hook, m2); in ng_tee_rcvdata()
/dragonfly/sys/netgraph/
H A Dnetgraph.h231 #define NG_SEND_DATA_ONLY(error, hook, m) \ macro
H A Dng_device.c591 NG_SEND_DATA_ONLY(error, connection->active_hook, m); in ngdwrite()
/dragonfly/sys/netgraph7/eiface/
H A Dng_eiface.c250 NG_SEND_DATA_ONLY(error, priv->ether, m); in ng_eiface_start2()
/dragonfly/sys/netgraph7/ksocket/
H A Dng_ksocket.c1127 NG_SEND_DATA_ONLY(error, priv->hook, sio.sb_mb); in ng_ksocket_incoming2()
1140 NG_SEND_DATA_ONLY(error, priv->hook, m); in ng_ksocket_incoming2()
/dragonfly/sys/netgraph7/one2many/
H A Dng_one2many.c474 NG_SEND_DATA_ONLY(error, mdst->hook, m2); in ng_one2many_rcvdata()
/dragonfly/sys/netgraph7/tty/
H A Dng_tty.c400 NG_SEND_DATA_ONLY(error, sc->hook, m); /* Will queue */ in ngt_input()
/dragonfly/sys/netgraph7/cisco/
H A Dng_cisco.c617 NG_SEND_DATA_ONLY(error, sc->downstream.hook, m); in cisco_send()
/dragonfly/sys/netgraph7/async/
H A Dng_async.c598 NG_SEND_DATA_ONLY(error, in nga_rcv_async()
/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c942 NG_SEND_DATA_ONLY(error, l2cap->l2c, con->rx_pkt); in ng_l2cap_l2ca_receive()
1026 NG_SEND_DATA_ONLY(error, l2cap->l2c, con->rx_pkt); in ng_l2cap_l2ca_clt_receive()
H A Dng_l2cap_llpi.c775 NG_SEND_DATA_ONLY(error, l2cap->hci, m); in ng_l2cap_lp_deliver()
/dragonfly/sys/netgraph7/iface/
H A Dng_iface.c516 NG_SEND_DATA_ONLY(error, *get_hook_from_iffam(priv, iffam), m); in ng_iface_send()
/dragonfly/sys/netgraph7/bluetooth/drivers/h4/
H A Dng_h4.c540 NG_SEND_DATA_ONLY(c, sc->hook, m); in ng_h4_input()

12