Searched refs:ng_type (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-10.2-release/sys/netgraph/
H A Dng_echo.c66 static struct ng_type typestruct = {
H A Dng_ip_input.c96 static struct ng_type typestruct = {
H A Dng_ether_echo.c70 static struct ng_type typestruct = {
H A Dng_hub.c70 static struct ng_type ng_hub_typestruct = {
H A Dng_split.c55 static struct ng_type typestruct = {
H A Dng_UI.c80 static struct ng_type typestruct = {
H A Dng_hole.c105 static struct ng_type typestruct = {
H A Dnetgraph.h362 struct ng_type *nd_type; /* the installed 'type' */
1072 struct ng_type { struct
1090 LIST_ENTRY(ng_type) types; /* linked list of all types */
1141 struct ng_type *ng_findtype(const char *type);
1142 int ng_make_node_common(struct ng_type *typep, node_p *nodep);
1145 int ng_newtype(struct ng_type *tp);
1153 int ng_rmtype(struct ng_type *tp);
H A Dng_atmllc.c66 static struct ng_type ng_atmllc_typestruct = {
H A Dng_gif_demux.c148 static struct ng_type ng_gif_demux_typestruct = {
H A Dng_ipfw.c79 static struct ng_type ng_ipfw_typestruct = {
H A Dng_sample.c107 static struct ng_type typestruct = {
H A Dng_base.c99 struct ng_type ng_deadtype = {
167 static LIST_HEAD(, ng_type) ng_typelist;
590 struct ng_type *type;
635 ng_make_node_common(struct ng_type *type, node_p *nodepp)
1261 ng_newtype(struct ng_type *tp)
1295 ng_rmtype(struct ng_type *tp)
1313 struct ng_type *
1316 struct ng_type *type;
2734 struct ng_type *type;
3083 struct ng_type *cons
[all...]
H A Dng_device.c75 static struct ng_type ngd_typestruct = {
H A Dng_etf.c115 static struct ng_type typestruct = {
H A Dng_frame_relay.c140 static struct ng_type typestruct = {
H A Dng_gif.c143 static struct ng_type ng_gif_typestruct = {
H A Dng_rfc1490.c142 static struct ng_type typestruct = {
H A Dng_sppp.c86 static struct ng_type typestruct = {
H A Dng_tcpmss.c131 static struct ng_type ng_tcpmss_typestruct = {
H A Dng_tee.c134 static struct ng_type ng_tee_typestruct = {
H A Dng_bpf.c205 static struct ng_type typestruct = {
H A Dng_one2many.c164 static struct ng_type ng_one2many_typestruct = {
H A Dng_tag.c242 static struct ng_type typestruct = {
/freebsd-10.2-release/sys/netgraph/atm/sscfu/
H A Dng_sscfu.c150 static struct ng_type ng_sscfu_typestruct = {

Completed in 145 milliseconds

123