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

/freebsd-13-stable/sys/netgraph/
H A Dng_patch.h114 struct ng_patch_config { struct
132 #define NG_PATCH_CONF_SIZE(count) (sizeof(struct ng_patch_config) + \
H A Dng_patch.c56 struct ng_patch_config *conf;
74 const struct ng_patch_config *conf;
76 conf = (const struct ng_patch_config *)(buf -
77 offsetof(struct ng_patch_config, ops));
212 struct ng_patch_config *conf, *newconf;
237 conf = (struct ng_patch_config *) resp->data;
259 conf = (struct ng_patch_config *) msg->data;
261 if (msg->header.arglen < sizeof(struct ng_patch_config) ||

Completed in 96 milliseconds