Searched refs:NETGRAPH_INIT (Results 1 – 25 of 50) sorted by relevance
12
/freebsd/sys/netgraph/ |
H A D | ng_ip_input.c | 103 NETGRAPH_INIT(ip_input, &typestruct);
|
H A D | ng_echo.c | 72 NETGRAPH_INIT(echo, &typestruct);
|
H A D | ng_ether_echo.c | 76 NETGRAPH_INIT(ether_echo, &typestruct);
|
H A D | ng_split.c | 63 NETGRAPH_INIT(ng_split, &typestruct);
|
H A D | ng_hub.c | 80 NETGRAPH_INIT(hub, &ng_hub_typestruct);
|
H A D | ng_hole.c | 113 NETGRAPH_INIT(hole, &typestruct);
|
H A D | ng_UI.c | 87 NETGRAPH_INIT(UI, &typestruct);
|
H A D | ng_ipfw.c | 91 NETGRAPH_INIT(ipfw, &ng_ipfw_typestruct);
|
H A D | ng_gif_demux.c | 159 NETGRAPH_INIT(gif_demux, &ng_gif_demux_typestruct);
|
H A D | ng_sample.c | 118 NETGRAPH_INIT(xxx, &typestruct);
|
H A D | ng_etf.c | 126 NETGRAPH_INIT(etf, &typestruct);
|
H A D | ng_tcpmss.c | 148 NETGRAPH_INIT(tcpmss, &ng_tcpmss_typestruct);
|
H A D | ng_tee.c | 150 NETGRAPH_INIT(tee, &ng_tee_typestruct);
|
H A D | ng_frame_relay.c | 147 NETGRAPH_INIT(framerelay, &typestruct);
|
H A D | ng_rfc1490.c | 151 NETGRAPH_INIT(rfc1490, &typestruct);
|
H A D | ng_tty.c | 136 NETGRAPH_INIT(tty, &typestruct);
|
H A D | ng_vlan_rotate.c | 146 NETGRAPH_INIT(vlanrotate, &typestruct);
|
H A D | ng_device.c | 111 NETGRAPH_INIT(device, &ngd_typestruct);
|
H A D | ng_gif.c | 158 NETGRAPH_INIT(gif, &ng_gif_typestruct);
|
H A D | ng_bpf.c | 214 NETGRAPH_INIT(bpf, &typestruct);
|
H A D | ng_one2many.c | 173 NETGRAPH_INIT(one2many, &ng_one2many_typestruct);
|
H A D | ng_tag.c | 253 NETGRAPH_INIT(tag, &typestruct);
|
H A D | ng_vjc.c | 229 NETGRAPH_INIT(vjc, &ng_vjc_typestruct);
|
H A D | ng_async.c | 166 NETGRAPH_INIT(async, &typestruct);
|
H A D | ng_pred1.c | 174 NETGRAPH_INIT(pred1, &ng_pred1_typestruct);
|
12