Searched refs:NETGRAPH_INIT (Results 1 – 25 of 57) sorted by relevance
123
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ip_input.c | 105 NETGRAPH_INIT(ip_input, &typestruct);
|
| H A D | ng_echo.c | 74 NETGRAPH_INIT(echo, &typestruct);
|
| H A D | ng_ether_echo.c | 78 NETGRAPH_INIT(ether_echo, &typestruct);
|
| H A D | ng_split.c | 65 NETGRAPH_INIT(ng_split, &typestruct);
|
| H A D | ng_hub.c | 82 NETGRAPH_INIT(hub, &ng_hub_typestruct);
|
| H A D | ng_hole.c | 115 NETGRAPH_INIT(hole, &typestruct);
|
| H A D | ng_UI.c | 89 NETGRAPH_INIT(UI, &typestruct);
|
| H A D | ng_ipfw.c | 93 NETGRAPH_INIT(ipfw, &ng_ipfw_typestruct);
|
| H A D | ng_atmllc.c | 89 NETGRAPH_INIT(atmllc, &ng_atmllc_typestruct);
|
| H A D | ng_gif_demux.c | 161 NETGRAPH_INIT(gif_demux, &ng_gif_demux_typestruct);
|
| H A D | ng_sample.c | 120 NETGRAPH_INIT(xxx, &typestruct);
|
| H A D | ng_sppp.c | 98 NETGRAPH_INIT(sppp, &typestruct);
|
| H A D | ng_tcpmss.c | 144 NETGRAPH_INIT(tcpmss, &ng_tcpmss_typestruct);
|
| H A D | ng_etf.c | 128 NETGRAPH_INIT(etf, &typestruct);
|
| H A D | ng_tee.c | 146 NETGRAPH_INIT(tee, &ng_tee_typestruct);
|
| H A D | ng_device.c | 90 NETGRAPH_INIT(device, &ngd_typestruct);
|
| H A D | ng_rfc1490.c | 153 NETGRAPH_INIT(rfc1490, &typestruct);
|
| H A D | ng_tty.c | 138 NETGRAPH_INIT(tty, &typestruct);
|
| H A D | ng_gif.c | 159 NETGRAPH_INIT(gif, &ng_gif_typestruct);
|
| H A D | ng_frame_relay.c | 149 NETGRAPH_INIT(framerelay, &typestruct);
|
| H A D | ng_bpf.c | 216 NETGRAPH_INIT(bpf, &typestruct);
|
| H A D | ng_one2many.c | 175 NETGRAPH_INIT(one2many, &ng_one2many_typestruct);
|
| H A D | ng_tag.c | 255 NETGRAPH_INIT(tag, &typestruct);
|
| H A D | ng_async.c | 168 NETGRAPH_INIT(async, &typestruct);
|
| /f-stack/freebsd/netgraph/atm/sscfu/ |
| H A D | ng_sscfu.c | 163 NETGRAPH_INIT(sscfu, &ng_sscfu_typestruct);
|
123