Home
last modified time | relevance | path

Searched refs:ng_type (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/sys/netgraph/
H A Dng_ip_input.c96 static struct ng_type typestruct = {
H A Dng_echo.c64 static struct ng_type typestruct = {
H A Dnetgraph.h374 struct ng_type *nd_type; /* the installed 'type' */
1077 struct ng_type { struct
1094 LIST_ENTRY(ng_type) types; /* linked list of all types */ argument
1145 struct ng_type *ng_findtype(const char *type);
1146 int ng_make_node_common(struct ng_type *typep, node_p *nodep);
1149 int ng_newtype(struct ng_type *tp);
1157 int ng_rmtype(struct ng_type *tp);
H A Dng_ether_echo.c68 static struct ng_type typestruct = {
H A Dng_split.c54 static struct ng_type typestruct = {
H A Dng_hub.c70 static struct ng_type ng_hub_typestruct = {
H A Dng_hole.c103 static struct ng_type typestruct = {
H A Dng_base.c106 struct ng_type ng_deadtype = {
174 static LIST_HEAD(, ng_type) ng_typelist;
597 struct ng_type *type; in ng_make_node()
642 ng_make_node_common(struct ng_type *type, node_p *nodepp) in ng_make_node_common()
1272 ng_newtype(struct ng_type *tp) in ng_newtype()
1306 ng_rmtype(struct ng_type *tp) in ng_rmtype()
1324 struct ng_type *
1327 struct ng_type *type; in ng_findtype()
2743 struct ng_type *type; in ng_generic_msg()
3093 struct ng_type *const type = data; in ng_mod_event()
H A Dng_UI.c77 static struct ng_type typestruct = {
H A Dng_ipfw.c79 static struct ng_type ng_ipfw_typestruct = {
H A Dng_gif_demux.c148 static struct ng_type ng_gif_demux_typestruct = {
H A Dng_sample.c105 static struct ng_type typestruct = {
H A Dng_etf.c115 static struct ng_type typestruct = {
H A Dng_tcpmss.c137 static struct ng_type ng_tcpmss_typestruct = {
H A Dng_tee.c138 static struct ng_type ng_tee_typestruct = {
H A Dng_frame_relay.c138 static struct ng_type typestruct = {
H A Dng_rfc1490.c140 static struct ng_type typestruct = {
H A Dng_tty.c125 static struct ng_type typestruct = {
H A Dng_vlan_rotate.c135 static struct ng_type typestruct = {
H A Dng_device.c99 static struct ng_type ngd_typestruct = {
H A Dng_gif.c144 static struct ng_type ng_gif_typestruct = {
H A Dng_bpf.c203 static struct ng_type typestruct = {
H A Dng_one2many.c162 static struct ng_type ng_one2many_typestruct = {
H A Dng_tag.c242 static struct ng_type typestruct = {
H A Dng_vjc.c218 static struct ng_type ng_vjc_typestruct = {

123