Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
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; in ng_tag_hookoutary_getLength()
146 hp = (const struct ng_tag_hookout *) in ng_tag_hookoutary_getLength()
147 (buf - offsetof(struct ng_tag_hookout, tag_data)); in ng_tag_hookoutary_getLength()
280 static const struct ng_tag_hookout ng_tag_default_out = {
382 struct ng_tag_hookout *const in ng_tag_rcvmsg()
383 hp = (struct ng_tag_hookout *)msg->data; in ng_tag_rcvmsg()
427 struct ng_tag_hookout *hp; in ng_tag_rcvmsg()
694 ng_tag_setdata_out(hook_p hook, const struct ng_tag_hookout *hp0) in ng_tag_setdata_out()
[all …]
H A Dng_tag.h58 struct ng_tag_hookout { struct
70 (sizeof(struct ng_tag_hookout) + (taglen)) argument
/f-stack/tools/compat/include/netgraph/
H A Dng_tag.h56 struct ng_tag_hookout { struct
68 (sizeof(struct ng_tag_hookout) + (taglen)) argument