Searched refs:ng_parse_hookbuf_type (Results 1 – 16 of 16) sorted by relevance
| /src/sys/netgraph/ |
| H A D | ng_tag.h | 72 { "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 D | ng_message.h | 182 { "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 D | ng_bpf.h | 63 { "thisHook", &ng_parse_hookbuf_type }, \ 64 { "ifMatch", &ng_parse_hookbuf_type }, \ 65 { "ifNotMatch", &ng_parse_hookbuf_type }, \
|
| H A D | ng_tcpmss.h | 67 { "inHook", &ng_parse_hookbuf_type }, \ 68 { "outHook", &ng_parse_hookbuf_type }, \
|
| H A D | ng_hole.c | 76 &ng_parse_hookbuf_type, 83 &ng_parse_hookbuf_type, 90 &ng_parse_hookbuf_type,
|
| H A D | ng_vlan.h | 77 { "hook", &ng_parse_hookbuf_type }, \ 86 { "hook", &ng_parse_hookbuf_type }, \
|
| H A D | ng_macfilter.h | 63 { "hookname", &ng_parse_hookbuf_type }, \ 114 { "hookname", &ng_parse_hookbuf_type }, \
|
| H A D | ng_bridge.h | 122 { "hook", &ng_parse_hookbuf_type }, \ 148 { "hook", &ng_parse_hookbuf_type }, \
|
| H A D | ng_pppoe.h | 136 { "hook", &ng_parse_hookbuf_type }, \ 152 { "hook", &ng_parse_hookbuf_type }, \
|
| H A D | ng_tag.c | 198 &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 D | ng_bpf.c | 175 &ng_parse_hookbuf_type, 182 &ng_parse_hookbuf_type, 189 &ng_parse_hookbuf_type, 196 &ng_parse_hookbuf_type,
|
| H A D | ng_tcpmss.c | 109 &ng_parse_hookbuf_type, 116 &ng_parse_hookbuf_type, 123 &ng_parse_hookbuf_type,
|
| H A D | ng_etf.h | 85 { "matchhook", &ng_parse_hookbuf_type }, \
|
| H A D | ng_parse.h | 407 extern const struct ng_parse_type ng_parse_hookbuf_type; /* NG_HOOKSIZ */
|
| H A D | ng_vlan.c | 120 &ng_parse_hookbuf_type,
|
| H A D | ng_parse.c | 849 const struct ng_parse_type ng_parse_hookbuf_type = { variable
|