| /freebsd/usr.sbin/ppp/ |
| H A D | netgraph.c | 466 char lasthook[NG_HOOKSIZ]; in ng_Create() local 495 *lasthook = *path = '\0'; in ng_Create() 502 if (*lasthook == '\0') { in ng_Create() 525 strcpy(hook, lasthook); in ng_Create() 548 if (*lasthook == '\0') { in ng_Create() 610 if (!strcmp(nlink->ourhook, lasthook)) { in ng_Create() 632 snprintf(mkp.ourhook, sizeof mkp.ourhook, "%s", lasthook); in ng_Create() 647 path[len - 1] == ':' ? "" : ".", lasthook); in ng_Create() 669 if (*lasthook != '\0' && nodename != NULL && *nodename != '\0' && in ng_Create() 677 if (!GETSEGMENT(lasthook, devp, " \t.[", &endp)) in ng_Create() [all …]
|
| /freebsd/sys/netgraph/ |
| H A D | ng_UI.c | 133 ng_UI_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_UI_rcvmsg() argument 140 if ((msg->header.typecookie == NGM_FLOW_COOKIE) && lasthook) { in ng_UI_rcvmsg() 141 if (lasthook == priv->downlink) { in ng_UI_rcvmsg()
|
| H A D | ng_tee.c | 212 ng_tee_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_tee_rcvmsg() argument 264 if (lasthook == sc->left.hook || lasthook == sc->right.hook) { in ng_tee_rcvmsg() 265 hi_p const hinfo = NG_HOOK_PRIVATE(lasthook); in ng_tee_rcvmsg()
|
| H A D | ng_echo.c | 84 nge_rcvmsg(node_p node, item_p item, hook_p lasthook) in nge_rcvmsg() argument
|
| H A D | ng_one2many.c | 252 ng_one2many_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_one2many_rcvmsg() argument 371 if (lasthook == NULL) in ng_one2many_rcvmsg() 374 linkNum = (intptr_t)NG_HOOK_PRIVATE(lasthook); in ng_one2many_rcvmsg()
|
| H A D | ng_ether_echo.c | 88 ngee_rcvmsg(node_p node, item_p item, hook_p lasthook) in ngee_rcvmsg() argument
|
| H A D | ng_vlan.c | 251 ng_vlan_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_vlan_rcvmsg() argument 485 if (lasthook == NULL) in ng_vlan_rcvmsg() 487 if (lasthook != priv->downstream_hook) in ng_vlan_rcvmsg()
|
| H A D | ng_hub.c | 98 ng_hub_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hub_rcvmsg() argument
|
| H A D | ng_base.c | 224 static int ng_generic_msg(node_p here, item_p item, hook_p lasthook); 244 node_p *dest, hook_p *lasthook); 1729 hook_p *lasthook) in ng_path2noderef() argument 1773 if (lasthook != NULL) in ng_path2noderef() 1774 *lasthook = NULL; in ng_path2noderef() 1836 if (lasthook != NULL) { in ng_path2noderef() 1838 *lasthook = NG_HOOK_PEER(hook); in ng_path2noderef() 1839 NG_HOOK_REF(*lasthook); in ng_path2noderef() 1841 *lasthook = NULL; in ng_path2noderef() 2512 ng_generic_msg(node_p here, item_p item, hook_p lasthook) in ng_generic_msg() argument [all …]
|
| H A D | ng_hole.c | 144 ngh_rcvmsg(node_p node, item_p item, hook_p lasthook) in ngh_rcvmsg() argument
|
| H A D | ng_gif_demux.c | 273 ng_gif_demux_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_gif_demux_rcvmsg() argument
|
| H A D | ng_sample.c | 257 ng_xxx_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_xxx_rcvmsg() argument
|
| H A D | ng_etf.c | 245 ng_etf_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_etf_rcvmsg() argument
|
| H A D | ng_tcpmss.c | 182 (node_p node, item_p item, hook_p lasthook) in ng_tcpmss_rcvmsg() argument
|
| H A D | ng_rfc1490.c | 210 ng_rfc1490_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_rfc1490_rcvmsg() argument
|
| H A D | ng_vlan_rotate.c | 218 ng_vlanrotate_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_vlanrotate_rcvmsg() argument
|
| H A D | ng_gif.c | 391 ng_gif_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_gif_rcvmsg() argument
|
| H A D | ng_tty.c | 246 ngt_rcvmsg(node_p node, item_p item, hook_p lasthook) in ngt_rcvmsg() argument
|
| H A D | ng_bpf.c | 302 ng_bpf_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_bpf_rcvmsg() argument
|
| H A D | ng_bridge.c | 527 ng_bridge_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_bridge_rcvmsg() argument 679 ? lasthook in ng_bridge_rcvmsg()
|
| H A D | ng_tag.c | 347 ng_tag_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_tag_rcvmsg() argument
|
| H A D | ng_vjc.c | 289 ng_vjc_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_vjc_rcvmsg() argument
|
| H A D | ng_async.c | 253 nga_rcvmsg(node_p node, item_p item, hook_p lasthook) in nga_rcvmsg() argument
|
| /freebsd/sys/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_main.c | 256 ng_l2cap_lower_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2cap_lower_rcvmsg() argument 364 return (ng_l2cap_default_rcvmsg(node, item, lasthook)); in ng_l2cap_lower_rcvmsg() 378 ng_l2cap_upper_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2cap_upper_rcvmsg() argument 453 return (ng_l2cap_default_rcvmsg(node, item, lasthook)); in ng_l2cap_upper_rcvmsg() 459 return (ng_l2cap_default_rcvmsg(node, item, lasthook)); in ng_l2cap_upper_rcvmsg() 473 ng_l2cap_default_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2cap_default_rcvmsg() argument
|
| /freebsd/sys/netgraph/bluetooth/hci/ |
| H A D | ng_hci_main.c | 291 ng_hci_default_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hci_default_rcvmsg() argument 662 ng_hci_upper_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hci_upper_rcvmsg() argument 671 error = ng_hci_lp_con_req(unit, item, lasthook); in ng_hci_upper_rcvmsg() 675 error = ng_hci_lp_discon_req(unit, item, lasthook); in ng_hci_upper_rcvmsg() 679 error = ng_hci_lp_con_rsp(unit, item, lasthook); in ng_hci_upper_rcvmsg() 683 error = ng_hci_lp_qos_req(unit, item, lasthook); in ng_hci_upper_rcvmsg() 687 error = ng_hci_default_rcvmsg(node, item, lasthook); in ng_hci_upper_rcvmsg() 693 error = ng_hci_default_rcvmsg(node, item, lasthook); in ng_hci_upper_rcvmsg()
|