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

/freebsd-12-stable/sys/netgraph/
H A Dng_tag.h58 struct ng_tag_hookout { struct
70 (sizeof(struct ng_tag_hookout) + (taglen))
123 NGM_TAG_SET_HOOKOUT, /* supply a struct ng_tag_hookout */
124 NGM_TAG_GET_HOOKOUT, /* returns a struct ng_tag_hookout */
H A Dng_tag.c109 struct ng_tag_hookout *out;
126 static int ng_tag_setdata_out(hook_p hook, const struct ng_tag_hookout *hp);
144 const struct ng_tag_hookout *hp;
146 hp = (const struct ng_tag_hookout *)
147 (buf - offsetof(struct ng_tag_hookout, tag_data));
169 /* Parse type for struct ng_tag_hookout. */
280 static const struct ng_tag_hookout ng_tag_default_out = {
382 struct ng_tag_hookout *const
383 hp = (struct ng_tag_hookout *)msg->data;
427 struct ng_tag_hookout *h
[all...]

Completed in 170 milliseconds