Home
last modified time | relevance | path

Searched refs:NG_HOOK_SET_PRIVATE (Results 1 – 25 of 31) sorted by relevance

12

/f-stack/freebsd/netgraph/
H A Dng_etf.c206 NG_HOOK_SET_PRIVATE(hook, &etfp->downstream_hook); in ng_etf_newhook()
211 NG_HOOK_SET_PRIVATE(hook, &etfp->nomatch_hook); in ng_etf_newhook()
223 NG_HOOK_SET_PRIVATE(hook, hpriv); in ng_etf_newhook()
479 NG_HOOK_SET_PRIVATE(hook, NULL); in ng_etf_disconnect()
H A Dng_cisco.c216 NG_HOOK_SET_PRIVATE(hook, &sc->downstream); in cisco_newhook()
223 NG_HOOK_SET_PRIVATE(hook, &sc->inet); in cisco_newhook()
226 NG_HOOK_SET_PRIVATE(hook, &sc->inet6); in cisco_newhook()
229 NG_HOOK_SET_PRIVATE(hook, &sc->atalk); in cisco_newhook()
232 NG_HOOK_SET_PRIVATE(hook, &sc->ipx); in cisco_newhook()
234 NG_HOOK_SET_PRIVATE(hook, NULL); /* unimplemented */ in cisco_newhook()
H A Dng_hole.c138 NG_HOOK_SET_PRIVATE(hook, hip); in ngh_newhook()
223 NG_HOOK_SET_PRIVATE(hook, NULL); in ngh_disconnect()
H A Dng_vlan.c248 NG_HOOK_SET_PRIVATE(hook, NULL); in ng_vlan_newhook()
316 NG_HOOK_SET_PRIVATE(hook, in ng_vlan_rcvmsg()
345 NG_HOOK_SET_PRIVATE(hook, NULL); in ng_vlan_rcvmsg()
379 NG_HOOK_SET_PRIVATE(hook, NULL); in ng_vlan_rcvmsg()
704 NG_HOOK_SET_PRIVATE(hook, NULL); in ng_vlan_disconnect()
H A Dng_sample.c225 NG_HOOK_SET_PRIVATE(hook, xxxp->channel + chan); in ng_xxx_newhook()
232 NG_HOOK_SET_PRIVATE(hook, &xxxp->downstream_hook); in ng_xxx_newhook()
236 NG_HOOK_SET_PRIVATE(hook, NULL); in ng_xxx_newhook()
H A Dng_lmi.c210 NG_HOOK_SET_PRIVATE(hook, NULL); in nglmi_newhook()
219 NG_HOOK_SET_PRIVATE(hook, NG_NODE_PRIVATE(node)); in nglmi_newhook()
226 NG_HOOK_SET_PRIVATE(hook, NG_NODE_PRIVATE(node)); in nglmi_newhook()
233 NG_HOOK_SET_PRIVATE(hook, NG_NODE_PRIVATE(node)); in nglmi_newhook()
242 NG_HOOK_SET_PRIVATE(hook, NG_NODE_PRIVATE(node)); in nglmi_newhook()
249 NG_HOOK_SET_PRIVATE(hook, NG_NODE_PRIVATE(node)); in nglmi_newhook()
H A Dng_frame_relay.c244 NG_HOOK_SET_PRIVATE(hook, NULL); /* paranoid */ in ngfrm_newhook()
264 NG_HOOK_SET_PRIVATE(hook, &sc->downstream); in ngfrm_newhook()
301 NG_HOOK_SET_PRIVATE(hook, sc->channel + ctxnum); in ngfrm_newhook()
H A Dng_ipfw.c183 NG_HOOK_SET_PRIVATE(hook, hpriv); in ng_ipfw_newhook()
356 NG_HOOK_SET_PRIVATE(hook, NULL); in ng_ipfw_disconnect()
H A Dng_split.c120 NG_HOOK_SET_PRIVATE(hook, localhook); in ng_split_newhook()
H A Dng_bpf.c284 NG_HOOK_SET_PRIVATE(hook, hip); in ng_bpf_newhook()
292 NG_HOOK_SET_PRIVATE(hook, NULL); in ng_bpf_newhook()
H A Dng_tag.c311 NG_HOOK_SET_PRIVATE(hook, hip); in ng_tag_newhook()
628 NG_HOOK_SET_PRIVATE(hook, NULL); /* for good measure */ in ng_tag_disconnect()
H A Dng_sppp.c303 NG_HOOK_SET_PRIVATE (hook, priv); in ng_sppp_newhook()
H A Dng_car.c245 NG_HOOK_SET_PRIVATE(hook, &priv->lower); in ng_car_newhook()
250 NG_HOOK_SET_PRIVATE(hook, &priv->upper); in ng_car_newhook()
H A Dng_tcpmss.c168 NG_HOOK_SET_PRIVATE(hook, priv); in ng_tcpmss_newhook()
H A Dng_tee.c200 NG_HOOK_SET_PRIVATE(hook, hinfo); in ng_tee_newhook()
H A Dng_one2many.c238 NG_HOOK_SET_PRIVATE(hook, (void *)(intptr_t)linkNum); in ng_one2many_newhook()
H A Dng_pipe.c277 NG_HOOK_SET_PRIVATE(hook, &priv->upper); in ngp_newhook()
281 NG_HOOK_SET_PRIVATE(hook, &priv->lower); in ngp_newhook()
H A Dng_eiface.c458 NG_HOOK_SET_PRIVATE(hook, &priv->ether); in ng_eiface_newhook()
H A Dng_pptpgre.c360 NG_HOOK_SET_PRIVATE(hook, &priv->uppersess); in ng_pptpgre_newhook()
401 NG_HOOK_SET_PRIVATE(hook, hpriv); in ng_pptpgre_newhook()
H A Dng_l2tp.c434 NG_HOOK_SET_PRIVATE(hook, hpriv); in ng_l2tp_newhook()
690 NG_HOOK_SET_PRIVATE(hook, NULL); in ng_l2tp_disconnect()
H A Dnetgraph.h308 #define NG_HOOK_SET_PRIVATE(hook, val) _ng_hook_set_private(hook, val, _NN_) macro
326 #define NG_HOOK_SET_PRIVATE(hook, val) _NG_HOOK_SET_PRIVATE(hook, val) macro
/f-stack/freebsd/netgraph/atm/ccatm/
H A Dng_ccatm.c821 NG_HOOK_SET_PRIVATE(hook, hd); in ng_ccatm_newhook()
859 NG_HOOK_SET_PRIVATE(hook, hd); in ng_ccatm_newhook()
894 NG_HOOK_SET_PRIVATE(hook, NULL); in ng_ccatm_disconnect()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c246 NG_HOOK_SET_PRIVATE(hook, NULL); in ng_btsocket_l2cap_raw_node_connect()
391 NG_HOOK_SET_PRIVATE(hook, rt); in ng_btsocket_l2cap_raw_input()
499 NG_HOOK_SET_PRIVATE(rt->hook, NULL); in ng_btsocket_l2cap_raw_rtclean()
H A Dng_btsocket_sco.c273 NG_HOOK_SET_PRIVATE(hook, NULL); in ng_btsocket_sco_node_connect()
838 NG_HOOK_SET_PRIVATE(hook, rt); in ng_btsocket_sco_default_msg_input()
1084 NG_HOOK_SET_PRIVATE(rt->hook, NULL); in ng_btsocket_sco_rtclean()
/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.c307 NG_HOOK_SET_PRIVATE(hook, iface); in ng_netflow_newhook()
339 NG_HOOK_SET_PRIVATE(hook, iface); in ng_netflow_newhook()

12