Home
last modified time | relevance | path

Searched refs:ng_parse_hookbuf_type (Results 1 – 16 of 16) sorted by relevance

/src/sys/netgraph/
H A Dng_tag.h72 { "thisHook", &ng_parse_hookbuf_type }, \
73 { "ifMatch", &ng_parse_hookbuf_type }, \
74 { "ifNotMatch", &ng_parse_hookbuf_type }, \
84 { "thisHook", &ng_parse_hookbuf_type }, \
H A Dng_message.h182 { "ourhook", &ng_parse_hookbuf_type }, \
183 { "peerhook", &ng_parse_hookbuf_type }, \
197 { "ourhook", &ng_parse_hookbuf_type }, \
198 { "peerhook", &ng_parse_hookbuf_type }, \
220 { "hook", &ng_parse_hookbuf_type }, \
250 { "ourhook", &ng_parse_hookbuf_type }, \
251 { "peerhook", &ng_parse_hookbuf_type }, \
H A Dng_bpf.h63 { "thisHook", &ng_parse_hookbuf_type }, \
64 { "ifMatch", &ng_parse_hookbuf_type }, \
65 { "ifNotMatch", &ng_parse_hookbuf_type }, \
H A Dng_tcpmss.h67 { "inHook", &ng_parse_hookbuf_type }, \
68 { "outHook", &ng_parse_hookbuf_type }, \
H A Dng_hole.c76 &ng_parse_hookbuf_type,
83 &ng_parse_hookbuf_type,
90 &ng_parse_hookbuf_type,
H A Dng_vlan.h77 { "hook", &ng_parse_hookbuf_type }, \
86 { "hook", &ng_parse_hookbuf_type }, \
H A Dng_macfilter.h63 { "hookname", &ng_parse_hookbuf_type }, \
114 { "hookname", &ng_parse_hookbuf_type }, \
H A Dng_bridge.h122 { "hook", &ng_parse_hookbuf_type }, \
148 { "hook", &ng_parse_hookbuf_type }, \
H A Dng_pppoe.h136 { "hook", &ng_parse_hookbuf_type }, \
152 { "hook", &ng_parse_hookbuf_type }, \
H A Dng_tag.c198 &ng_parse_hookbuf_type,
212 &ng_parse_hookbuf_type,
220 &ng_parse_hookbuf_type,
227 &ng_parse_hookbuf_type,
234 &ng_parse_hookbuf_type,
H A Dng_bpf.c175 &ng_parse_hookbuf_type,
182 &ng_parse_hookbuf_type,
189 &ng_parse_hookbuf_type,
196 &ng_parse_hookbuf_type,
H A Dng_tcpmss.c109 &ng_parse_hookbuf_type,
116 &ng_parse_hookbuf_type,
123 &ng_parse_hookbuf_type,
H A Dng_etf.h85 { "matchhook", &ng_parse_hookbuf_type }, \
H A Dng_parse.h407 extern const struct ng_parse_type ng_parse_hookbuf_type; /* NG_HOOKSIZ */
H A Dng_vlan.c120 &ng_parse_hookbuf_type,
H A Dng_parse.c849 const struct ng_parse_type ng_parse_hookbuf_type = { variable