Home
last modified time | relevance | path

Searched refs:ng_patch_config (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_patch.h114 struct ng_patch_config { struct
132 #define NG_PATCH_CONF_SIZE(count) (sizeof(struct ng_patch_config) + \ argument
H A Dng_patch.c56 struct ng_patch_config *conf;
74 const struct ng_patch_config *conf; in ng_patch_config_getlen()
76 conf = (const struct ng_patch_config *)(buf - in ng_patch_config_getlen()
77 offsetof(struct ng_patch_config, ops)); in ng_patch_config_getlen()
212 struct ng_patch_config *conf, *newconf; in ng_patch_rcvmsg()
237 conf = (struct ng_patch_config *) resp->data; in ng_patch_rcvmsg()
259 conf = (struct ng_patch_config *) msg->data; in ng_patch_rcvmsg()
261 if (msg->header.arglen < sizeof(struct ng_patch_config) || in ng_patch_rcvmsg()
/f-stack/tools/compat/include/netgraph/
H A Dng_patch.h81 struct ng_patch_config { struct