Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_patch.c53 struct ng_patch_config *conf;
71 const struct ng_patch_config *conf; in ng_patch_config_getlen()
73 conf = (const struct ng_patch_config *)(buf - in ng_patch_config_getlen()
74 offsetof(struct ng_patch_config, ops)); in ng_patch_config_getlen()
209 struct ng_patch_config *conf, *newconf; in ng_patch_rcvmsg()
234 conf = (struct ng_patch_config *) resp->data; in ng_patch_rcvmsg()
256 conf = (struct ng_patch_config *) msg->data; in ng_patch_rcvmsg()
258 if (msg->header.arglen < sizeof(struct ng_patch_config) || in ng_patch_rcvmsg()
H A Dng_patch.h112 struct ng_patch_config { struct
130 #define NG_PATCH_CONF_SIZE(count) (sizeof(struct ng_patch_config) + \ argument